Shades of Deep Magenta #BA22B8
Tints of Deep Magenta #BA22B8
RGB
CMYK
RGB Variations
Color information
#BA22B8 (or 0xBA22B8) is known color: Deep Magenta. HEX triplet: BA, 22 and B8. RGB value is (186,34,184). Sum of RGB (Red+Green+Blue) = 186+34+184=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA22B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22B8 is #45DD47. Grayscale: #606060. Windows color (decimal): -4578632 or 12067514. OLE color: 12067514.
HSL color Cylindrical-coordinate representation of color #BA22B8: hue angle of 300.79º 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 #BA22B8 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 184 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.27 |
| HSL | 300.79º | 0.69% | 0.43% | - |
| HSV(B) | 300.79º | 0.82% | 0.73% | - |
| XYZ | 29.47 | 15.04 | 46.7 | - |
| YUV | 96.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 184 | 0 | 0.82 | 0.01 | 0.27 | 300.79 | 0.69 | 0.43 |
| Hex | BA | 22 | B8 | 0 | 52 | 1 | 1B | 12D | 45 | 2B |
| Octal | 272 | 42 | 270 | 0 | 122 | 1 | 33 | 455 | 105 | 53 |
| Binary | 10111010 | 100010 | 10111000 | 0 | 1010010 | 1 | 11011 | 100101101 | 1000101 | 101011 |
Color Harmonies of #BA22B8
Complementary color
Monochromatic Colors of #BA22B8
Black with #BA22B8
Text Example
Text Example
White with #BA22B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22B8; }
p { color: rgb(186,34,184); }
H1.HeaderClassName
{
color: #BA22B8;
}
.AnyTagClassName
{
color: #BA22B8;
}
</style>
background-color css
<style>
a { background-color: #BA22B8; }
a { background-color: rgb(186,34,184); }
div.DivClassName
{
background-color: #BA22B8;
}
.BgClassName
{
background-color: #BA22B8;
}
</style>
border-color css
<style>
span { border-color: #BA22B8; }
span { border-color: rgb(186,34,184); }
td.TdClassName
{
border-color: #BA22B8;
}
.TagClassName
{
border-color: #BA22B8;
}
</style>