Color: #BC8FCC
#BC8FCC Color Information
#BC8FCC is a light color. The closest websafe version is #BC8FCC. A complement of this color would be #9FCC8F, perceived brightness is 0.64, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 284°,a saturation of 37%, and a lightness of 68%.The HSV representation shows a hue of 284°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BC8FCC is composed of 74% red, 56% green and 80% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 30% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 34.54, x: 0.3368, and y: 0.2827.
Color Code #BC8FCC
Shades of Color #BC8FCC
Shades are created by darkening the original color #BC8FCC 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 #BC8FCC
Tints are created by lightening the original color #BC8FCC 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 #BC8FCC Color Code
In the HSL color space, this color has a hue angle of 284°, a saturation of 37%, and a lightness of 68%. The HSV representation shows a hue of 284°, a saturation of 30%, and a value of 80%.
- HEX: #BC8FCC
- RGB: rgb(188, 143, 204)
- HSL: hsl(284, 37%, 68%)
- HSV: hsv(284, 30%, 80%)
- CMYK: 8.00% cyan, 30.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 41.15, 34.54, 46.49
- Yxy: 34.54, 0.3368, 0.2827
- Hunter Lab: 65.39, 25.62, -24.86
- CIE-Lab: 65.39, 25.62, -24.86
In the XYZ color space, this color is represented as X: 41.15, Y: 34.54, Z: 46.49. The Yxy representation further refines this as Y: 34.54, x: 0.3368, and y: 0.2827.
In the Hunter Lab color space, this color is represented as L: 65.39, a: 25.62, and b: -24.86. Similarly, in the CIE-Lab color space, it is represented as L: 65.39, a: 25.62, and b: -24.86.
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 #BC8FCC
Triadic colors are three colors evenly spaced around the color wheel, including #BC8FCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BC8FCC
Monochromatic colors are variations of #BC8FCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BC8FCC
The complementary color of #BC8FCC 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 #BC8FCC
/* Using HEX */ body { background-color: #bc8fcc; }
/* Using RGB */ body { background-color: rgb(188, 143, 204); }
/* Using RGB with opacity */ body { background-color: rgba(188, 143, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(284, 37%, 68%); }
/* Text color */ p { color: #bc8fcc; }
/* Box shadow */ div { box-shadow: 4px 4px #bc8fcc; }
HTML Examples of #BC8FCC
<!-- Using HEX --> <div style="background-color: #bc8fcc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 143, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 143, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(284, 37%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bc8fcc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bc8fcc; width: 100px; height: 100px;"></div>
Related Colors of #BC8FCC
These colors are similar to #BC8FCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.