Shades of Deep Magenta #BA20BC
Tints of Deep Magenta #BA20BC
RGB
CMYK
RGB Variations
Color information
#BA20BC (or 0xBA20BC) is known color: Deep Magenta. HEX triplet: BA, 20 and BC. RGB value is (186,32,188). Sum of RGB (Red+Green+Blue) = 186+32+188=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA20BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20BC is #45DF43. Grayscale: #5F5F5F. Windows color (decimal): -4579140 or 12329146. OLE color: 12329146.
HSL color Cylindrical-coordinate representation of color #BA20BC: hue angle of 299.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA20BC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 32 | 188 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.26 |
| HSL | 299.23º | 0.71% | 0.43% | - |
| HSV(B) | 299.23º | 0.83% | 0.74% | - |
| XYZ | 29.84 | 15.1 | 48.92 | - |
| YUV | 95.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 188 | 0.01 | 0.83 | 0 | 0.26 | 299.23 | 0.71 | 0.43 |
| Hex | BA | 20 | BC | 1 | 53 | 0 | 1A | 12B | 47 | 2B |
| Octal | 272 | 40 | 274 | 1 | 123 | 0 | 32 | 453 | 107 | 53 |
| Binary | 10111010 | 100000 | 10111100 | 1 | 1010011 | 0 | 11010 | 100101011 | 1000111 | 101011 |
Color Harmonies of #BA20BC
Complementary color
Monochromatic Colors of #BA20BC
Black with #BA20BC
Text Example
Text Example
White with #BA20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20BC; }
p { color: rgb(186,32,188); }
H1.HeaderClassName
{
color: #BA20BC;
}
.AnyTagClassName
{
color: #BA20BC;
}
</style>
background-color css
<style>
a { background-color: #BA20BC; }
a { background-color: rgb(186,32,188); }
div.DivClassName
{
background-color: #BA20BC;
}
.BgClassName
{
background-color: #BA20BC;
}
</style>
border-color css
<style>
span { border-color: #BA20BC; }
span { border-color: rgb(186,32,188); }
td.TdClassName
{
border-color: #BA20BC;
}
.TagClassName
{
border-color: #BA20BC;
}
</style>