Shades of Deep Magenta #BA09CE
Tints of Deep Magenta #BA09CE
RGB
CMYK
RGB Variations
Color information
#BA09CE (or 0xBA09CE) is known color: Deep Magenta. HEX triplet: BA, 09 and CE. RGB value is (186,9,206). Sum of RGB (Red+Green+Blue) = 186+9+206=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09CE is #45F631. Grayscale: #535353. Windows color (decimal): -4585010 or 13502906. OLE color: 13502906.
HSL color Cylindrical-coordinate representation of color #BA09CE: hue angle of 293.91º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09CE is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 9 | 206 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.19 |
| HSL | 293.91º | 0.92% | 0.42% | - |
| HSV(B) | 293.91º | 0.96% | 0.81% | - |
| XYZ | 31.49 | 15.09 | 59.65 | - |
| YUV | 84.38 | 196.64 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 206 | 0.10 | 0.96 | 0 | 0.19 | 293.91 | 0.92 | 0.42 |
| Hex | BA | 9 | CE | A | 60 | 0 | 13 | 126 | 5C | 2A |
| Octal | 272 | 11 | 316 | 12 | 140 | 0 | 23 | 446 | 134 | 52 |
| Binary | 10111010 | 1001 | 11001110 | 1010 | 1100000 | 0 | 10011 | 100100110 | 1011100 | 101010 |
Color Harmonies of #BA09CE
Complementary color
Monochromatic Colors of #BA09CE
Black with #BA09CE
Text Example
Text Example
White with #BA09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09CE; }
p { color: rgb(186,9,206); }
H1.HeaderClassName
{
color: #BA09CE;
}
.AnyTagClassName
{
color: #BA09CE;
}
</style>
background-color css
<style>
a { background-color: #BA09CE; }
a { background-color: rgb(186,9,206); }
div.DivClassName
{
background-color: #BA09CE;
}
.BgClassName
{
background-color: #BA09CE;
}
</style>
border-color css
<style>
span { border-color: #BA09CE; }
span { border-color: rgb(186,9,206); }
td.TdClassName
{
border-color: #BA09CE;
}
.TagClassName
{
border-color: #BA09CE;
}
</style>