Shades of Lilac #BC93C3
Tints of Lilac #BC93C3
RGB
CMYK
RGB Variations
Color information
#BC93C3 (or 0xBC93C3) is known color: Lilac. HEX triplet: BC, 93 and C3. RGB value is (188,147,195). Sum of RGB (Red+Green+Blue) = 188+147+195=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC93C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93C3 is #436C3C. Grayscale: #A4A4A4. Windows color (decimal): -4418621 or 12817340. OLE color: 12817340.
HSL color Cylindrical-coordinate representation of color #BC93C3: hue angle of 291.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC93C3 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 147 | 195 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.24 |
| HSL | 291.25º | 0.29% | 0.67% | - |
| HSV(B) | 291.25º | 0.25% | 0.76% | - |
| XYZ | 41.02 | 35.5 | 56.32 | - |
| YUV | 164.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 195 | 0.04 | 0.25 | 0 | 0.24 | 291.25 | 0.29 | 0.67 |
| Hex | BC | 93 | C3 | 4 | 19 | 0 | 18 | 123 | 1D | 43 |
| Octal | 274 | 223 | 303 | 4 | 31 | 0 | 30 | 443 | 35 | 103 |
| Binary | 10111100 | 10010011 | 11000011 | 100 | 11001 | 0 | 11000 | 100100011 | 11101 | 1000011 |
Color Harmonies of #BC93C3
Complementary color
Monochromatic Colors of #BC93C3
Black with #BC93C3
Text Example
Text Example
White with #BC93C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93C3; }
p { color: rgb(188,147,195); }
H1.HeaderClassName
{
color: #BC93C3;
}
.AnyTagClassName
{
color: #BC93C3;
}
</style>
background-color css
<style>
a { background-color: #BC93C3; }
a { background-color: rgb(188,147,195); }
div.DivClassName
{
background-color: #BC93C3;
}
.BgClassName
{
background-color: #BC93C3;
}
</style>
border-color css
<style>
span { border-color: #BC93C3; }
span { border-color: rgb(188,147,195); }
td.TdClassName
{
border-color: #BC93C3;
}
.TagClassName
{
border-color: #BC93C3;
}
</style>