Shades of Lilac #BE80C1
Tints of Lilac #BE80C1
RGB
CMYK
RGB Variations
Color information
#BE80C1 (or 0xBE80C1) is known color: Lilac. HEX triplet: BE, 80 and C1. RGB value is (190,128,193). Sum of RGB (Red+Green+Blue) = 190+128+193=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80C1 is #417F3E. Grayscale: #999999. Windows color (decimal): -4292415 or 12681406. OLE color: 12681406.
HSL color Cylindrical-coordinate representation of color #BE80C1: hue angle of 297.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE80C1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 128 | 193 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.24 |
| HSL | 297.23º | 0.34% | 0.63% | - |
| HSV(B) | 297.23º | 0.34% | 0.76% | - |
| XYZ | 38.58 | 30.24 | 54.25 | - |
| YUV | 153.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 193 | 0.02 | 0.34 | 0 | 0.24 | 297.23 | 0.34 | 0.63 |
| Hex | BE | 80 | C1 | 2 | 22 | 0 | 18 | 129 | 22 | 3F |
| Octal | 276 | 200 | 301 | 2 | 42 | 0 | 30 | 451 | 42 | 77 |
| Binary | 10111110 | 10000000 | 11000001 | 10 | 100010 | 0 | 11000 | 100101001 | 100010 | 111111 |
Color Harmonies of #BE80C1
Complementary color
Monochromatic Colors of #BE80C1
Black with #BE80C1
Text Example
Text Example
White with #BE80C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80C1; }
p { color: rgb(190,128,193); }
H1.HeaderClassName
{
color: #BE80C1;
}
.AnyTagClassName
{
color: #BE80C1;
}
</style>
background-color css
<style>
a { background-color: #BE80C1; }
a { background-color: rgb(190,128,193); }
div.DivClassName
{
background-color: #BE80C1;
}
.BgClassName
{
background-color: #BE80C1;
}
</style>
border-color css
<style>
span { border-color: #BE80C1; }
span { border-color: rgb(190,128,193); }
td.TdClassName
{
border-color: #BE80C1;
}
.TagClassName
{
border-color: #BE80C1;
}
</style>