Shades of Deep Magenta #BA1BDE
Tints of Deep Magenta #BA1BDE
RGB
CMYK
RGB Variations
Color information
#BA1BDE (or 0xBA1BDE) is known color: Deep Magenta. HEX triplet: BA, 1B and DE. RGB value is (186,27,222). Sum of RGB (Red+Green+Blue) = 186+27+222=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA1BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BDE is #45E421. Grayscale: #606060. Windows color (decimal): -4580386 or 14556090. OLE color: 14556090.
HSL color Cylindrical-coordinate representation of color #BA1BDE: hue angle of 288.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1BDE is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 27 | 222 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.13 |
| HSL | 288.92º | 0.78% | 0.49% | - |
| HSV(B) | 288.92º | 0.88% | 0.87% | - |
| XYZ | 33.83 | 16.5 | 70.51 | - |
| YUV | 96.77 | 198.68 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 222 | 0.16 | 0.88 | 0 | 0.13 | 288.92 | 0.78 | 0.49 |
| Hex | BA | 1B | DE | 10 | 58 | 0 | D | 121 | 4E | 31 |
| Octal | 272 | 33 | 336 | 20 | 130 | 0 | 15 | 441 | 116 | 61 |
| Binary | 10111010 | 11011 | 11011110 | 10000 | 1011000 | 0 | 1101 | 100100001 | 1001110 | 110001 |
Color Harmonies of #BA1BDE
Complementary color
Monochromatic Colors of #BA1BDE
Black with #BA1BDE
Text Example
Text Example
White with #BA1BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BDE; }
p { color: rgb(186,27,222); }
H1.HeaderClassName
{
color: #BA1BDE;
}
.AnyTagClassName
{
color: #BA1BDE;
}
</style>
background-color css
<style>
a { background-color: #BA1BDE; }
a { background-color: rgb(186,27,222); }
div.DivClassName
{
background-color: #BA1BDE;
}
.BgClassName
{
background-color: #BA1BDE;
}
</style>
border-color css
<style>
span { border-color: #BA1BDE; }
span { border-color: rgb(186,27,222); }
td.TdClassName
{
border-color: #BA1BDE;
}
.TagClassName
{
border-color: #BA1BDE;
}
</style>