Shades of Lilac #BD93C8
Tints of Lilac #BD93C8
RGB
CMYK
RGB Variations
Color information
#BD93C8 (or 0xBD93C8) is known color: Lilac. HEX triplet: BD, 93 and C8. RGB value is (189,147,200). Sum of RGB (Red+Green+Blue) = 189+147+200=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD93C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93C8 is #426C37. Grayscale: #A5A5A5. Windows color (decimal): -4353080 or 13145021. OLE color: 13145021.
HSL color Cylindrical-coordinate representation of color #BD93C8: hue angle of 287.55º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD93C8 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 147 | 200 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.22 |
| HSL | 287.55º | 0.33% | 0.68% | - |
| HSV(B) | 287.55º | 0.27% | 0.78% | - |
| XYZ | 41.85 | 35.86 | 59.36 | - |
| YUV | 165.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 200 | 0.06 | 0.26 | 0 | 0.22 | 287.55 | 0.33 | 0.68 |
| Hex | BD | 93 | C8 | 6 | 1A | 0 | 16 | 120 | 21 | 44 |
| Octal | 275 | 223 | 310 | 6 | 32 | 0 | 26 | 440 | 41 | 104 |
| Binary | 10111101 | 10010011 | 11001000 | 110 | 11010 | 0 | 10110 | 100100000 | 100001 | 1000100 |
Color Harmonies of #BD93C8
Complementary color
Monochromatic Colors of #BD93C8
Black with #BD93C8
Text Example
Text Example
White with #BD93C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93C8; }
p { color: rgb(189,147,200); }
H1.HeaderClassName
{
color: #BD93C8;
}
.AnyTagClassName
{
color: #BD93C8;
}
</style>
background-color css
<style>
a { background-color: #BD93C8; }
a { background-color: rgb(189,147,200); }
div.DivClassName
{
background-color: #BD93C8;
}
.BgClassName
{
background-color: #BD93C8;
}
</style>
border-color css
<style>
span { border-color: #BD93C8; }
span { border-color: rgb(189,147,200); }
td.TdClassName
{
border-color: #BD93C8;
}
.TagClassName
{
border-color: #BD93C8;
}
</style>