Shades of Lilac #BF8FC1
Tints of Lilac #BF8FC1
RGB
CMYK
RGB Variations
Color information
#BF8FC1 (or 0xBF8FC1) is known color: Lilac. HEX triplet: BF, 8F and C1. RGB value is (191,143,193). Sum of RGB (Red+Green+Blue) = 191+143+193=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF8FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FC1 is #40703E. Grayscale: #A2A2A2. Windows color (decimal): -4223039 or 12685247. OLE color: 12685247.
HSL color Cylindrical-coordinate representation of color #BF8FC1: hue angle of 297.6º 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 #BF8FC1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 143 | 193 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.24 |
| HSL | 297.6º | 0.29% | 0.66% | - |
| HSV(B) | 297.6º | 0.26% | 0.76% | - |
| XYZ | 40.93 | 34.57 | 54.97 | - |
| YUV | 163.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 193 | 0.01 | 0.26 | 0 | 0.24 | 297.6 | 0.29 | 0.66 |
| Hex | BF | 8F | C1 | 1 | 1A | 0 | 18 | 12A | 1D | 42 |
| Octal | 277 | 217 | 301 | 1 | 32 | 0 | 30 | 452 | 35 | 102 |
| Binary | 10111111 | 10001111 | 11000001 | 1 | 11010 | 0 | 11000 | 100101010 | 11101 | 1000010 |
Color Harmonies of #BF8FC1
Complementary color
Monochromatic Colors of #BF8FC1
Black with #BF8FC1
Text Example
Text Example
White with #BF8FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FC1; }
p { color: rgb(191,143,193); }
H1.HeaderClassName
{
color: #BF8FC1;
}
.AnyTagClassName
{
color: #BF8FC1;
}
</style>
background-color css
<style>
a { background-color: #BF8FC1; }
a { background-color: rgb(191,143,193); }
div.DivClassName
{
background-color: #BF8FC1;
}
.BgClassName
{
background-color: #BF8FC1;
}
</style>
border-color css
<style>
span { border-color: #BF8FC1; }
span { border-color: rgb(191,143,193); }
td.TdClassName
{
border-color: #BF8FC1;
}
.TagClassName
{
border-color: #BF8FC1;
}
</style>