Shades of Deep Magenta #BA07AA
Tints of Deep Magenta #BA07AA
RGB
CMYK
RGB Variations
Color information
#BA07AA (or 0xBA07AA) is known color: Deep Magenta. HEX triplet: BA, 07 and AA. RGB value is (186,7,170). Sum of RGB (Red+Green+Blue) = 186+7+170=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA07AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA07AA is #45F855. Grayscale: #4E4E4E. Windows color (decimal): -4585558 or 11143098. OLE color: 11143098.
HSL color Cylindrical-coordinate representation of color #BA07AA: hue angle of 305.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA07AA is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 170 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.27 |
| HSL | 305.36º | 0.93% | 0.38% | - |
| HSV(B) | 305.36º | 0.96% | 0.73% | - |
| XYZ | 27.58 | 13.49 | 39.18 | - |
| YUV | 79.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 170 | 0 | 0.96 | 0.09 | 0.27 | 305.36 | 0.93 | 0.38 |
| Hex | BA | 7 | AA | 0 | 60 | 9 | 1B | 131 | 5D | 26 |
| Octal | 272 | 7 | 252 | 0 | 140 | 11 | 33 | 461 | 135 | 46 |
| Binary | 10111010 | 111 | 10101010 | 0 | 1100000 | 1001 | 11011 | 100110001 | 1011101 | 100110 |
Color Harmonies of #BA07AA
Complementary color
Monochromatic Colors of #BA07AA
Black with #BA07AA
Text Example
Text Example
White with #BA07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07AA; }
p { color: rgb(186,7,170); }
H1.HeaderClassName
{
color: #BA07AA;
}
.AnyTagClassName
{
color: #BA07AA;
}
</style>
background-color css
<style>
a { background-color: #BA07AA; }
a { background-color: rgb(186,7,170); }
div.DivClassName
{
background-color: #BA07AA;
}
.BgClassName
{
background-color: #BA07AA;
}
</style>
border-color css
<style>
span { border-color: #BA07AA; }
span { border-color: rgb(186,7,170); }
td.TdClassName
{
border-color: #BA07AA;
}
.TagClassName
{
border-color: #BA07AA;
}
</style>