Shades of Lilac #BD93BD
Tints of Lilac #BD93BD
RGB
CMYK
RGB Variations
Color information
#BD93BD (or 0xBD93BD) is known color: Lilac. HEX triplet: BD, 93 and BD. RGB value is (189,147,189). Sum of RGB (Red+Green+Blue) = 189+147+189=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93BD is #426C42. Grayscale: #A4A4A4. Windows color (decimal): -4353091 or 12424125. OLE color: 12424125.
HSL color Cylindrical-coordinate representation of color #BD93BD: hue angle of 300º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD93BD is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 189 | - |
| CMYK | 0 | 0.22 | 0 | 0.26 |
| HSL | 300º | 0.24% | 0.66% | - |
| HSV(B) | 300º | 0.22% | 0.74% | - |
| XYZ | 40.61 | 35.36 | 52.83 | - |
| YUV | 164.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 189 | 0 | 0.22 | 0 | 0.26 | 300 | 0.24 | 0.66 |
| Hex | BD | 93 | BD | 0 | 16 | 0 | 1A | 12C | 18 | 42 |
| Octal | 275 | 223 | 275 | 0 | 26 | 0 | 32 | 454 | 30 | 102 |
| Binary | 10111101 | 10010011 | 10111101 | 0 | 10110 | 0 | 11010 | 100101100 | 11000 | 1000010 |
Color Harmonies of #BD93BD
Complementary color
Monochromatic Colors of #BD93BD
Black with #BD93BD
Text Example
Text Example
White with #BD93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93BD; }
p { color: rgb(189,147,189); }
H1.HeaderClassName
{
color: #BD93BD;
}
.AnyTagClassName
{
color: #BD93BD;
}
</style>
background-color css
<style>
a { background-color: #BD93BD; }
a { background-color: rgb(189,147,189); }
div.DivClassName
{
background-color: #BD93BD;
}
.BgClassName
{
background-color: #BD93BD;
}
</style>
border-color css
<style>
span { border-color: #BD93BD; }
span { border-color: rgb(189,147,189); }
td.TdClassName
{
border-color: #BD93BD;
}
.TagClassName
{
border-color: #BD93BD;
}
</style>