Shades of Deep Magenta #BA1DDC
Tints of Deep Magenta #BA1DDC
RGB
CMYK
RGB Variations
Color information
#BA1DDC (or 0xBA1DDC) is known color: Deep Magenta. HEX triplet: BA, 1D and DC. RGB value is (186,29,220). Sum of RGB (Red+Green+Blue) = 186+29+220=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA1DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DDC is #45E223. Grayscale: #616161. Windows color (decimal): -4579876 or 14425530. OLE color: 14425530.
HSL color Cylindrical-coordinate representation of color #BA1DDC: hue angle of 289.32º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1DDC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 29 | 220 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.14 |
| HSL | 289.32º | 0.77% | 0.49% | - |
| HSV(B) | 289.32º | 0.87% | 0.86% | - |
| XYZ | 33.61 | 16.49 | 69.12 | - |
| YUV | 97.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 220 | 0.15 | 0.87 | 0 | 0.14 | 289.32 | 0.77 | 0.49 |
| Hex | BA | 1D | DC | F | 57 | 0 | E | 121 | 4D | 31 |
| Octal | 272 | 35 | 334 | 17 | 127 | 0 | 16 | 441 | 115 | 61 |
| Binary | 10111010 | 11101 | 11011100 | 1111 | 1010111 | 0 | 1110 | 100100001 | 1001101 | 110001 |
Color Harmonies of #BA1DDC
Complementary color
Monochromatic Colors of #BA1DDC
Black with #BA1DDC
Text Example
Text Example
White with #BA1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DDC; }
p { color: rgb(186,29,220); }
H1.HeaderClassName
{
color: #BA1DDC;
}
.AnyTagClassName
{
color: #BA1DDC;
}
</style>
background-color css
<style>
a { background-color: #BA1DDC; }
a { background-color: rgb(186,29,220); }
div.DivClassName
{
background-color: #BA1DDC;
}
.BgClassName
{
background-color: #BA1DDC;
}
</style>
border-color css
<style>
span { border-color: #BA1DDC; }
span { border-color: rgb(186,29,220); }
td.TdClassName
{
border-color: #BA1DDC;
}
.TagClassName
{
border-color: #BA1DDC;
}
</style>