Shades of Deep Magenta #BA05A6
Tints of Deep Magenta #BA05A6
RGB
CMYK
RGB Variations
Color information
#BA05A6 (or 0xBA05A6) is known color: Deep Magenta. HEX triplet: BA, 05 and A6. RGB value is (186,5,166). Sum of RGB (Red+Green+Blue) = 186+5+166=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA05A6 is #45FA59. Grayscale: #4D4D4D. Windows color (decimal): -4586074 or 10880442. OLE color: 10880442.
HSL color Cylindrical-coordinate representation of color #BA05A6: hue angle of 306.63º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA05A6 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 166 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.27 |
| HSL | 306.63º | 0.95% | 0.37% | - |
| HSV(B) | 306.63º | 0.97% | 0.73% | - |
| XYZ | 27.19 | 13.3 | 37.21 | - |
| YUV | 77.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 166 | 0 | 0.97 | 0.11 | 0.27 | 306.63 | 0.95 | 0.37 |
| Hex | BA | 5 | A6 | 0 | 61 | B | 1B | 133 | 5F | 25 |
| Octal | 272 | 5 | 246 | 0 | 141 | 13 | 33 | 463 | 137 | 45 |
| Binary | 10111010 | 101 | 10100110 | 0 | 1100001 | 1011 | 11011 | 100110011 | 1011111 | 100101 |
Color Harmonies of #BA05A6
Complementary color
Monochromatic Colors of #BA05A6
Black with #BA05A6
Text Example
Text Example
White with #BA05A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05A6; }
p { color: rgb(186,5,166); }
H1.HeaderClassName
{
color: #BA05A6;
}
.AnyTagClassName
{
color: #BA05A6;
}
</style>
background-color css
<style>
a { background-color: #BA05A6; }
a { background-color: rgb(186,5,166); }
div.DivClassName
{
background-color: #BA05A6;
}
.BgClassName
{
background-color: #BA05A6;
}
</style>
border-color css
<style>
span { border-color: #BA05A6; }
span { border-color: rgb(186,5,166); }
td.TdClassName
{
border-color: #BA05A6;
}
.TagClassName
{
border-color: #BA05A6;
}
</style>