Shades of Lilac #BE93C1
Tints of Lilac #BE93C1
RGB
CMYK
RGB Variations
Color information
#BE93C1 (or 0xBE93C1) is known color: Lilac. HEX triplet: BE, 93 and C1. RGB value is (190,147,193). Sum of RGB (Red+Green+Blue) = 190+147+193=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE93C1 is #416C3E. Grayscale: #A4A4A4. Windows color (decimal): -4287551 or 12686270. OLE color: 12686270.
HSL color Cylindrical-coordinate representation of color #BE93C1: hue angle of 296.09º degrees, saturation: 0.27, 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 #BE93C1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 147 | 193 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.24 |
| HSL | 296.09º | 0.27% | 0.67% | - |
| HSV(B) | 296.09º | 0.24% | 0.76% | - |
| XYZ | 41.29 | 35.66 | 55.16 | - |
| YUV | 165.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 193 | 0.02 | 0.24 | 0 | 0.24 | 296.09 | 0.27 | 0.67 |
| Hex | BE | 93 | C1 | 2 | 18 | 0 | 18 | 128 | 1B | 43 |
| Octal | 276 | 223 | 301 | 2 | 30 | 0 | 30 | 450 | 33 | 103 |
| Binary | 10111110 | 10010011 | 11000001 | 10 | 11000 | 0 | 11000 | 100101000 | 11011 | 1000011 |
Color Harmonies of #BE93C1
Complementary color
Monochromatic Colors of #BE93C1
Black with #BE93C1
Text Example
Text Example
White with #BE93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE93C1; }
p { color: rgb(190,147,193); }
H1.HeaderClassName
{
color: #BE93C1;
}
.AnyTagClassName
{
color: #BE93C1;
}
</style>
background-color css
<style>
a { background-color: #BE93C1; }
a { background-color: rgb(190,147,193); }
div.DivClassName
{
background-color: #BE93C1;
}
.BgClassName
{
background-color: #BE93C1;
}
</style>
border-color css
<style>
span { border-color: #BE93C1; }
span { border-color: rgb(190,147,193); }
td.TdClassName
{
border-color: #BE93C1;
}
.TagClassName
{
border-color: #BE93C1;
}
</style>