Shades of Lilac #BF83C2
Tints of Lilac #BF83C2
RGB
CMYK
RGB Variations
Color information
#BF83C2 (or 0xBF83C2) is known color: Lilac. HEX triplet: BF, 83 and C2. RGB value is (191,131,194). Sum of RGB (Red+Green+Blue) = 191+131+194=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF83C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83C2 is #407C3D. Grayscale: #9B9B9B. Windows color (decimal): -4226110 or 12747711. OLE color: 12747711.
HSL color Cylindrical-coordinate representation of color #BF83C2: hue angle of 297.14º degrees, saturation: 0.34, 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 #BF83C2 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 131 | 194 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.24 |
| HSL | 297.14º | 0.34% | 0.64% | - |
| HSV(B) | 297.14º | 0.32% | 0.76% | - |
| XYZ | 39.34 | 31.2 | 54.99 | - |
| YUV | 156.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 194 | 0.02 | 0.32 | 0 | 0.24 | 297.14 | 0.34 | 0.64 |
| Hex | BF | 83 | C2 | 2 | 20 | 0 | 18 | 129 | 22 | 40 |
| Octal | 277 | 203 | 302 | 2 | 40 | 0 | 30 | 451 | 42 | 100 |
| Binary | 10111111 | 10000011 | 11000010 | 10 | 100000 | 0 | 11000 | 100101001 | 100010 | 1000000 |
Color Harmonies of #BF83C2
Complementary color
Monochromatic Colors of #BF83C2
Black with #BF83C2
Text Example
Text Example
White with #BF83C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF83C2; }
p { color: rgb(191,131,194); }
H1.HeaderClassName
{
color: #BF83C2;
}
.AnyTagClassName
{
color: #BF83C2;
}
</style>
background-color css
<style>
a { background-color: #BF83C2; }
a { background-color: rgb(191,131,194); }
div.DivClassName
{
background-color: #BF83C2;
}
.BgClassName
{
background-color: #BF83C2;
}
</style>
border-color css
<style>
span { border-color: #BF83C2; }
span { border-color: rgb(191,131,194); }
td.TdClassName
{
border-color: #BF83C2;
}
.TagClassName
{
border-color: #BF83C2;
}
</style>