Shades of Deep Magenta #BA22B5
Tints of Deep Magenta #BA22B5
RGB
CMYK
RGB Variations
Color information
#BA22B5 (or 0xBA22B5) is known color: Deep Magenta. HEX triplet: BA, 22 and B5. RGB value is (186,34,181). Sum of RGB (Red+Green+Blue) = 186+34+181=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA22B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22B5 is #45DD4A. Grayscale: #5F5F5F. Windows color (decimal): -4578635 or 11870906. OLE color: 11870906.
HSL color Cylindrical-coordinate representation of color #BA22B5: hue angle of 301.97º 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 #BA22B5 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 181 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.27 |
| HSL | 301.97º | 0.69% | 0.43% | - |
| HSV(B) | 301.97º | 0.82% | 0.73% | - |
| XYZ | 29.16 | 14.92 | 45.06 | - |
| YUV | 96.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 181 | 0 | 0.82 | 0.03 | 0.27 | 301.97 | 0.69 | 0.43 |
| Hex | BA | 22 | B5 | 0 | 52 | 3 | 1B | 12E | 45 | 2B |
| Octal | 272 | 42 | 265 | 0 | 122 | 3 | 33 | 456 | 105 | 53 |
| Binary | 10111010 | 100010 | 10110101 | 0 | 1010010 | 11 | 11011 | 100101110 | 1000101 | 101011 |
Color Harmonies of #BA22B5
Complementary color
Monochromatic Colors of #BA22B5
Black with #BA22B5
Text Example
Text Example
White with #BA22B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22B5; }
p { color: rgb(186,34,181); }
H1.HeaderClassName
{
color: #BA22B5;
}
.AnyTagClassName
{
color: #BA22B5;
}
</style>
background-color css
<style>
a { background-color: #BA22B5; }
a { background-color: rgb(186,34,181); }
div.DivClassName
{
background-color: #BA22B5;
}
.BgClassName
{
background-color: #BA22B5;
}
</style>
border-color css
<style>
span { border-color: #BA22B5; }
span { border-color: rgb(186,34,181); }
td.TdClassName
{
border-color: #BA22B5;
}
.TagClassName
{
border-color: #BA22B5;
}
</style>