Shades of Lilac #BB93C4
Tints of Lilac #BB93C4
RGB
CMYK
RGB Variations
Color information
#BB93C4 (or 0xBB93C4) is known color: Lilac. HEX triplet: BB, 93 and C4. RGB value is (187,147,196). Sum of RGB (Red+Green+Blue) = 187+147+196=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB93C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93C4 is #446C3B. Grayscale: #A4A4A4. Windows color (decimal): -4484156 or 12882875. OLE color: 12882875.
HSL color Cylindrical-coordinate representation of color #BB93C4: hue angle of 288.98º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BB93C4 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 147 | 196 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.23 |
| HSL | 288.98º | 0.29% | 0.67% | - |
| HSV(B) | 288.98º | 0.25% | 0.77% | - |
| XYZ | 40.89 | 35.42 | 56.91 | - |
| YUV | 164.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 196 | 0.05 | 0.25 | 0 | 0.23 | 288.98 | 0.29 | 0.67 |
| Hex | BB | 93 | C4 | 5 | 19 | 0 | 17 | 121 | 1D | 43 |
| Octal | 273 | 223 | 304 | 5 | 31 | 0 | 27 | 441 | 35 | 103 |
| Binary | 10111011 | 10010011 | 11000100 | 101 | 11001 | 0 | 10111 | 100100001 | 11101 | 1000011 |
Color Harmonies of #BB93C4
Complementary color
Monochromatic Colors of #BB93C4
Black with #BB93C4
Text Example
Text Example
White with #BB93C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93C4; }
p { color: rgb(187,147,196); }
H1.HeaderClassName
{
color: #BB93C4;
}
.AnyTagClassName
{
color: #BB93C4;
}
</style>
background-color css
<style>
a { background-color: #BB93C4; }
a { background-color: rgb(187,147,196); }
div.DivClassName
{
background-color: #BB93C4;
}
.BgClassName
{
background-color: #BB93C4;
}
</style>
border-color css
<style>
span { border-color: #BB93C4; }
span { border-color: rgb(187,147,196); }
td.TdClassName
{
border-color: #BB93C4;
}
.TagClassName
{
border-color: #BB93C4;
}
</style>