Shades of Deep Magenta #BA04A8
Tints of Deep Magenta #BA04A8
RGB
CMYK
RGB Variations
Color information
#BA04A8 (or 0xBA04A8) is known color: Deep Magenta. HEX triplet: BA, 04 and A8. RGB value is (186,4,168). Sum of RGB (Red+Green+Blue) = 186+4+168=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA04A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA04A8 is #45FB57. Grayscale: #4C4C4C. Windows color (decimal): -4586328 or 11011258. OLE color: 11011258.
HSL color Cylindrical-coordinate representation of color #BA04A8: hue angle of 305.93º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04A8 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 168 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.27 |
| HSL | 305.93º | 0.96% | 0.37% | - |
| HSV(B) | 305.93º | 0.98% | 0.73% | - |
| XYZ | 27.36 | 13.35 | 38.18 | - |
| YUV | 77.11 | 179.3 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 168 | 0 | 0.98 | 0.10 | 0.27 | 305.93 | 0.96 | 0.37 |
| Hex | BA | 4 | A8 | 0 | 62 | A | 1B | 132 | 60 | 25 |
| Octal | 272 | 4 | 250 | 0 | 142 | 12 | 33 | 462 | 140 | 45 |
| Binary | 10111010 | 100 | 10101000 | 0 | 1100010 | 1010 | 11011 | 100110010 | 1100000 | 100101 |
Color Harmonies of #BA04A8
Complementary color
Monochromatic Colors of #BA04A8
Black with #BA04A8
Text Example
Text Example
White with #BA04A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04A8; }
p { color: rgb(186,4,168); }
H1.HeaderClassName
{
color: #BA04A8;
}
.AnyTagClassName
{
color: #BA04A8;
}
</style>
background-color css
<style>
a { background-color: #BA04A8; }
a { background-color: rgb(186,4,168); }
div.DivClassName
{
background-color: #BA04A8;
}
.BgClassName
{
background-color: #BA04A8;
}
</style>
border-color css
<style>
span { border-color: #BA04A8; }
span { border-color: rgb(186,4,168); }
td.TdClassName
{
border-color: #BA04A8;
}
.TagClassName
{
border-color: #BA04A8;
}
</style>