Shades of Lilac #BF84C5
Tints of Lilac #BF84C5
RGB
CMYK
RGB Variations
Color information
#BF84C5 (or 0xBF84C5) is known color: Lilac. HEX triplet: BF, 84 and C5. RGB value is (191,132,197). Sum of RGB (Red+Green+Blue) = 191+132+197=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF84C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84C5 is #407B3A. Grayscale: #9C9C9C. Windows color (decimal): -4225851 or 12944575. OLE color: 12944575.
HSL color Cylindrical-coordinate representation of color #BF84C5: hue angle of 294.46º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF84C5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 132 | 197 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.23 |
| HSL | 294.46º | 0.36% | 0.65% | - |
| HSV(B) | 294.46º | 0.33% | 0.77% | - |
| XYZ | 39.82 | 31.61 | 56.83 | - |
| YUV | 157.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 197 | 0.03 | 0.33 | 0 | 0.23 | 294.46 | 0.36 | 0.65 |
| Hex | BF | 84 | C5 | 3 | 21 | 0 | 17 | 126 | 24 | 41 |
| Octal | 277 | 204 | 305 | 3 | 41 | 0 | 27 | 446 | 44 | 101 |
| Binary | 10111111 | 10000100 | 11000101 | 11 | 100001 | 0 | 10111 | 100100110 | 100100 | 1000001 |
Color Harmonies of #BF84C5
Complementary color
Monochromatic Colors of #BF84C5
Black with #BF84C5
Text Example
Text Example
White with #BF84C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF84C5; }
p { color: rgb(191,132,197); }
H1.HeaderClassName
{
color: #BF84C5;
}
.AnyTagClassName
{
color: #BF84C5;
}
</style>
background-color css
<style>
a { background-color: #BF84C5; }
a { background-color: rgb(191,132,197); }
div.DivClassName
{
background-color: #BF84C5;
}
.BgClassName
{
background-color: #BF84C5;
}
</style>
border-color css
<style>
span { border-color: #BF84C5; }
span { border-color: rgb(191,132,197); }
td.TdClassName
{
border-color: #BF84C5;
}
.TagClassName
{
border-color: #BF84C5;
}
</style>