Shades of Lilac #BC8FC1
Tints of Lilac #BC8FC1
RGB
CMYK
RGB Variations
Color information
#BC8FC1 (or 0xBC8FC1) is known color: Lilac. HEX triplet: BC, 8F and C1. RGB value is (188,143,193). Sum of RGB (Red+Green+Blue) = 188+143+193=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC8FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FC1 is #43703E. Grayscale: #A1A1A1. Windows color (decimal): -4419647 or 12685244. OLE color: 12685244.
HSL color Cylindrical-coordinate representation of color #BC8FC1: hue angle of 294º 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 #BC8FC1 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 143 | 193 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.24 |
| HSL | 294º | 0.29% | 0.66% | - |
| HSV(B) | 294º | 0.26% | 0.76% | - |
| XYZ | 40.19 | 34.19 | 54.93 | - |
| YUV | 162.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 193 | 0.03 | 0.26 | 0 | 0.24 | 294 | 0.29 | 0.66 |
| Hex | BC | 8F | C1 | 3 | 1A | 0 | 18 | 126 | 1D | 42 |
| Octal | 274 | 217 | 301 | 3 | 32 | 0 | 30 | 446 | 35 | 102 |
| Binary | 10111100 | 10001111 | 11000001 | 11 | 11010 | 0 | 11000 | 100100110 | 11101 | 1000010 |
Color Harmonies of #BC8FC1
Complementary color
Monochromatic Colors of #BC8FC1
Black with #BC8FC1
Text Example
Text Example
White with #BC8FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FC1; }
p { color: rgb(188,143,193); }
H1.HeaderClassName
{
color: #BC8FC1;
}
.AnyTagClassName
{
color: #BC8FC1;
}
</style>
background-color css
<style>
a { background-color: #BC8FC1; }
a { background-color: rgb(188,143,193); }
div.DivClassName
{
background-color: #BC8FC1;
}
.BgClassName
{
background-color: #BC8FC1;
}
</style>
border-color css
<style>
span { border-color: #BC8FC1; }
span { border-color: rgb(188,143,193); }
td.TdClassName
{
border-color: #BC8FC1;
}
.TagClassName
{
border-color: #BC8FC1;
}
</style>