Shades of Deep Magenta #BA1DD0
Tints of Deep Magenta #BA1DD0
RGB
CMYK
RGB Variations
Color information
#BA1DD0 (or 0xBA1DD0) is known color: Deep Magenta. HEX triplet: BA, 1D and D0. RGB value is (186,29,208). Sum of RGB (Red+Green+Blue) = 186+29+208=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA1DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DD0 is #45E22F. Grayscale: #5F5F5F. Windows color (decimal): -4579888 or 13639098. OLE color: 13639098.
HSL color Cylindrical-coordinate representation of color #BA1DD0: hue angle of 292.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1DD0 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 29 | 208 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.18 |
| HSL | 292.63º | 0.76% | 0.46% | - |
| HSV(B) | 292.63º | 0.86% | 0.82% | - |
| XYZ | 32.07 | 15.87 | 61.05 | - |
| YUV | 96.35 | 191.01 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 208 | 0.11 | 0.86 | 0 | 0.18 | 292.63 | 0.76 | 0.46 |
| Hex | BA | 1D | D0 | B | 56 | 0 | 12 | 125 | 4C | 2E |
| Octal | 272 | 35 | 320 | 13 | 126 | 0 | 22 | 445 | 114 | 56 |
| Binary | 10111010 | 11101 | 11010000 | 1011 | 1010110 | 0 | 10010 | 100100101 | 1001100 | 101110 |
Color Harmonies of #BA1DD0
Complementary color
Monochromatic Colors of #BA1DD0
Black with #BA1DD0
Text Example
Text Example
White with #BA1DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DD0; }
p { color: rgb(186,29,208); }
H1.HeaderClassName
{
color: #BA1DD0;
}
.AnyTagClassName
{
color: #BA1DD0;
}
</style>
background-color css
<style>
a { background-color: #BA1DD0; }
a { background-color: rgb(186,29,208); }
div.DivClassName
{
background-color: #BA1DD0;
}
.BgClassName
{
background-color: #BA1DD0;
}
</style>
border-color css
<style>
span { border-color: #BA1DD0; }
span { border-color: rgb(186,29,208); }
td.TdClassName
{
border-color: #BA1DD0;
}
.TagClassName
{
border-color: #BA1DD0;
}
</style>