Shades of Lilac #BF87C0
Tints of Lilac #BF87C0
RGB
CMYK
RGB Variations
Color information
#BF87C0 (or 0xBF87C0) is known color: Lilac. HEX triplet: BF, 87 and C0. RGB value is (191,135,192). Sum of RGB (Red+Green+Blue) = 191+135+192=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF87C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87C0 is #40783F. Grayscale: #9E9E9E. Windows color (decimal): -4225088 or 12617663. OLE color: 12617663.
HSL color Cylindrical-coordinate representation of color #BF87C0: hue angle of 298.95º 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 #BF87C0 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 192 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.25 |
| HSL | 298.95º | 0.31% | 0.64% | - |
| HSV(B) | 298.95º | 0.3% | 0.75% | - |
| XYZ | 39.66 | 32.21 | 54 | - |
| YUV | 158.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 192 | 0.01 | 0.30 | 0 | 0.25 | 298.95 | 0.31 | 0.64 |
| Hex | BF | 87 | C0 | 1 | 1E | 0 | 19 | 12B | 1F | 40 |
| Octal | 277 | 207 | 300 | 1 | 36 | 0 | 31 | 453 | 37 | 100 |
| Binary | 10111111 | 10000111 | 11000000 | 1 | 11110 | 0 | 11001 | 100101011 | 11111 | 1000000 |
Color Harmonies of #BF87C0
Complementary color
Monochromatic Colors of #BF87C0
Black with #BF87C0
Text Example
Text Example
White with #BF87C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF87C0; }
p { color: rgb(191,135,192); }
H1.HeaderClassName
{
color: #BF87C0;
}
.AnyTagClassName
{
color: #BF87C0;
}
</style>
background-color css
<style>
a { background-color: #BF87C0; }
a { background-color: rgb(191,135,192); }
div.DivClassName
{
background-color: #BF87C0;
}
.BgClassName
{
background-color: #BF87C0;
}
</style>
border-color css
<style>
span { border-color: #BF87C0; }
span { border-color: rgb(191,135,192); }
td.TdClassName
{
border-color: #BF87C0;
}
.TagClassName
{
border-color: #BF87C0;
}
</style>