Shades of Deep Magenta #BA20CD
Tints of Deep Magenta #BA20CD
RGB
CMYK
RGB Variations
Color information
#BA20CD (or 0xBA20CD) is known color: Deep Magenta. HEX triplet: BA, 20 and CD. RGB value is (186,32,205). Sum of RGB (Red+Green+Blue) = 186+32+205=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA20CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20CD is #45DF32. Grayscale: #616161. Windows color (decimal): -4579123 or 13443258. OLE color: 13443258.
HSL color Cylindrical-coordinate representation of color #BA20CD: hue angle of 293.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA20CD is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 32 | 205 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.20 |
| HSL | 293.41º | 0.73% | 0.46% | - |
| HSV(B) | 293.41º | 0.84% | 0.8% | - |
| XYZ | 31.79 | 15.88 | 59.15 | - |
| YUV | 97.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 205 | 0.09 | 0.84 | 0 | 0.20 | 293.41 | 0.73 | 0.46 |
| Hex | BA | 20 | CD | 9 | 54 | 0 | 14 | 125 | 49 | 2E |
| Octal | 272 | 40 | 315 | 11 | 124 | 0 | 24 | 445 | 111 | 56 |
| Binary | 10111010 | 100000 | 11001101 | 1001 | 1010100 | 0 | 10100 | 100100101 | 1001001 | 101110 |
Color Harmonies of #BA20CD
Complementary color
Monochromatic Colors of #BA20CD
Black with #BA20CD
Text Example
Text Example
White with #BA20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20CD; }
p { color: rgb(186,32,205); }
H1.HeaderClassName
{
color: #BA20CD;
}
.AnyTagClassName
{
color: #BA20CD;
}
</style>
background-color css
<style>
a { background-color: #BA20CD; }
a { background-color: rgb(186,32,205); }
div.DivClassName
{
background-color: #BA20CD;
}
.BgClassName
{
background-color: #BA20CD;
}
</style>
border-color css
<style>
span { border-color: #BA20CD; }
span { border-color: rgb(186,32,205); }
td.TdClassName
{
border-color: #BA20CD;
}
.TagClassName
{
border-color: #BA20CD;
}
</style>