Shades of Lilac #BB93C1
Tints of Lilac #BB93C1
RGB
CMYK
RGB Variations
Color information
#BB93C1 (or 0xBB93C1) is known color: Lilac. HEX triplet: BB, 93 and C1. RGB value is (187,147,193). Sum of RGB (Red+Green+Blue) = 187+147+193=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93C1 is #446C3E. Grayscale: #A4A4A4. Windows color (decimal): -4484159 or 12686267. OLE color: 12686267.
HSL color Cylindrical-coordinate representation of color #BB93C1: hue angle of 292.17º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB93C1 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 147 | 193 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.24 |
| HSL | 292.17º | 0.27% | 0.67% | - |
| HSV(B) | 292.17º | 0.24% | 0.76% | - |
| XYZ | 40.55 | 35.28 | 55.12 | - |
| YUV | 164.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 193 | 0.03 | 0.24 | 0 | 0.24 | 292.17 | 0.27 | 0.67 |
| Hex | BB | 93 | C1 | 3 | 18 | 0 | 18 | 124 | 1B | 43 |
| Octal | 273 | 223 | 301 | 3 | 30 | 0 | 30 | 444 | 33 | 103 |
| Binary | 10111011 | 10010011 | 11000001 | 11 | 11000 | 0 | 11000 | 100100100 | 11011 | 1000011 |
Color Harmonies of #BB93C1
Complementary color
Monochromatic Colors of #BB93C1
Black with #BB93C1
Text Example
Text Example
White with #BB93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93C1; }
p { color: rgb(187,147,193); }
H1.HeaderClassName
{
color: #BB93C1;
}
.AnyTagClassName
{
color: #BB93C1;
}
</style>
background-color css
<style>
a { background-color: #BB93C1; }
a { background-color: rgb(187,147,193); }
div.DivClassName
{
background-color: #BB93C1;
}
.BgClassName
{
background-color: #BB93C1;
}
</style>
border-color css
<style>
span { border-color: #BB93C1; }
span { border-color: rgb(187,147,193); }
td.TdClassName
{
border-color: #BB93C1;
}
.TagClassName
{
border-color: #BB93C1;
}
</style>