Shades of Deep Magenta #BA1EDA
Tints of Deep Magenta #BA1EDA
RGB
CMYK
RGB Variations
Color information
#BA1EDA (or 0xBA1EDA) is known color: Deep Magenta. HEX triplet: BA, 1E and DA. RGB value is (186,30,218). Sum of RGB (Red+Green+Blue) = 186+30+218=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EDA is #45E125. Grayscale: #616161. Windows color (decimal): -4579622 or 14294714. OLE color: 14294714.
HSL color Cylindrical-coordinate representation of color #BA1EDA: hue angle of 289.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1EDA is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 30 | 218 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.15 |
| HSL | 289.79º | 0.76% | 0.49% | - |
| HSV(B) | 289.79º | 0.86% | 0.85% | - |
| XYZ | 33.37 | 16.43 | 67.74 | - |
| YUV | 98.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 218 | 0.15 | 0.86 | 0 | 0.15 | 289.79 | 0.76 | 0.49 |
| Hex | BA | 1E | DA | F | 56 | 0 | F | 122 | 4C | 31 |
| Octal | 272 | 36 | 332 | 17 | 126 | 0 | 17 | 442 | 114 | 61 |
| Binary | 10111010 | 11110 | 11011010 | 1111 | 1010110 | 0 | 1111 | 100100010 | 1001100 | 110001 |
Color Harmonies of #BA1EDA
Complementary color
Monochromatic Colors of #BA1EDA
Black with #BA1EDA
Text Example
Text Example
White with #BA1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EDA; }
p { color: rgb(186,30,218); }
H1.HeaderClassName
{
color: #BA1EDA;
}
.AnyTagClassName
{
color: #BA1EDA;
}
</style>
background-color css
<style>
a { background-color: #BA1EDA; }
a { background-color: rgb(186,30,218); }
div.DivClassName
{
background-color: #BA1EDA;
}
.BgClassName
{
background-color: #BA1EDA;
}
</style>
border-color css
<style>
span { border-color: #BA1EDA; }
span { border-color: rgb(186,30,218); }
td.TdClassName
{
border-color: #BA1EDA;
}
.TagClassName
{
border-color: #BA1EDA;
}
</style>