Shades of Lilac #BF8FC2
Tints of Lilac #BF8FC2
RGB
CMYK
RGB Variations
Color information
#BF8FC2 (or 0xBF8FC2) is known color: Lilac. HEX triplet: BF, 8F and C2. RGB value is (191,143,194). Sum of RGB (Red+Green+Blue) = 191+143+194=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF8FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FC2 is #40703D. Grayscale: #A3A3A3. Windows color (decimal): -4223038 or 12750783. OLE color: 12750783.
HSL color Cylindrical-coordinate representation of color #BF8FC2: hue angle of 296.47º 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 #BF8FC2 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 143 | 194 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.24 |
| HSL | 296.47º | 0.29% | 0.66% | - |
| HSV(B) | 296.47º | 0.26% | 0.76% | - |
| XYZ | 41.05 | 34.62 | 55.56 | - |
| YUV | 163.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 194 | 0.02 | 0.26 | 0 | 0.24 | 296.47 | 0.29 | 0.66 |
| Hex | BF | 8F | C2 | 2 | 1A | 0 | 18 | 128 | 1D | 42 |
| Octal | 277 | 217 | 302 | 2 | 32 | 0 | 30 | 450 | 35 | 102 |
| Binary | 10111111 | 10001111 | 11000010 | 10 | 11010 | 0 | 11000 | 100101000 | 11101 | 1000010 |
Color Harmonies of #BF8FC2
Complementary color
Monochromatic Colors of #BF8FC2
Black with #BF8FC2
Text Example
Text Example
White with #BF8FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FC2; }
p { color: rgb(191,143,194); }
H1.HeaderClassName
{
color: #BF8FC2;
}
.AnyTagClassName
{
color: #BF8FC2;
}
</style>
background-color css
<style>
a { background-color: #BF8FC2; }
a { background-color: rgb(191,143,194); }
div.DivClassName
{
background-color: #BF8FC2;
}
.BgClassName
{
background-color: #BF8FC2;
}
</style>
border-color css
<style>
span { border-color: #BF8FC2; }
span { border-color: rgb(191,143,194); }
td.TdClassName
{
border-color: #BF8FC2;
}
.TagClassName
{
border-color: #BF8FC2;
}
</style>