Shades of Deep Magenta #BA1BDC
Tints of Deep Magenta #BA1BDC
RGB
CMYK
RGB Variations
Color information
#BA1BDC (or 0xBA1BDC) is known color: Deep Magenta. HEX triplet: BA, 1B and DC. RGB value is (186,27,220). Sum of RGB (Red+Green+Blue) = 186+27+220=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA1BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BDC is #45E423. Grayscale: #5F5F5F. Windows color (decimal): -4580388 or 14425018. OLE color: 14425018.
HSL color Cylindrical-coordinate representation of color #BA1BDC: hue angle of 289.43º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1BDC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 27 | 220 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.14 |
| HSL | 289.43º | 0.78% | 0.48% | - |
| HSV(B) | 289.43º | 0.88% | 0.86% | - |
| XYZ | 33.56 | 16.39 | 69.1 | - |
| YUV | 96.54 | 197.68 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 220 | 0.15 | 0.88 | 0 | 0.14 | 289.43 | 0.78 | 0.48 |
| Hex | BA | 1B | DC | F | 58 | 0 | E | 121 | 4E | 30 |
| Octal | 272 | 33 | 334 | 17 | 130 | 0 | 16 | 441 | 116 | 60 |
| Binary | 10111010 | 11011 | 11011100 | 1111 | 1011000 | 0 | 1110 | 100100001 | 1001110 | 110000 |
Color Harmonies of #BA1BDC
Complementary color
Monochromatic Colors of #BA1BDC
Black with #BA1BDC
Text Example
Text Example
White with #BA1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BDC; }
p { color: rgb(186,27,220); }
H1.HeaderClassName
{
color: #BA1BDC;
}
.AnyTagClassName
{
color: #BA1BDC;
}
</style>
background-color css
<style>
a { background-color: #BA1BDC; }
a { background-color: rgb(186,27,220); }
div.DivClassName
{
background-color: #BA1BDC;
}
.BgClassName
{
background-color: #BA1BDC;
}
</style>
border-color css
<style>
span { border-color: #BA1BDC; }
span { border-color: rgb(186,27,220); }
td.TdClassName
{
border-color: #BA1BDC;
}
.TagClassName
{
border-color: #BA1BDC;
}
</style>