Shades of Deep Magenta #BA01A7
Tints of Deep Magenta #BA01A7
RGB
CMYK
RGB Variations
Color information
#BA01A7 (or 0xBA01A7) is known color: Deep Magenta. HEX triplet: BA, 01 and A7. RGB value is (186,1,167). Sum of RGB (Red+Green+Blue) = 186+1+167=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01A7 is #45FE58. Grayscale: #4A4A4A. Windows color (decimal): -4587097 or 10944954. OLE color: 10944954.
HSL color Cylindrical-coordinate representation of color #BA01A7: hue angle of 306.16º 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 #BA01A7 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 167 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.27 |
| HSL | 306.16º | 0.99% | 0.37% | - |
| HSV(B) | 306.16º | 0.99% | 0.73% | - |
| XYZ | 27.24 | 13.25 | 37.68 | - |
| YUV | 75.24 | 179.79 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 167 | 0 | 0.99 | 0.10 | 0.27 | 306.16 | 0.99 | 0.37 |
| Hex | BA | 1 | A7 | 0 | 63 | A | 1B | 132 | 63 | 25 |
| Octal | 272 | 1 | 247 | 0 | 143 | 12 | 33 | 462 | 143 | 45 |
| Binary | 10111010 | 1 | 10100111 | 0 | 1100011 | 1010 | 11011 | 100110010 | 1100011 | 100101 |
Color Harmonies of #BA01A7
Complementary color
Monochromatic Colors of #BA01A7
Black with #BA01A7
Text Example
Text Example
White with #BA01A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01A7; }
p { color: rgb(186,1,167); }
H1.HeaderClassName
{
color: #BA01A7;
}
.AnyTagClassName
{
color: #BA01A7;
}
</style>
background-color css
<style>
a { background-color: #BA01A7; }
a { background-color: rgb(186,1,167); }
div.DivClassName
{
background-color: #BA01A7;
}
.BgClassName
{
background-color: #BA01A7;
}
</style>
border-color css
<style>
span { border-color: #BA01A7; }
span { border-color: rgb(186,1,167); }
td.TdClassName
{
border-color: #BA01A7;
}
.TagClassName
{
border-color: #BA01A7;
}
</style>