Shades of Lilac #BD83C1
Tints of Lilac #BD83C1
RGB
CMYK
RGB Variations
Color information
#BD83C1 (or 0xBD83C1) is known color: Lilac. HEX triplet: BD, 83 and C1. RGB value is (189,131,193). Sum of RGB (Red+Green+Blue) = 189+131+193=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD83C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83C1 is #427C3E. Grayscale: #9B9B9B. Windows color (decimal): -4357183 or 12682173. OLE color: 12682173.
HSL color Cylindrical-coordinate representation of color #BD83C1: hue angle of 296.13º 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 #BD83C1 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 131 | 193 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.24 |
| HSL | 296.13º | 0.33% | 0.64% | - |
| HSV(B) | 296.13º | 0.32% | 0.76% | - |
| XYZ | 38.73 | 30.9 | 54.38 | - |
| YUV | 155.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 193 | 0.02 | 0.32 | 0 | 0.24 | 296.13 | 0.33 | 0.64 |
| Hex | BD | 83 | C1 | 2 | 20 | 0 | 18 | 128 | 21 | 40 |
| Octal | 275 | 203 | 301 | 2 | 40 | 0 | 30 | 450 | 41 | 100 |
| Binary | 10111101 | 10000011 | 11000001 | 10 | 100000 | 0 | 11000 | 100101000 | 100001 | 1000000 |
Color Harmonies of #BD83C1
Complementary color
Monochromatic Colors of #BD83C1
Black with #BD83C1
Text Example
Text Example
White with #BD83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD83C1; }
p { color: rgb(189,131,193); }
H1.HeaderClassName
{
color: #BD83C1;
}
.AnyTagClassName
{
color: #BD83C1;
}
</style>
background-color css
<style>
a { background-color: #BD83C1; }
a { background-color: rgb(189,131,193); }
div.DivClassName
{
background-color: #BD83C1;
}
.BgClassName
{
background-color: #BD83C1;
}
</style>
border-color css
<style>
span { border-color: #BD83C1; }
span { border-color: rgb(189,131,193); }
td.TdClassName
{
border-color: #BD83C1;
}
.TagClassName
{
border-color: #BD83C1;
}
</style>