Shades of Lilac #BF85C6
Tints of Lilac #BF85C6
RGB
CMYK
RGB Variations
Color information
#BF85C6 (or 0xBF85C6) is known color: Lilac. HEX triplet: BF, 85 and C6. RGB value is (191,133,198). Sum of RGB (Red+Green+Blue) = 191+133+198=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85C6 is #407A39. Grayscale: #9D9D9D. Windows color (decimal): -4225594 or 13010367. OLE color: 13010367.
HSL color Cylindrical-coordinate representation of color #BF85C6: hue angle of 293.54º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF85C6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 133 | 198 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.22 |
| HSL | 293.54º | 0.36% | 0.65% | - |
| HSV(B) | 293.54º | 0.33% | 0.78% | - |
| XYZ | 40.07 | 31.93 | 57.48 | - |
| YUV | 157.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 198 | 0.04 | 0.33 | 0 | 0.22 | 293.54 | 0.36 | 0.65 |
| Hex | BF | 85 | C6 | 4 | 21 | 0 | 16 | 126 | 24 | 41 |
| Octal | 277 | 205 | 306 | 4 | 41 | 0 | 26 | 446 | 44 | 101 |
| Binary | 10111111 | 10000101 | 11000110 | 100 | 100001 | 0 | 10110 | 100100110 | 100100 | 1000001 |
Color Harmonies of #BF85C6
Complementary color
Monochromatic Colors of #BF85C6
Black with #BF85C6
Text Example
Text Example
White with #BF85C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85C6; }
p { color: rgb(191,133,198); }
H1.HeaderClassName
{
color: #BF85C6;
}
.AnyTagClassName
{
color: #BF85C6;
}
</style>
background-color css
<style>
a { background-color: #BF85C6; }
a { background-color: rgb(191,133,198); }
div.DivClassName
{
background-color: #BF85C6;
}
.BgClassName
{
background-color: #BF85C6;
}
</style>
border-color css
<style>
span { border-color: #BF85C6; }
span { border-color: rgb(191,133,198); }
td.TdClassName
{
border-color: #BF85C6;
}
.TagClassName
{
border-color: #BF85C6;
}
</style>