Shades of Deep Magenta #BA1DDA
Tints of Deep Magenta #BA1DDA
RGB
CMYK
RGB Variations
Color information
#BA1DDA (or 0xBA1DDA) is known color: Deep Magenta. HEX triplet: BA, 1D and DA. RGB value is (186,29,218). Sum of RGB (Red+Green+Blue) = 186+29+218=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA1DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DDA is #45E225. Grayscale: #606060. Windows color (decimal): -4579878 or 14294458. OLE color: 14294458.
HSL color Cylindrical-coordinate representation of color #BA1DDA: hue angle of 289.84º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1DDA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 29 | 218 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.15 |
| HSL | 289.84º | 0.77% | 0.48% | - |
| HSV(B) | 289.84º | 0.87% | 0.85% | - |
| XYZ | 33.34 | 16.38 | 67.73 | - |
| YUV | 97.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 218 | 0.15 | 0.87 | 0 | 0.15 | 289.84 | 0.77 | 0.48 |
| Hex | BA | 1D | DA | F | 57 | 0 | F | 122 | 4D | 30 |
| Octal | 272 | 35 | 332 | 17 | 127 | 0 | 17 | 442 | 115 | 60 |
| Binary | 10111010 | 11101 | 11011010 | 1111 | 1010111 | 0 | 1111 | 100100010 | 1001101 | 110000 |
Color Harmonies of #BA1DDA
Complementary color
Monochromatic Colors of #BA1DDA
Black with #BA1DDA
Text Example
Text Example
White with #BA1DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DDA; }
p { color: rgb(186,29,218); }
H1.HeaderClassName
{
color: #BA1DDA;
}
.AnyTagClassName
{
color: #BA1DDA;
}
</style>
background-color css
<style>
a { background-color: #BA1DDA; }
a { background-color: rgb(186,29,218); }
div.DivClassName
{
background-color: #BA1DDA;
}
.BgClassName
{
background-color: #BA1DDA;
}
</style>
border-color css
<style>
span { border-color: #BA1DDA; }
span { border-color: rgb(186,29,218); }
td.TdClassName
{
border-color: #BA1DDA;
}
.TagClassName
{
border-color: #BA1DDA;
}
</style>