Shades of Deep Magenta #BA01AF
Tints of Deep Magenta #BA01AF
RGB
CMYK
RGB Variations
Color information
#BA01AF (or 0xBA01AF) is known color: Deep Magenta. HEX triplet: BA, 01 and AF. RGB value is (186,1,175). Sum of RGB (Red+Green+Blue) = 186+1+175=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01AF is #45FE50. Grayscale: #4B4B4B. Windows color (decimal): -4587089 or 11469242. OLE color: 11469242.
HSL color Cylindrical-coordinate representation of color #BA01AF: hue angle of 303.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA01AF is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 175 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.27 |
| HSL | 303.57º | 0.99% | 0.37% | - |
| HSV(B) | 303.57º | 0.99% | 0.73% | - |
| XYZ | 28 | 13.56 | 41.7 | - |
| YUV | 76.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 175 | 0 | 0.99 | 0.06 | 0.27 | 303.57 | 0.99 | 0.37 |
| Hex | BA | 1 | AF | 0 | 63 | 6 | 1B | 130 | 63 | 25 |
| Octal | 272 | 1 | 257 | 0 | 143 | 6 | 33 | 460 | 143 | 45 |
| Binary | 10111010 | 1 | 10101111 | 0 | 1100011 | 110 | 11011 | 100110000 | 1100011 | 100101 |
Color Harmonies of #BA01AF
Complementary color
Monochromatic Colors of #BA01AF
Black with #BA01AF
Text Example
Text Example
White with #BA01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01AF; }
p { color: rgb(186,1,175); }
H1.HeaderClassName
{
color: #BA01AF;
}
.AnyTagClassName
{
color: #BA01AF;
}
</style>
background-color css
<style>
a { background-color: #BA01AF; }
a { background-color: rgb(186,1,175); }
div.DivClassName
{
background-color: #BA01AF;
}
.BgClassName
{
background-color: #BA01AF;
}
</style>
border-color css
<style>
span { border-color: #BA01AF; }
span { border-color: rgb(186,1,175); }
td.TdClassName
{
border-color: #BA01AF;
}
.TagClassName
{
border-color: #BA01AF;
}
</style>