Shades of Lilac #BD8FC1
Tints of Lilac #BD8FC1
RGB
CMYK
RGB Variations
Color information
#BD8FC1 (or 0xBD8FC1) is known color: Lilac. HEX triplet: BD, 8F and C1. RGB value is (189,143,193). Sum of RGB (Red+Green+Blue) = 189+143+193=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD8FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FC1 is #42703E. Grayscale: #A2A2A2. Windows color (decimal): -4354111 or 12685245. OLE color: 12685245.
HSL color Cylindrical-coordinate representation of color #BD8FC1: hue angle of 295.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8FC1 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 143 | 193 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.24 |
| HSL | 295.2º | 0.29% | 0.66% | - |
| HSV(B) | 295.2º | 0.26% | 0.76% | - |
| XYZ | 40.43 | 34.31 | 54.94 | - |
| YUV | 162.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 193 | 0.02 | 0.26 | 0 | 0.24 | 295.2 | 0.29 | 0.66 |
| Hex | BD | 8F | C1 | 2 | 1A | 0 | 18 | 127 | 1D | 42 |
| Octal | 275 | 217 | 301 | 2 | 32 | 0 | 30 | 447 | 35 | 102 |
| Binary | 10111101 | 10001111 | 11000001 | 10 | 11010 | 0 | 11000 | 100100111 | 11101 | 1000010 |
Color Harmonies of #BD8FC1
Complementary color
Monochromatic Colors of #BD8FC1
Black with #BD8FC1
Text Example
Text Example
White with #BD8FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FC1; }
p { color: rgb(189,143,193); }
H1.HeaderClassName
{
color: #BD8FC1;
}
.AnyTagClassName
{
color: #BD8FC1;
}
</style>
background-color css
<style>
a { background-color: #BD8FC1; }
a { background-color: rgb(189,143,193); }
div.DivClassName
{
background-color: #BD8FC1;
}
.BgClassName
{
background-color: #BD8FC1;
}
</style>
border-color css
<style>
span { border-color: #BD8FC1; }
span { border-color: rgb(189,143,193); }
td.TdClassName
{
border-color: #BD8FC1;
}
.TagClassName
{
border-color: #BD8FC1;
}
</style>