Shades of Deep Magenta #BA20B7
Tints of Deep Magenta #BA20B7
RGB
CMYK
RGB Variations
Color information
#BA20B7 (or 0xBA20B7) is known color: Deep Magenta. HEX triplet: BA, 20 and B7. RGB value is (186,32,183). Sum of RGB (Red+Green+Blue) = 186+32+183=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20B7 is #45DF48. Grayscale: #5E5E5E. Windows color (decimal): -4579145 or 12001466. OLE color: 12001466.
HSL color Cylindrical-coordinate representation of color #BA20B7: hue angle of 301.17º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA20B7 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 183 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.27 |
| HSL | 301.17º | 0.71% | 0.43% | - |
| HSV(B) | 301.17º | 0.83% | 0.73% | - |
| XYZ | 29.31 | 14.89 | 46.13 | - |
| YUV | 95.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 183 | 0 | 0.83 | 0.02 | 0.27 | 301.17 | 0.71 | 0.43 |
| Hex | BA | 20 | B7 | 0 | 53 | 2 | 1B | 12D | 47 | 2B |
| Octal | 272 | 40 | 267 | 0 | 123 | 2 | 33 | 455 | 107 | 53 |
| Binary | 10111010 | 100000 | 10110111 | 0 | 1010011 | 10 | 11011 | 100101101 | 1000111 | 101011 |
Color Harmonies of #BA20B7
Complementary color
Monochromatic Colors of #BA20B7
Black with #BA20B7
Text Example
Text Example
White with #BA20B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20B7; }
p { color: rgb(186,32,183); }
H1.HeaderClassName
{
color: #BA20B7;
}
.AnyTagClassName
{
color: #BA20B7;
}
</style>
background-color css
<style>
a { background-color: #BA20B7; }
a { background-color: rgb(186,32,183); }
div.DivClassName
{
background-color: #BA20B7;
}
.BgClassName
{
background-color: #BA20B7;
}
</style>
border-color css
<style>
span { border-color: #BA20B7; }
span { border-color: rgb(186,32,183); }
td.TdClassName
{
border-color: #BA20B7;
}
.TagClassName
{
border-color: #BA20B7;
}
</style>