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