Shades of Deep Magenta #BA13AD
Tints of Deep Magenta #BA13AD
RGB
CMYK
RGB Variations
Color information
#BA13AD (or 0xBA13AD) is known color: Deep Magenta. HEX triplet: BA, 13 and AD. RGB value is (186,19,173). Sum of RGB (Red+Green+Blue) = 186+19+173=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA13AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA13AD is #45EC52. Grayscale: #565656. Windows color (decimal): -4582483 or 11342778. OLE color: 11342778.
HSL color Cylindrical-coordinate representation of color #BA13AD: hue angle of 304.67º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA13AD is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 173 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.27 |
| HSL | 304.67º | 0.81% | 0.4% | - |
| HSV(B) | 304.67º | 0.9% | 0.73% | - |
| XYZ | 28.03 | 13.92 | 40.75 | - |
| YUV | 86.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 173 | 0 | 0.90 | 0.07 | 0.27 | 304.67 | 0.81 | 0.4 |
| Hex | BA | 13 | AD | 0 | 5A | 7 | 1B | 131 | 51 | 28 |
| Octal | 272 | 23 | 255 | 0 | 132 | 7 | 33 | 461 | 121 | 50 |
| Binary | 10111010 | 10011 | 10101101 | 0 | 1011010 | 111 | 11011 | 100110001 | 1010001 | 101000 |
Color Harmonies of #BA13AD
Complementary color
Monochromatic Colors of #BA13AD
Black with #BA13AD
Text Example
Text Example
White with #BA13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13AD; }
p { color: rgb(186,19,173); }
H1.HeaderClassName
{
color: #BA13AD;
}
.AnyTagClassName
{
color: #BA13AD;
}
</style>
background-color css
<style>
a { background-color: #BA13AD; }
a { background-color: rgb(186,19,173); }
div.DivClassName
{
background-color: #BA13AD;
}
.BgClassName
{
background-color: #BA13AD;
}
</style>
border-color css
<style>
span { border-color: #BA13AD; }
span { border-color: rgb(186,19,173); }
td.TdClassName
{
border-color: #BA13AD;
}
.TagClassName
{
border-color: #BA13AD;
}
</style>