Shades of Lilac #BF84C1
Tints of Lilac #BF84C1
RGB
CMYK
RGB Variations
Color information
#BF84C1 (or 0xBF84C1) is known color: Lilac. HEX triplet: BF, 84 and C1. RGB value is (191,132,193). Sum of RGB (Red+Green+Blue) = 191+132+193=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF84C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84C1 is #407B3E. Grayscale: #9C9C9C. Windows color (decimal): -4225855 or 12682431. OLE color: 12682431.
HSL color Cylindrical-coordinate representation of color #BF84C1: hue angle of 298.03º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF84C1 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 132 | 193 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.24 |
| HSL | 298.03º | 0.33% | 0.64% | - |
| HSV(B) | 298.03º | 0.32% | 0.76% | - |
| XYZ | 39.36 | 31.43 | 54.44 | - |
| YUV | 156.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 193 | 0.01 | 0.32 | 0 | 0.24 | 298.03 | 0.33 | 0.64 |
| Hex | BF | 84 | C1 | 1 | 20 | 0 | 18 | 12A | 21 | 40 |
| Octal | 277 | 204 | 301 | 1 | 40 | 0 | 30 | 452 | 41 | 100 |
| Binary | 10111111 | 10000100 | 11000001 | 1 | 100000 | 0 | 11000 | 100101010 | 100001 | 1000000 |
Color Harmonies of #BF84C1
Complementary color
Monochromatic Colors of #BF84C1
Black with #BF84C1
Text Example
Text Example
White with #BF84C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF84C1; }
p { color: rgb(191,132,193); }
H1.HeaderClassName
{
color: #BF84C1;
}
.AnyTagClassName
{
color: #BF84C1;
}
</style>
background-color css
<style>
a { background-color: #BF84C1; }
a { background-color: rgb(191,132,193); }
div.DivClassName
{
background-color: #BF84C1;
}
.BgClassName
{
background-color: #BF84C1;
}
</style>
border-color css
<style>
span { border-color: #BF84C1; }
span { border-color: rgb(191,132,193); }
td.TdClassName
{
border-color: #BF84C1;
}
.TagClassName
{
border-color: #BF84C1;
}
</style>