Shades of Deep Magenta #BA20CF
Tints of Deep Magenta #BA20CF
RGB
CMYK
RGB Variations
Color information
#BA20CF (or 0xBA20CF) is known color: Deep Magenta. HEX triplet: BA, 20 and CF. RGB value is (186,32,207). Sum of RGB (Red+Green+Blue) = 186+32+207=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA20CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20CF is #45DF30. Grayscale: #616161. Windows color (decimal): -4579121 or 13574330. OLE color: 13574330.
HSL color Cylindrical-coordinate representation of color #BA20CF: hue angle of 292.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA20CF is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 32 | 207 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.19 |
| HSL | 292.8º | 0.73% | 0.47% | - |
| HSV(B) | 292.8º | 0.85% | 0.81% | - |
| XYZ | 32.03 | 15.98 | 60.43 | - |
| YUV | 98 | 189.52 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 207 | 0.10 | 0.85 | 0 | 0.19 | 292.8 | 0.73 | 0.47 |
| Hex | BA | 20 | CF | A | 55 | 0 | 13 | 125 | 49 | 2F |
| Octal | 272 | 40 | 317 | 12 | 125 | 0 | 23 | 445 | 111 | 57 |
| Binary | 10111010 | 100000 | 11001111 | 1010 | 1010101 | 0 | 10011 | 100100101 | 1001001 | 101111 |
Color Harmonies of #BA20CF
Complementary color
Monochromatic Colors of #BA20CF
Black with #BA20CF
Text Example
Text Example
White with #BA20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20CF; }
p { color: rgb(186,32,207); }
H1.HeaderClassName
{
color: #BA20CF;
}
.AnyTagClassName
{
color: #BA20CF;
}
</style>
background-color css
<style>
a { background-color: #BA20CF; }
a { background-color: rgb(186,32,207); }
div.DivClassName
{
background-color: #BA20CF;
}
.BgClassName
{
background-color: #BA20CF;
}
</style>
border-color css
<style>
span { border-color: #BA20CF; }
span { border-color: rgb(186,32,207); }
td.TdClassName
{
border-color: #BA20CF;
}
.TagClassName
{
border-color: #BA20CF;
}
</style>