Shades of Deep Magenta #BA03AD
Tints of Deep Magenta #BA03AD
RGB
CMYK
RGB Variations
Color information
#BA03AD (or 0xBA03AD) is known color: Deep Magenta. HEX triplet: BA, 03 and AD. RGB value is (186,3,173). Sum of RGB (Red+Green+Blue) = 186+3+173=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA03AD is #45FC52. Grayscale: #4C4C4C. Windows color (decimal): -4586579 or 11338682. OLE color: 11338682.
HSL color Cylindrical-coordinate representation of color #BA03AD: hue angle of 304.26º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA03AD is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.27 |
| HSL | 304.26º | 0.97% | 0.37% | - |
| HSV(B) | 304.26º | 0.98% | 0.73% | - |
| XYZ | 27.83 | 13.52 | 40.68 | - |
| YUV | 77.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 173 | 0 | 0.98 | 0.07 | 0.27 | 304.26 | 0.97 | 0.37 |
| Hex | BA | 3 | AD | 0 | 62 | 7 | 1B | 130 | 61 | 25 |
| Octal | 272 | 3 | 255 | 0 | 142 | 7 | 33 | 460 | 141 | 45 |
| Binary | 10111010 | 11 | 10101101 | 0 | 1100010 | 111 | 11011 | 100110000 | 1100001 | 100101 |
Color Harmonies of #BA03AD
Complementary color
Monochromatic Colors of #BA03AD
Black with #BA03AD
Text Example
Text Example
White with #BA03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03AD; }
p { color: rgb(186,3,173); }
H1.HeaderClassName
{
color: #BA03AD;
}
.AnyTagClassName
{
color: #BA03AD;
}
</style>
background-color css
<style>
a { background-color: #BA03AD; }
a { background-color: rgb(186,3,173); }
div.DivClassName
{
background-color: #BA03AD;
}
.BgClassName
{
background-color: #BA03AD;
}
</style>
border-color css
<style>
span { border-color: #BA03AD; }
span { border-color: rgb(186,3,173); }
td.TdClassName
{
border-color: #BA03AD;
}
.TagClassName
{
border-color: #BA03AD;
}
</style>