Shades of Deep Magenta #BA00A6
Tints of Deep Magenta #BA00A6
RGB
CMYK
RGB Variations
Color information
#BA00A6 (or 0xBA00A6) is known color: Deep Magenta. HEX triplet: BA, 00 and A6. RGB value is (186,0,166). Sum of RGB (Red+Green+Blue) = 186+0+166=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00A6 is #45FF59. Grayscale: #4A4A4A. Windows color (decimal): -4587354 or 10879162. OLE color: 10879162.
HSL color Cylindrical-coordinate representation of color #BA00A6: hue angle of 306.45º 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 #BA00A6 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.11 | 0.27 |
| HSL | 306.45º | 1% | 0.36% | - |
| HSV(B) | 306.45º | 1% | 0.73% | - |
| XYZ | 27.13 | 13.19 | 37.19 | - |
| YUV | 74.54 | 179.62 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 166 | 0 | 1 | 0.11 | 0.27 | 306.45 | 1 | 0.36 |
| Hex | BA | 0 | A6 | 0 | 64 | B | 1B | 132 | 64 | 24 |
| Octal | 272 | 0 | 246 | 0 | 144 | 13 | 33 | 462 | 144 | 44 |
| Binary | 10111010 | 0 | 10100110 | 0 | 1100100 | 1011 | 11011 | 100110010 | 1100100 | 100100 |
Color Harmonies of #BA00A6
Complementary color
Monochromatic Colors of #BA00A6
Black with #BA00A6
Text Example
Text Example
White with #BA00A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00A6; }
p { color: rgb(186,0,166); }
H1.HeaderClassName
{
color: #BA00A6;
}
.AnyTagClassName
{
color: #BA00A6;
}
</style>
background-color css
<style>
a { background-color: #BA00A6; }
a { background-color: rgb(186,0,166); }
div.DivClassName
{
background-color: #BA00A6;
}
.BgClassName
{
background-color: #BA00A6;
}
</style>
border-color css
<style>
span { border-color: #BA00A6; }
span { border-color: rgb(186,0,166); }
td.TdClassName
{
border-color: #BA00A6;
}
.TagClassName
{
border-color: #BA00A6;
}
</style>