Shades of Lilac #BC8EC1
Tints of Lilac #BC8EC1
RGB
CMYK
RGB Variations
Color information
#BC8EC1 (or 0xBC8EC1) is known color: Lilac. HEX triplet: BC, 8E and C1. RGB value is (188,142,193). Sum of RGB (Red+Green+Blue) = 188+142+193=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC8EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EC1 is #43713E. Grayscale: #A1A1A1. Windows color (decimal): -4419903 or 12684988. OLE color: 12684988.
HSL color Cylindrical-coordinate representation of color #BC8EC1: hue angle of 294.12º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8EC1 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 142 | 193 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.24 |
| HSL | 294.12º | 0.29% | 0.66% | - |
| HSV(B) | 294.12º | 0.26% | 0.76% | - |
| XYZ | 40.04 | 33.89 | 54.88 | - |
| YUV | 161.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 193 | 0.03 | 0.26 | 0 | 0.24 | 294.12 | 0.29 | 0.66 |
| Hex | BC | 8E | C1 | 3 | 1A | 0 | 18 | 126 | 1D | 42 |
| Octal | 274 | 216 | 301 | 3 | 32 | 0 | 30 | 446 | 35 | 102 |
| Binary | 10111100 | 10001110 | 11000001 | 11 | 11010 | 0 | 11000 | 100100110 | 11101 | 1000010 |
Color Harmonies of #BC8EC1
Complementary color
Monochromatic Colors of #BC8EC1
Black with #BC8EC1
Text Example
Text Example
White with #BC8EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EC1; }
p { color: rgb(188,142,193); }
H1.HeaderClassName
{
color: #BC8EC1;
}
.AnyTagClassName
{
color: #BC8EC1;
}
</style>
background-color css
<style>
a { background-color: #BC8EC1; }
a { background-color: rgb(188,142,193); }
div.DivClassName
{
background-color: #BC8EC1;
}
.BgClassName
{
background-color: #BC8EC1;
}
</style>
border-color css
<style>
span { border-color: #BC8EC1; }
span { border-color: rgb(188,142,193); }
td.TdClassName
{
border-color: #BC8EC1;
}
.TagClassName
{
border-color: #BC8EC1;
}
</style>