Shades of Deep Magenta #BA1ED4
Tints of Deep Magenta #BA1ED4
RGB
CMYK
RGB Variations
Color information
#BA1ED4 (or 0xBA1ED4) is known color: Deep Magenta. HEX triplet: BA, 1E and D4. RGB value is (186,30,212). Sum of RGB (Red+Green+Blue) = 186+30+212=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 212 (83.20% from 255 or 49.53% from 428); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA1ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ED4 is #45E12B. Grayscale: #606060. Windows color (decimal): -4579628 or 13901498. OLE color: 13901498.
HSL color Cylindrical-coordinate representation of color #BA1ED4: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1ED4 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 30 | 212 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.17 |
| HSL | 291.43º | 0.75% | 0.47% | - |
| HSV(B) | 291.43º | 0.86% | 0.83% | - |
| XYZ | 32.6 | 16.12 | 63.68 | - |
| YUV | 97.39 | 192.68 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 212 | 0.12 | 0.86 | 0 | 0.17 | 291.43 | 0.75 | 0.47 |
| Hex | BA | 1E | D4 | C | 56 | 0 | 11 | 123 | 4B | 2F |
| Octal | 272 | 36 | 324 | 14 | 126 | 0 | 21 | 443 | 113 | 57 |
| Binary | 10111010 | 11110 | 11010100 | 1100 | 1010110 | 0 | 10001 | 100100011 | 1001011 | 101111 |
Color Harmonies of #BA1ED4
Complementary color
Monochromatic Colors of #BA1ED4
Black with #BA1ED4
Text Example
Text Example
White with #BA1ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ED4; }
p { color: rgb(186,30,212); }
H1.HeaderClassName
{
color: #BA1ED4;
}
.AnyTagClassName
{
color: #BA1ED4;
}
</style>
background-color css
<style>
a { background-color: #BA1ED4; }
a { background-color: rgb(186,30,212); }
div.DivClassName
{
background-color: #BA1ED4;
}
.BgClassName
{
background-color: #BA1ED4;
}
</style>
border-color css
<style>
span { border-color: #BA1ED4; }
span { border-color: rgb(186,30,212); }
td.TdClassName
{
border-color: #BA1ED4;
}
.TagClassName
{
border-color: #BA1ED4;
}
</style>