Shades of Deep Magenta #BA19AF
Tints of Deep Magenta #BA19AF
RGB
CMYK
RGB Variations
Color information
#BA19AF (or 0xBA19AF) is known color: Deep Magenta. HEX triplet: BA, 19 and AF. RGB value is (186,25,175). Sum of RGB (Red+Green+Blue) = 186+25+175=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA19AF is #45E650. Grayscale: #595959. Windows color (decimal): -4580945 or 11475386. OLE color: 11475386.
HSL color Cylindrical-coordinate representation of color #BA19AF: hue angle of 304.1º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA19AF is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 175 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.27 |
| HSL | 304.1º | 0.76% | 0.41% | - |
| HSV(B) | 304.1º | 0.87% | 0.73% | - |
| XYZ | 28.34 | 14.23 | 41.81 | - |
| YUV | 90.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 175 | 0 | 0.87 | 0.06 | 0.27 | 304.1 | 0.76 | 0.41 |
| Hex | BA | 19 | AF | 0 | 57 | 6 | 1B | 130 | 4C | 29 |
| Octal | 272 | 31 | 257 | 0 | 127 | 6 | 33 | 460 | 114 | 51 |
| Binary | 10111010 | 11001 | 10101111 | 0 | 1010111 | 110 | 11011 | 100110000 | 1001100 | 101001 |
Color Harmonies of #BA19AF
Complementary color
Monochromatic Colors of #BA19AF
Black with #BA19AF
Text Example
Text Example
White with #BA19AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19AF; }
p { color: rgb(186,25,175); }
H1.HeaderClassName
{
color: #BA19AF;
}
.AnyTagClassName
{
color: #BA19AF;
}
</style>
background-color css
<style>
a { background-color: #BA19AF; }
a { background-color: rgb(186,25,175); }
div.DivClassName
{
background-color: #BA19AF;
}
.BgClassName
{
background-color: #BA19AF;
}
</style>
border-color css
<style>
span { border-color: #BA19AF; }
span { border-color: rgb(186,25,175); }
td.TdClassName
{
border-color: #BA19AF;
}
.TagClassName
{
border-color: #BA19AF;
}
</style>