Shades of Deep Magenta #BA06AD
Tints of Deep Magenta #BA06AD
RGB
CMYK
RGB Variations
Color information
#BA06AD (or 0xBA06AD) is known color: Deep Magenta. HEX triplet: BA, 06 and AD. RGB value is (186,6,173). Sum of RGB (Red+Green+Blue) = 186+6+173=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA06AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA06AD is #45F952. Grayscale: #4E4E4E. Windows color (decimal): -4585811 or 11339450. OLE color: 11339450.
HSL color Cylindrical-coordinate representation of color #BA06AD: hue angle of 304.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06AD is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 173 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.27 |
| HSL | 304.33º | 0.94% | 0.38% | - |
| HSV(B) | 304.33º | 0.97% | 0.73% | - |
| XYZ | 27.86 | 13.59 | 40.69 | - |
| YUV | 78.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 173 | 0 | 0.97 | 0.07 | 0.27 | 304.33 | 0.94 | 0.38 |
| Hex | BA | 6 | AD | 0 | 61 | 7 | 1B | 130 | 5E | 26 |
| Octal | 272 | 6 | 255 | 0 | 141 | 7 | 33 | 460 | 136 | 46 |
| Binary | 10111010 | 110 | 10101101 | 0 | 1100001 | 111 | 11011 | 100110000 | 1011110 | 100110 |
Color Harmonies of #BA06AD
Complementary color
Monochromatic Colors of #BA06AD
Black with #BA06AD
Text Example
Text Example
White with #BA06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06AD; }
p { color: rgb(186,6,173); }
H1.HeaderClassName
{
color: #BA06AD;
}
.AnyTagClassName
{
color: #BA06AD;
}
</style>
background-color css
<style>
a { background-color: #BA06AD; }
a { background-color: rgb(186,6,173); }
div.DivClassName
{
background-color: #BA06AD;
}
.BgClassName
{
background-color: #BA06AD;
}
</style>
border-color css
<style>
span { border-color: #BA06AD; }
span { border-color: rgb(186,6,173); }
td.TdClassName
{
border-color: #BA06AD;
}
.TagClassName
{
border-color: #BA06AD;
}
</style>