Shades of Deep Magenta #BA03AF
Tints of Deep Magenta #BA03AF
RGB
CMYK
RGB Variations
Color information
#BA03AF (or 0xBA03AF) is known color: Deep Magenta. HEX triplet: BA, 03 and AF. RGB value is (186,3,175). Sum of RGB (Red+Green+Blue) = 186+3+175=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA03AF is #45FC50. Grayscale: #4C4C4C. Windows color (decimal): -4586577 or 11469754. OLE color: 11469754.
HSL color Cylindrical-coordinate representation of color #BA03AF: hue angle of 303.61º degrees, saturation: 0.97, 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 #BA03AF is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 175 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.27 |
| HSL | 303.61º | 0.97% | 0.37% | - |
| HSV(B) | 303.61º | 0.98% | 0.73% | - |
| XYZ | 28.02 | 13.6 | 41.71 | - |
| YUV | 77.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 175 | 0 | 0.98 | 0.06 | 0.27 | 303.61 | 0.97 | 0.37 |
| Hex | BA | 3 | AF | 0 | 62 | 6 | 1B | 130 | 61 | 25 |
| Octal | 272 | 3 | 257 | 0 | 142 | 6 | 33 | 460 | 141 | 45 |
| Binary | 10111010 | 11 | 10101111 | 0 | 1100010 | 110 | 11011 | 100110000 | 1100001 | 100101 |
Color Harmonies of #BA03AF
Complementary color
Monochromatic Colors of #BA03AF
Black with #BA03AF
Text Example
Text Example
White with #BA03AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03AF; }
p { color: rgb(186,3,175); }
H1.HeaderClassName
{
color: #BA03AF;
}
.AnyTagClassName
{
color: #BA03AF;
}
</style>
background-color css
<style>
a { background-color: #BA03AF; }
a { background-color: rgb(186,3,175); }
div.DivClassName
{
background-color: #BA03AF;
}
.BgClassName
{
background-color: #BA03AF;
}
</style>
border-color css
<style>
span { border-color: #BA03AF; }
span { border-color: rgb(186,3,175); }
td.TdClassName
{
border-color: #BA03AF;
}
.TagClassName
{
border-color: #BA03AF;
}
</style>