Shades of Deep Magenta #BA0FAB
Tints of Deep Magenta #BA0FAB
RGB
CMYK
RGB Variations
Color information
#BA0FAB (or 0xBA0FAB) is known color: Deep Magenta. HEX triplet: BA, 0F and AB. RGB value is (186,15,171). Sum of RGB (Red+Green+Blue) = 186+15+171=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0FAB is #45F054. Grayscale: #535353. Windows color (decimal): -4583509 or 11210682. OLE color: 11210682.
HSL color Cylindrical-coordinate representation of color #BA0FAB: hue angle of 305.26º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0FAB is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 171 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.27 |
| HSL | 305.26º | 0.85% | 0.39% | - |
| HSV(B) | 305.26º | 0.92% | 0.73% | - |
| XYZ | 27.77 | 13.72 | 39.71 | - |
| YUV | 83.91 | 177.15 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 171 | 0 | 0.92 | 0.08 | 0.27 | 305.26 | 0.85 | 0.39 |
| Hex | BA | F | AB | 0 | 5C | 8 | 1B | 131 | 55 | 27 |
| Octal | 272 | 17 | 253 | 0 | 134 | 10 | 33 | 461 | 125 | 47 |
| Binary | 10111010 | 1111 | 10101011 | 0 | 1011100 | 1000 | 11011 | 100110001 | 1010101 | 100111 |
Color Harmonies of #BA0FAB
Complementary color
Monochromatic Colors of #BA0FAB
Black with #BA0FAB
Text Example
Text Example
White with #BA0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FAB; }
p { color: rgb(186,15,171); }
H1.HeaderClassName
{
color: #BA0FAB;
}
.AnyTagClassName
{
color: #BA0FAB;
}
</style>
background-color css
<style>
a { background-color: #BA0FAB; }
a { background-color: rgb(186,15,171); }
div.DivClassName
{
background-color: #BA0FAB;
}
.BgClassName
{
background-color: #BA0FAB;
}
</style>
border-color css
<style>
span { border-color: #BA0FAB; }
span { border-color: rgb(186,15,171); }
td.TdClassName
{
border-color: #BA0FAB;
}
.TagClassName
{
border-color: #BA0FAB;
}
</style>