Shades of Deep Magenta #BA01AA
Tints of Deep Magenta #BA01AA
RGB
CMYK
RGB Variations
Color information
#BA01AA (or 0xBA01AA) is known color: Deep Magenta. HEX triplet: BA, 01 and AA. RGB value is (186,1,170). Sum of RGB (Red+Green+Blue) = 186+1+170=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01AA is #45FE55. Grayscale: #4B4B4B. Windows color (decimal): -4587094 or 11141562. OLE color: 11141562.
HSL color Cylindrical-coordinate representation of color #BA01AA: hue angle of 305.19º 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 #BA01AA is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 170 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.27 |
| HSL | 305.19º | 0.99% | 0.37% | - |
| HSV(B) | 305.19º | 0.99% | 0.73% | - |
| XYZ | 27.52 | 13.36 | 39.16 | - |
| YUV | 75.58 | 181.29 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 170 | 0 | 0.99 | 0.09 | 0.27 | 305.19 | 0.99 | 0.37 |
| Hex | BA | 1 | AA | 0 | 63 | 9 | 1B | 131 | 63 | 25 |
| Octal | 272 | 1 | 252 | 0 | 143 | 11 | 33 | 461 | 143 | 45 |
| Binary | 10111010 | 1 | 10101010 | 0 | 1100011 | 1001 | 11011 | 100110001 | 1100011 | 100101 |
Color Harmonies of #BA01AA
Complementary color
Monochromatic Colors of #BA01AA
Black with #BA01AA
Text Example
Text Example
White with #BA01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01AA; }
p { color: rgb(186,1,170); }
H1.HeaderClassName
{
color: #BA01AA;
}
.AnyTagClassName
{
color: #BA01AA;
}
</style>
background-color css
<style>
a { background-color: #BA01AA; }
a { background-color: rgb(186,1,170); }
div.DivClassName
{
background-color: #BA01AA;
}
.BgClassName
{
background-color: #BA01AA;
}
</style>
border-color css
<style>
span { border-color: #BA01AA; }
span { border-color: rgb(186,1,170); }
td.TdClassName
{
border-color: #BA01AA;
}
.TagClassName
{
border-color: #BA01AA;
}
</style>