Shades of Deep Magenta #BA22CE
Tints of Deep Magenta #BA22CE
RGB
CMYK
RGB Variations
Color information
#BA22CE (or 0xBA22CE) is known color: Deep Magenta. HEX triplet: BA, 22 and CE. RGB value is (186,34,206). Sum of RGB (Red+Green+Blue) = 186+34+206=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA22CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22CE is #45DD31. Grayscale: #626262. Windows color (decimal): -4578610 or 13509306. OLE color: 13509306.
HSL color Cylindrical-coordinate representation of color #BA22CE: hue angle of 293.02º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA22CE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 34 | 206 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.19 |
| HSL | 293.02º | 0.72% | 0.47% | - |
| HSV(B) | 293.02º | 0.83% | 0.81% | - |
| XYZ | 31.96 | 16.04 | 59.8 | - |
| YUV | 99.06 | 188.36 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 206 | 0.10 | 0.83 | 0 | 0.19 | 293.02 | 0.72 | 0.47 |
| Hex | BA | 22 | CE | A | 53 | 0 | 13 | 125 | 48 | 2F |
| Octal | 272 | 42 | 316 | 12 | 123 | 0 | 23 | 445 | 110 | 57 |
| Binary | 10111010 | 100010 | 11001110 | 1010 | 1010011 | 0 | 10011 | 100100101 | 1001000 | 101111 |
Color Harmonies of #BA22CE
Complementary color
Monochromatic Colors of #BA22CE
Black with #BA22CE
Text Example
Text Example
White with #BA22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22CE; }
p { color: rgb(186,34,206); }
H1.HeaderClassName
{
color: #BA22CE;
}
.AnyTagClassName
{
color: #BA22CE;
}
</style>
background-color css
<style>
a { background-color: #BA22CE; }
a { background-color: rgb(186,34,206); }
div.DivClassName
{
background-color: #BA22CE;
}
.BgClassName
{
background-color: #BA22CE;
}
</style>
border-color css
<style>
span { border-color: #BA22CE; }
span { border-color: rgb(186,34,206); }
td.TdClassName
{
border-color: #BA22CE;
}
.TagClassName
{
border-color: #BA22CE;
}
</style>