Color: #B268FC
#B268FC Color Information
#B268FC is a light color. The closest websafe version is #B268FC. A complement of this color would be #B3FC69, perceived brightness is 0.56, and the grayscale version is #B2B2B2.
In the HSL color space, this color has a hue angle of 270°,a saturation of 96%, and a lightness of 70%.The HSV representation shows a hue of 270°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B268FC is composed of 70% red, 41% green and 99% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 59% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 25.73, x: 0.2846, and y: 0.1893.
Color Code #B268FC
Shades of Color #B268FC
Shades are created by darkening the original color #B268FC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #B268FC
Tints are created by lightening the original color #B268FC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #B268FC Color Code
In the HSL color space, this color has a hue angle of 270°, a saturation of 96%, and a lightness of 70%. The HSV representation shows a hue of 270°, a saturation of 59%, and a value of 99%.
- HEX: #B268FC
- RGB: rgb(178, 104, 252)
- HSL: hsl(270, 96%, 70%)
- HSV: hsv(270, 59%, 99%)
- CMYK: 29.00% cyan, 59.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 38.67, 25.73, 71.49
- Yxy: 25.73, 0.2846, 0.1893
- Hunter Lab: 57.78, 50.71, -63.45
- CIE-Lab: 57.78, 50.71, -63.45
In the XYZ color space, this color is represented as X: 38.67, Y: 25.73, Z: 71.49. The Yxy representation further refines this as Y: 25.73, x: 0.2846, and y: 0.1893.
In the Hunter Lab color space, this color is represented as L: 57.78, a: 50.71, and b: -63.45. Similarly, in the CIE-Lab color space, it is represented as L: 57.78, a: 50.71, and b: -63.45.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #B268FC
Triadic colors are three colors evenly spaced around the color wheel, including #B268FC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B268FC
Monochromatic colors are variations of #B268FC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B268FC
The complementary color of #B268FC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #B268FC
/* Using HEX */ body { background-color: #b268fc; }
/* Using RGB */ body { background-color: rgb(178, 104, 252); }
/* Using RGB with opacity */ body { background-color: rgba(178, 104, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(270, 96%, 70%); }
/* Text color */ p { color: #b268fc; }
/* Box shadow */ div { box-shadow: 4px 4px #b268fc; }
HTML Examples of #B268FC
<!-- Using HEX --> <div style="background-color: #b268fc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(178, 104, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(178, 104, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(270, 96%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b268fc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b268fc; width: 100px; height: 100px;"></div>
Related Colors of #B268FC
These colors are similar to #B268FC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.