Shades of Lilac #BD91C2
Tints of Lilac #BD91C2
RGB
CMYK
RGB Variations
Color information
#BD91C2 (or 0xBD91C2) is known color: Lilac. HEX triplet: BD, 91 and C2. RGB value is (189,145,194). Sum of RGB (Red+Green+Blue) = 189+145+194=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD91C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91C2 is #426E3D. Grayscale: #A3A3A3. Windows color (decimal): -4353598 or 12751293. OLE color: 12751293.
HSL color Cylindrical-coordinate representation of color #BD91C2: hue angle of 293.88º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD91C2 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 145 | 194 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.24 |
| HSL | 293.88º | 0.29% | 0.66% | - |
| HSV(B) | 293.88º | 0.25% | 0.76% | - |
| XYZ | 40.85 | 34.96 | 55.63 | - |
| YUV | 163.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 194 | 0.03 | 0.25 | 0 | 0.24 | 293.88 | 0.29 | 0.66 |
| Hex | BD | 91 | C2 | 3 | 19 | 0 | 18 | 126 | 1D | 42 |
| Octal | 275 | 221 | 302 | 3 | 31 | 0 | 30 | 446 | 35 | 102 |
| Binary | 10111101 | 10010001 | 11000010 | 11 | 11001 | 0 | 11000 | 100100110 | 11101 | 1000010 |
Color Harmonies of #BD91C2
Complementary color
Monochromatic Colors of #BD91C2
Black with #BD91C2
Text Example
Text Example
White with #BD91C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91C2; }
p { color: rgb(189,145,194); }
H1.HeaderClassName
{
color: #BD91C2;
}
.AnyTagClassName
{
color: #BD91C2;
}
</style>
background-color css
<style>
a { background-color: #BD91C2; }
a { background-color: rgb(189,145,194); }
div.DivClassName
{
background-color: #BD91C2;
}
.BgClassName
{
background-color: #BD91C2;
}
</style>
border-color css
<style>
span { border-color: #BD91C2; }
span { border-color: rgb(189,145,194); }
td.TdClassName
{
border-color: #BD91C2;
}
.TagClassName
{
border-color: #BD91C2;
}
</style>