Shades of Deep Magenta #BA07AD
Tints of Deep Magenta #BA07AD
RGB
CMYK
RGB Variations
Color information
#BA07AD (or 0xBA07AD) is known color: Deep Magenta. HEX triplet: BA, 07 and AD. RGB value is (186,7,173). Sum of RGB (Red+Green+Blue) = 186+7+173=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA07AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA07AD is #45F852. Grayscale: #4E4E4E. Windows color (decimal): -4585555 or 11339706. OLE color: 11339706.
HSL color Cylindrical-coordinate representation of color #BA07AD: hue angle of 304.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 #BA07AD is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 173 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.27 |
| HSL | 304.36º | 0.93% | 0.38% | - |
| HSV(B) | 304.36º | 0.96% | 0.73% | - |
| XYZ | 27.87 | 13.61 | 40.69 | - |
| YUV | 79.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 173 | 0 | 0.96 | 0.07 | 0.27 | 304.36 | 0.93 | 0.38 |
| Hex | BA | 7 | AD | 0 | 60 | 7 | 1B | 130 | 5D | 26 |
| Octal | 272 | 7 | 255 | 0 | 140 | 7 | 33 | 460 | 135 | 46 |
| Binary | 10111010 | 111 | 10101101 | 0 | 1100000 | 111 | 11011 | 100110000 | 1011101 | 100110 |
Color Harmonies of #BA07AD
Complementary color
Monochromatic Colors of #BA07AD
Black with #BA07AD
Text Example
Text Example
White with #BA07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07AD; }
p { color: rgb(186,7,173); }
H1.HeaderClassName
{
color: #BA07AD;
}
.AnyTagClassName
{
color: #BA07AD;
}
</style>
background-color css
<style>
a { background-color: #BA07AD; }
a { background-color: rgb(186,7,173); }
div.DivClassName
{
background-color: #BA07AD;
}
.BgClassName
{
background-color: #BA07AD;
}
</style>
border-color css
<style>
span { border-color: #BA07AD; }
span { border-color: rgb(186,7,173); }
td.TdClassName
{
border-color: #BA07AD;
}
.TagClassName
{
border-color: #BA07AD;
}
</style>