Shades of Lilac #BA93C1
Tints of Lilac #BA93C1
RGB
CMYK
RGB Variations
Color information
#BA93C1 (or 0xBA93C1) is known color: Lilac. HEX triplet: BA, 93 and C1. RGB value is (186,147,193). Sum of RGB (Red+Green+Blue) = 186+147+193=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93C1 is #456C3E. Grayscale: #A3A3A3. Windows color (decimal): -4549695 or 12686266. OLE color: 12686266.
HSL color Cylindrical-coordinate representation of color #BA93C1: hue angle of 290.87º 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 #BA93C1 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 147 | 193 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.24 |
| HSL | 290.87º | 0.27% | 0.67% | - |
| HSV(B) | 290.87º | 0.24% | 0.76% | - |
| XYZ | 40.31 | 35.16 | 55.11 | - |
| YUV | 163.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 193 | 0.04 | 0.24 | 0 | 0.24 | 290.87 | 0.27 | 0.67 |
| Hex | BA | 93 | C1 | 4 | 18 | 0 | 18 | 123 | 1B | 43 |
| Octal | 272 | 223 | 301 | 4 | 30 | 0 | 30 | 443 | 33 | 103 |
| Binary | 10111010 | 10010011 | 11000001 | 100 | 11000 | 0 | 11000 | 100100011 | 11011 | 1000011 |
Color Harmonies of #BA93C1
Complementary color
Monochromatic Colors of #BA93C1
Black with #BA93C1
Text Example
Text Example
White with #BA93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93C1; }
p { color: rgb(186,147,193); }
H1.HeaderClassName
{
color: #BA93C1;
}
.AnyTagClassName
{
color: #BA93C1;
}
</style>
background-color css
<style>
a { background-color: #BA93C1; }
a { background-color: rgb(186,147,193); }
div.DivClassName
{
background-color: #BA93C1;
}
.BgClassName
{
background-color: #BA93C1;
}
</style>
border-color css
<style>
span { border-color: #BA93C1; }
span { border-color: rgb(186,147,193); }
td.TdClassName
{
border-color: #BA93C1;
}
.TagClassName
{
border-color: #BA93C1;
}
</style>