Shades of Lilac #BD87C0
Tints of Lilac #BD87C0
RGB
CMYK
RGB Variations
Color information
#BD87C0 (or 0xBD87C0) is known color: Lilac. HEX triplet: BD, 87 and C0. RGB value is (189,135,192). Sum of RGB (Red+Green+Blue) = 189+135+192=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD87C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87C0 is #42783F. Grayscale: #9D9D9D. Windows color (decimal): -4356160 or 12617661. OLE color: 12617661.
HSL color Cylindrical-coordinate representation of color #BD87C0: hue angle of 296.84º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD87C0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 135 | 192 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.25 |
| HSL | 296.84º | 0.31% | 0.64% | - |
| HSV(B) | 296.84º | 0.3% | 0.75% | - |
| XYZ | 39.16 | 31.95 | 53.97 | - |
| YUV | 157.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 192 | 0.02 | 0.30 | 0 | 0.25 | 296.84 | 0.31 | 0.64 |
| Hex | BD | 87 | C0 | 2 | 1E | 0 | 19 | 129 | 1F | 40 |
| Octal | 275 | 207 | 300 | 2 | 36 | 0 | 31 | 451 | 37 | 100 |
| Binary | 10111101 | 10000111 | 11000000 | 10 | 11110 | 0 | 11001 | 100101001 | 11111 | 1000000 |
Color Harmonies of #BD87C0
Complementary color
Monochromatic Colors of #BD87C0
Black with #BD87C0
Text Example
Text Example
White with #BD87C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87C0; }
p { color: rgb(189,135,192); }
H1.HeaderClassName
{
color: #BD87C0;
}
.AnyTagClassName
{
color: #BD87C0;
}
</style>
background-color css
<style>
a { background-color: #BD87C0; }
a { background-color: rgb(189,135,192); }
div.DivClassName
{
background-color: #BD87C0;
}
.BgClassName
{
background-color: #BD87C0;
}
</style>
border-color css
<style>
span { border-color: #BD87C0; }
span { border-color: rgb(189,135,192); }
td.TdClassName
{
border-color: #BD87C0;
}
.TagClassName
{
border-color: #BD87C0;
}
</style>