Shades of Deep Magenta #BA1BDD
Tints of Deep Magenta #BA1BDD
RGB
CMYK
RGB Variations
Color information
#BA1BDD (or 0xBA1BDD) is known color: Deep Magenta. HEX triplet: BA, 1B and DD. RGB value is (186,27,221). Sum of RGB (Red+Green+Blue) = 186+27+221=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA1BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BDD is #45E422. Grayscale: #606060. Windows color (decimal): -4580387 or 14490554. OLE color: 14490554.
HSL color Cylindrical-coordinate representation of color #BA1BDD: hue angle of 289.18º 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 #BA1BDD is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 27 | 221 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.13 |
| HSL | 289.18º | 0.78% | 0.49% | - |
| HSV(B) | 289.18º | 0.88% | 0.87% | - |
| XYZ | 33.69 | 16.44 | 69.8 | - |
| YUV | 96.66 | 198.18 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 221 | 0.16 | 0.88 | 0 | 0.13 | 289.18 | 0.78 | 0.49 |
| Hex | BA | 1B | DD | 10 | 58 | 0 | D | 121 | 4E | 31 |
| Octal | 272 | 33 | 335 | 20 | 130 | 0 | 15 | 441 | 116 | 61 |
| Binary | 10111010 | 11011 | 11011101 | 10000 | 1011000 | 0 | 1101 | 100100001 | 1001110 | 110001 |
Color Harmonies of #BA1BDD
Complementary color
Monochromatic Colors of #BA1BDD
Black with #BA1BDD
Text Example
Text Example
White with #BA1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BDD; }
p { color: rgb(186,27,221); }
H1.HeaderClassName
{
color: #BA1BDD;
}
.AnyTagClassName
{
color: #BA1BDD;
}
</style>
background-color css
<style>
a { background-color: #BA1BDD; }
a { background-color: rgb(186,27,221); }
div.DivClassName
{
background-color: #BA1BDD;
}
.BgClassName
{
background-color: #BA1BDD;
}
</style>
border-color css
<style>
span { border-color: #BA1BDD; }
span { border-color: rgb(186,27,221); }
td.TdClassName
{
border-color: #BA1BDD;
}
.TagClassName
{
border-color: #BA1BDD;
}
</style>