Shades of Lilac #BD87C2
Tints of Lilac #BD87C2
RGB
CMYK
RGB Variations
Color information
#BD87C2 (or 0xBD87C2) is known color: Lilac. HEX triplet: BD, 87 and C2. RGB value is (189,135,194). Sum of RGB (Red+Green+Blue) = 189+135+194=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD87C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87C2 is #42783D. Grayscale: #9D9D9D. Windows color (decimal): -4356158 or 12748733. OLE color: 12748733.
HSL color Cylindrical-coordinate representation of color #BD87C2: hue angle of 294.92º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD87C2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 135 | 194 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.24 |
| HSL | 294.92º | 0.33% | 0.65% | - |
| HSV(B) | 294.92º | 0.3% | 0.76% | - |
| XYZ | 39.39 | 32.04 | 55.15 | - |
| YUV | 157.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 194 | 0.03 | 0.30 | 0 | 0.24 | 294.92 | 0.33 | 0.65 |
| Hex | BD | 87 | C2 | 3 | 1E | 0 | 18 | 127 | 21 | 41 |
| Octal | 275 | 207 | 302 | 3 | 36 | 0 | 30 | 447 | 41 | 101 |
| Binary | 10111101 | 10000111 | 11000010 | 11 | 11110 | 0 | 11000 | 100100111 | 100001 | 1000001 |
Color Harmonies of #BD87C2
Complementary color
Monochromatic Colors of #BD87C2
Black with #BD87C2
Text Example
Text Example
White with #BD87C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87C2; }
p { color: rgb(189,135,194); }
H1.HeaderClassName
{
color: #BD87C2;
}
.AnyTagClassName
{
color: #BD87C2;
}
</style>
background-color css
<style>
a { background-color: #BD87C2; }
a { background-color: rgb(189,135,194); }
div.DivClassName
{
background-color: #BD87C2;
}
.BgClassName
{
background-color: #BD87C2;
}
</style>
border-color css
<style>
span { border-color: #BD87C2; }
span { border-color: rgb(189,135,194); }
td.TdClassName
{
border-color: #BD87C2;
}
.TagClassName
{
border-color: #BD87C2;
}
</style>