Shades of Deep Magenta #BA04A6
Tints of Deep Magenta #BA04A6
RGB
CMYK
RGB Variations
Color information
#BA04A6 (or 0xBA04A6) is known color: Deep Magenta. HEX triplet: BA, 04 and A6. RGB value is (186,4,166). Sum of RGB (Red+Green+Blue) = 186+4+166=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA04A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA04A6 is #45FB59. Grayscale: #4C4C4C. Windows color (decimal): -4586330 or 10880186. OLE color: 10880186.
HSL color Cylindrical-coordinate representation of color #BA04A6: hue angle of 306.59º 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 #BA04A6 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 166 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.27 |
| HSL | 306.59º | 0.96% | 0.37% | - |
| HSV(B) | 306.59º | 0.98% | 0.73% | - |
| XYZ | 27.18 | 13.28 | 37.21 | - |
| YUV | 76.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 166 | 0 | 0.98 | 0.11 | 0.27 | 306.59 | 0.96 | 0.37 |
| Hex | BA | 4 | A6 | 0 | 62 | B | 1B | 133 | 60 | 25 |
| Octal | 272 | 4 | 246 | 0 | 142 | 13 | 33 | 463 | 140 | 45 |
| Binary | 10111010 | 100 | 10100110 | 0 | 1100010 | 1011 | 11011 | 100110011 | 1100000 | 100101 |
Color Harmonies of #BA04A6
Complementary color
Monochromatic Colors of #BA04A6
Black with #BA04A6
Text Example
Text Example
White with #BA04A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04A6; }
p { color: rgb(186,4,166); }
H1.HeaderClassName
{
color: #BA04A6;
}
.AnyTagClassName
{
color: #BA04A6;
}
</style>
background-color css
<style>
a { background-color: #BA04A6; }
a { background-color: rgb(186,4,166); }
div.DivClassName
{
background-color: #BA04A6;
}
.BgClassName
{
background-color: #BA04A6;
}
</style>
border-color css
<style>
span { border-color: #BA04A6; }
span { border-color: rgb(186,4,166); }
td.TdClassName
{
border-color: #BA04A6;
}
.TagClassName
{
border-color: #BA04A6;
}
</style>