Shades of Deep Magenta #BA00A7
Tints of Deep Magenta #BA00A7
RGB
CMYK
RGB Variations
Color information
#BA00A7 (or 0xBA00A7) is known color: Deep Magenta. HEX triplet: BA, 00 and A7. RGB value is (186,0,167). Sum of RGB (Red+Green+Blue) = 186+0+167=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 167 (65.62% from 255 or 47.31% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00A7 is #45FF58. Grayscale: #4A4A4A. Windows color (decimal): -4587353 or 10944698. OLE color: 10944698.
HSL color Cylindrical-coordinate representation of color #BA00A7: hue angle of 306.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00A7 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 167 | - |
| CMYK | 0 | 1 | 0.10 | 0.27 |
| HSL | 306.13º | 1% | 0.36% | - |
| HSV(B) | 306.13º | 1% | 0.73% | - |
| XYZ | 27.22 | 13.23 | 37.68 | - |
| YUV | 74.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 167 | 0 | 1 | 0.10 | 0.27 | 306.13 | 1 | 0.36 |
| Hex | BA | 0 | A7 | 0 | 64 | A | 1B | 132 | 64 | 24 |
| Octal | 272 | 0 | 247 | 0 | 144 | 12 | 33 | 462 | 144 | 44 |
| Binary | 10111010 | 0 | 10100111 | 0 | 1100100 | 1010 | 11011 | 100110010 | 1100100 | 100100 |
Color Harmonies of #BA00A7
Complementary color
Monochromatic Colors of #BA00A7
Black with #BA00A7
Text Example
Text Example
White with #BA00A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00A7; }
p { color: rgb(186,0,167); }
H1.HeaderClassName
{
color: #BA00A7;
}
.AnyTagClassName
{
color: #BA00A7;
}
</style>
background-color css
<style>
a { background-color: #BA00A7; }
a { background-color: rgb(186,0,167); }
div.DivClassName
{
background-color: #BA00A7;
}
.BgClassName
{
background-color: #BA00A7;
}
</style>
border-color css
<style>
span { border-color: #BA00A7; }
span { border-color: rgb(186,0,167); }
td.TdClassName
{
border-color: #BA00A7;
}
.TagClassName
{
border-color: #BA00A7;
}
</style>