Shades of Deep Magenta #BA16AF
Tints of Deep Magenta #BA16AF
RGB
CMYK
RGB Variations
Color information
#BA16AF (or 0xBA16AF) is known color: Deep Magenta. HEX triplet: BA, 16 and AF. RGB value is (186,22,175). Sum of RGB (Red+Green+Blue) = 186+22+175=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA16AF is #45E950. Grayscale: #585858. Windows color (decimal): -4581713 or 11474618. OLE color: 11474618.
HSL color Cylindrical-coordinate representation of color #BA16AF: hue angle of 304.02º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA16AF is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 175 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.27 |
| HSL | 304.02º | 0.79% | 0.41% | - |
| HSV(B) | 304.02º | 0.88% | 0.73% | - |
| XYZ | 28.27 | 14.11 | 41.79 | - |
| YUV | 88.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 175 | 0 | 0.88 | 0.06 | 0.27 | 304.02 | 0.79 | 0.41 |
| Hex | BA | 16 | AF | 0 | 58 | 6 | 1B | 130 | 4F | 29 |
| Octal | 272 | 26 | 257 | 0 | 130 | 6 | 33 | 460 | 117 | 51 |
| Binary | 10111010 | 10110 | 10101111 | 0 | 1011000 | 110 | 11011 | 100110000 | 1001111 | 101001 |
Color Harmonies of #BA16AF
Complementary color
Monochromatic Colors of #BA16AF
Black with #BA16AF
Text Example
Text Example
White with #BA16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16AF; }
p { color: rgb(186,22,175); }
H1.HeaderClassName
{
color: #BA16AF;
}
.AnyTagClassName
{
color: #BA16AF;
}
</style>
background-color css
<style>
a { background-color: #BA16AF; }
a { background-color: rgb(186,22,175); }
div.DivClassName
{
background-color: #BA16AF;
}
.BgClassName
{
background-color: #BA16AF;
}
</style>
border-color css
<style>
span { border-color: #BA16AF; }
span { border-color: rgb(186,22,175); }
td.TdClassName
{
border-color: #BA16AF;
}
.TagClassName
{
border-color: #BA16AF;
}
</style>