Shades of Deep Magenta #BA22BA
Tints of Deep Magenta #BA22BA
RGB
CMYK
RGB Variations
Color information
#BA22BA (or 0xBA22BA) is known color: Deep Magenta. HEX triplet: BA, 22 and BA. RGB value is (186,34,186). Sum of RGB (Red+Green+Blue) = 186+34+186=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA22BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22BA is #45DD45. Grayscale: #606060. Windows color (decimal): -4578630 or 12198586. OLE color: 12198586.
HSL color Cylindrical-coordinate representation of color #BA22BA: hue angle of 300º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA22BA is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 186 | - |
| CMYK | 0 | 0.82 | 0 | 0.27 |
| HSL | 300º | 0.69% | 0.43% | - |
| HSV(B) | 300º | 0.82% | 0.73% | - |
| XYZ | 29.68 | 15.13 | 47.81 | - |
| YUV | 96.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 186 | 0 | 0.82 | 0 | 0.27 | 300 | 0.69 | 0.43 |
| Hex | BA | 22 | BA | 0 | 52 | 0 | 1B | 12C | 45 | 2B |
| Octal | 272 | 42 | 272 | 0 | 122 | 0 | 33 | 454 | 105 | 53 |
| Binary | 10111010 | 100010 | 10111010 | 0 | 1010010 | 0 | 11011 | 100101100 | 1000101 | 101011 |
Color Harmonies of #BA22BA
Complementary color
Monochromatic Colors of #BA22BA
Black with #BA22BA
Text Example
Text Example
White with #BA22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22BA; }
p { color: rgb(186,34,186); }
H1.HeaderClassName
{
color: #BA22BA;
}
.AnyTagClassName
{
color: #BA22BA;
}
</style>
background-color css
<style>
a { background-color: #BA22BA; }
a { background-color: rgb(186,34,186); }
div.DivClassName
{
background-color: #BA22BA;
}
.BgClassName
{
background-color: #BA22BA;
}
</style>
border-color css
<style>
span { border-color: #BA22BA; }
span { border-color: rgb(186,34,186); }
td.TdClassName
{
border-color: #BA22BA;
}
.TagClassName
{
border-color: #BA22BA;
}
</style>