Shades of Deep Magenta #BA13AF
Tints of Deep Magenta #BA13AF
RGB
CMYK
RGB Variations
Color information
#BA13AF (or 0xBA13AF) is known color: Deep Magenta. HEX triplet: BA, 13 and AF. RGB value is (186,19,175). Sum of RGB (Red+Green+Blue) = 186+19+175=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA13AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA13AF is #45EC50. Grayscale: #565656. Windows color (decimal): -4582481 or 11473850. OLE color: 11473850.
HSL color Cylindrical-coordinate representation of color #BA13AF: hue angle of 303.95º degrees, saturation: 0.81, 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 #BA13AF is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 175 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.27 |
| HSL | 303.95º | 0.81% | 0.4% | - |
| HSV(B) | 303.95º | 0.9% | 0.73% | - |
| XYZ | 28.22 | 14 | 41.77 | - |
| YUV | 86.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 175 | 0 | 0.90 | 0.06 | 0.27 | 303.95 | 0.81 | 0.4 |
| Hex | BA | 13 | AF | 0 | 5A | 6 | 1B | 130 | 51 | 28 |
| Octal | 272 | 23 | 257 | 0 | 132 | 6 | 33 | 460 | 121 | 50 |
| Binary | 10111010 | 10011 | 10101111 | 0 | 1011010 | 110 | 11011 | 100110000 | 1010001 | 101000 |
Color Harmonies of #BA13AF
Complementary color
Monochromatic Colors of #BA13AF
Black with #BA13AF
Text Example
Text Example
White with #BA13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13AF; }
p { color: rgb(186,19,175); }
H1.HeaderClassName
{
color: #BA13AF;
}
.AnyTagClassName
{
color: #BA13AF;
}
</style>
background-color css
<style>
a { background-color: #BA13AF; }
a { background-color: rgb(186,19,175); }
div.DivClassName
{
background-color: #BA13AF;
}
.BgClassName
{
background-color: #BA13AF;
}
</style>
border-color css
<style>
span { border-color: #BA13AF; }
span { border-color: rgb(186,19,175); }
td.TdClassName
{
border-color: #BA13AF;
}
.TagClassName
{
border-color: #BA13AF;
}
</style>