Shades of Lilac #BD91BD
Tints of Lilac #BD91BD
RGB
CMYK
RGB Variations
Color information
#BD91BD (or 0xBD91BD) is known color: Lilac. HEX triplet: BD, 91 and BD. RGB value is (189,145,189). Sum of RGB (Red+Green+Blue) = 189+145+189=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91BD is #426E42. Grayscale: #A3A3A3. Windows color (decimal): -4353603 or 12423613. OLE color: 12423613.
HSL color Cylindrical-coordinate representation of color #BD91BD: hue angle of 300º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD91BD is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 189 | - |
| CMYK | 0 | 0.23 | 0 | 0.26 |
| HSL | 300º | 0.25% | 0.65% | - |
| HSV(B) | 300º | 0.23% | 0.74% | - |
| XYZ | 40.3 | 34.74 | 52.73 | - |
| YUV | 163.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 189 | 0 | 0.23 | 0 | 0.26 | 300 | 0.25 | 0.65 |
| Hex | BD | 91 | BD | 0 | 17 | 0 | 1A | 12C | 19 | 41 |
| Octal | 275 | 221 | 275 | 0 | 27 | 0 | 32 | 454 | 31 | 101 |
| Binary | 10111101 | 10010001 | 10111101 | 0 | 10111 | 0 | 11010 | 100101100 | 11001 | 1000001 |
Color Harmonies of #BD91BD
Complementary color
Monochromatic Colors of #BD91BD
Black with #BD91BD
Text Example
Text Example
White with #BD91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91BD; }
p { color: rgb(189,145,189); }
H1.HeaderClassName
{
color: #BD91BD;
}
.AnyTagClassName
{
color: #BD91BD;
}
</style>
background-color css
<style>
a { background-color: #BD91BD; }
a { background-color: rgb(189,145,189); }
div.DivClassName
{
background-color: #BD91BD;
}
.BgClassName
{
background-color: #BD91BD;
}
</style>
border-color css
<style>
span { border-color: #BD91BD; }
span { border-color: rgb(189,145,189); }
td.TdClassName
{
border-color: #BD91BD;
}
.TagClassName
{
border-color: #BD91BD;
}
</style>