Shades of Deep Magenta #BA12AF
Tints of Deep Magenta #BA12AF
RGB
CMYK
RGB Variations
Color information
#BA12AF (or 0xBA12AF) is known color: Deep Magenta. HEX triplet: BA, 12 and AF. RGB value is (186,18,175). Sum of RGB (Red+Green+Blue) = 186+18+175=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12AF is #45ED50. Grayscale: #555555. Windows color (decimal): -4582737 or 11473594. OLE color: 11473594.
HSL color Cylindrical-coordinate representation of color #BA12AF: hue angle of 303.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA12AF is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 175 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.27 |
| HSL | 303.93º | 0.82% | 0.4% | - |
| HSV(B) | 303.93º | 0.9% | 0.73% | - |
| XYZ | 28.2 | 13.97 | 41.77 | - |
| YUV | 86.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 175 | 0 | 0.90 | 0.06 | 0.27 | 303.93 | 0.82 | 0.4 |
| Hex | BA | 12 | AF | 0 | 5A | 6 | 1B | 130 | 52 | 28 |
| Octal | 272 | 22 | 257 | 0 | 132 | 6 | 33 | 460 | 122 | 50 |
| Binary | 10111010 | 10010 | 10101111 | 0 | 1011010 | 110 | 11011 | 100110000 | 1010010 | 101000 |
Color Harmonies of #BA12AF
Complementary color
Monochromatic Colors of #BA12AF
Black with #BA12AF
Text Example
Text Example
White with #BA12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12AF; }
p { color: rgb(186,18,175); }
H1.HeaderClassName
{
color: #BA12AF;
}
.AnyTagClassName
{
color: #BA12AF;
}
</style>
background-color css
<style>
a { background-color: #BA12AF; }
a { background-color: rgb(186,18,175); }
div.DivClassName
{
background-color: #BA12AF;
}
.BgClassName
{
background-color: #BA12AF;
}
</style>
border-color css
<style>
span { border-color: #BA12AF; }
span { border-color: rgb(186,18,175); }
td.TdClassName
{
border-color: #BA12AF;
}
.TagClassName
{
border-color: #BA12AF;
}
</style>