Color: #BC7AB8
#BC7AB8 Color Information
#BC7AB8 is a light color. The closest websafe version is #BC7AB8. A complement of this color would be #7BBC7F, perceived brightness is 0.58, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 304°,a saturation of 33%, and a lightness of 61%.The HSV representation shows a hue of 304°, a saturation of 35%, and a value of 74%.
In a RGB color space, #BC7AB8 is composed of 74% red, 48% green and 72% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 2% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 28.05, x: 0.3587, and y: 0.2773.
Color Code #BC7AB8
Shades of Color #BC7AB8
Shades are created by darkening the original color #BC7AB8 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 #BC7AB8
Tints are created by lightening the original color #BC7AB8 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 #BC7AB8 Color Code
In the HSL color space, this color has a hue angle of 304°, a saturation of 33%, and a lightness of 61%. The HSV representation shows a hue of 304°, a saturation of 35%, and a value of 74%.
- HEX: #BC7AB8
- RGB: rgb(188, 122, 184)
- HSL: hsl(304, 33%, 61%)
- HSV: hsv(304, 35%, 74%)
- CMYK: 0.00% cyan, 35.00% magenta, 2.00% yellow, 26.00% black
- XYZ: 36.28, 28.05, 36.82
- Yxy: 28.05, 0.3587, 0.2773
- Hunter Lab: 59.93, 33.68, -21.92
- CIE-Lab: 59.93, 33.68, -21.92
In the XYZ color space, this color is represented as X: 36.28, Y: 28.05, Z: 36.82. The Yxy representation further refines this as Y: 28.05, x: 0.3587, and y: 0.2773.
In the Hunter Lab color space, this color is represented as L: 59.93, a: 33.68, and b: -21.92. Similarly, in the CIE-Lab color space, it is represented as L: 59.93, a: 33.68, and b: -21.92.
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 #BC7AB8
Triadic colors are three colors evenly spaced around the color wheel, including #BC7AB8. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BC7AB8
Split complementary colors are two colors adjacent to the complementary color of #BC7AB8. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BC7AB8
Monochromatic colors are variations of #BC7AB8, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BC7AB8
The complementary color of #BC7AB8 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 #BC7AB8
/* Using HEX */ body { background-color: #bc7ab8; }
/* Using RGB */ body { background-color: rgb(188, 122, 184); }
/* Using RGB with opacity */ body { background-color: rgba(188, 122, 184, 0.5); }
/* Using HSL */ body { background-color: hsl(304, 33%, 61%); }
/* Text color */ p { color: #bc7ab8; }
/* Box shadow */ div { box-shadow: 4px 4px #bc7ab8; }
/* Border color */ .box { border: 4px solid #bc7ab8; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bc7ab8; }
/* Background with text */ div { background: #bc7ab8; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BC7AB8
<!-- Using HEX --> <div style="background-color: #bc7ab8; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 122, 184); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 122, 184, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(304, 33%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bc7ab8;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bc7ab8; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bc7ab8; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bc7ab8;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bc7ab8; color: #fff; padding: 16px; border-radius: 8px;"> #BC7AB8 </div>
Related Colors of #BC7AB8
These colors are similar to #BC7AB8, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.