Shades of Deep Magenta #BA1ED0
Tints of Deep Magenta #BA1ED0
RGB
CMYK
RGB Variations
Color information
#BA1ED0 (or 0xBA1ED0) is known color: Deep Magenta. HEX triplet: BA, 1E and D0. RGB value is (186,30,208). Sum of RGB (Red+Green+Blue) = 186+30+208=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA1ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ED0 is #45E12F. Grayscale: #606060. Windows color (decimal): -4579632 or 13639354. OLE color: 13639354.
HSL color Cylindrical-coordinate representation of color #BA1ED0: hue angle of 292.58º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1ED0 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 30 | 208 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.18 |
| HSL | 292.58º | 0.75% | 0.47% | - |
| HSV(B) | 292.58º | 0.86% | 0.82% | - |
| XYZ | 32.1 | 15.92 | 61.06 | - |
| YUV | 96.94 | 190.68 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 208 | 0.11 | 0.86 | 0 | 0.18 | 292.58 | 0.75 | 0.47 |
| Hex | BA | 1E | D0 | B | 56 | 0 | 12 | 125 | 4B | 2F |
| Octal | 272 | 36 | 320 | 13 | 126 | 0 | 22 | 445 | 113 | 57 |
| Binary | 10111010 | 11110 | 11010000 | 1011 | 1010110 | 0 | 10010 | 100100101 | 1001011 | 101111 |
Color Harmonies of #BA1ED0
Complementary color
Monochromatic Colors of #BA1ED0
Black with #BA1ED0
Text Example
Text Example
White with #BA1ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ED0; }
p { color: rgb(186,30,208); }
H1.HeaderClassName
{
color: #BA1ED0;
}
.AnyTagClassName
{
color: #BA1ED0;
}
</style>
background-color css
<style>
a { background-color: #BA1ED0; }
a { background-color: rgb(186,30,208); }
div.DivClassName
{
background-color: #BA1ED0;
}
.BgClassName
{
background-color: #BA1ED0;
}
</style>
border-color css
<style>
span { border-color: #BA1ED0; }
span { border-color: rgb(186,30,208); }
td.TdClassName
{
border-color: #BA1ED0;
}
.TagClassName
{
border-color: #BA1ED0;
}
</style>