Shades of Lilac #BD84C1
Tints of Lilac #BD84C1
RGB
CMYK
RGB Variations
Color information
#BD84C1 (or 0xBD84C1) is known color: Lilac. HEX triplet: BD, 84 and C1. RGB value is (189,132,193). Sum of RGB (Red+Green+Blue) = 189+132+193=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD84C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84C1 is #427B3E. Grayscale: #9B9B9B. Windows color (decimal): -4356927 or 12682429. OLE color: 12682429.
HSL color Cylindrical-coordinate representation of color #BD84C1: hue angle of 296.07º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD84C1 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 132 | 193 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.24 |
| HSL | 296.07º | 0.33% | 0.64% | - |
| HSV(B) | 296.07º | 0.32% | 0.76% | - |
| XYZ | 38.86 | 31.17 | 54.42 | - |
| YUV | 156 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 193 | 0.02 | 0.32 | 0 | 0.24 | 296.07 | 0.33 | 0.64 |
| Hex | BD | 84 | C1 | 2 | 20 | 0 | 18 | 128 | 21 | 40 |
| Octal | 275 | 204 | 301 | 2 | 40 | 0 | 30 | 450 | 41 | 100 |
| Binary | 10111101 | 10000100 | 11000001 | 10 | 100000 | 0 | 11000 | 100101000 | 100001 | 1000000 |
Color Harmonies of #BD84C1
Complementary color
Monochromatic Colors of #BD84C1
Black with #BD84C1
Text Example
Text Example
White with #BD84C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD84C1; }
p { color: rgb(189,132,193); }
H1.HeaderClassName
{
color: #BD84C1;
}
.AnyTagClassName
{
color: #BD84C1;
}
</style>
background-color css
<style>
a { background-color: #BD84C1; }
a { background-color: rgb(189,132,193); }
div.DivClassName
{
background-color: #BD84C1;
}
.BgClassName
{
background-color: #BD84C1;
}
</style>
border-color css
<style>
span { border-color: #BD84C1; }
span { border-color: rgb(189,132,193); }
td.TdClassName
{
border-color: #BD84C1;
}
.TagClassName
{
border-color: #BD84C1;
}
</style>