Shades of Lilac #BD94C3
Tints of Lilac #BD94C3
RGB
CMYK
RGB Variations
Color information
#BD94C3 (or 0xBD94C3) is known color: Lilac. HEX triplet: BD, 94 and C3. RGB value is (189,148,195). Sum of RGB (Red+Green+Blue) = 189+148+195=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD94C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94C3 is #426B3C. Grayscale: #A5A5A5. Windows color (decimal): -4352829 or 12817597. OLE color: 12817597.
HSL color Cylindrical-coordinate representation of color #BD94C3: hue angle of 292.34º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD94C3 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 148 | 195 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.24 |
| HSL | 292.34º | 0.28% | 0.67% | - |
| HSV(B) | 292.34º | 0.24% | 0.76% | - |
| XYZ | 41.43 | 35.94 | 56.38 | - |
| YUV | 165.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 195 | 0.03 | 0.24 | 0 | 0.24 | 292.34 | 0.28 | 0.67 |
| Hex | BD | 94 | C3 | 3 | 18 | 0 | 18 | 124 | 1C | 43 |
| Octal | 275 | 224 | 303 | 3 | 30 | 0 | 30 | 444 | 34 | 103 |
| Binary | 10111101 | 10010100 | 11000011 | 11 | 11000 | 0 | 11000 | 100100100 | 11100 | 1000011 |
Color Harmonies of #BD94C3
Complementary color
Monochromatic Colors of #BD94C3
Black with #BD94C3
Text Example
Text Example
White with #BD94C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94C3; }
p { color: rgb(189,148,195); }
H1.HeaderClassName
{
color: #BD94C3;
}
.AnyTagClassName
{
color: #BD94C3;
}
</style>
background-color css
<style>
a { background-color: #BD94C3; }
a { background-color: rgb(189,148,195); }
div.DivClassName
{
background-color: #BD94C3;
}
.BgClassName
{
background-color: #BD94C3;
}
</style>
border-color css
<style>
span { border-color: #BD94C3; }
span { border-color: rgb(189,148,195); }
td.TdClassName
{
border-color: #BD94C3;
}
.TagClassName
{
border-color: #BD94C3;
}
</style>