Shades of Deep Magenta #BA1DBF
Tints of Deep Magenta #BA1DBF
RGB
CMYK
RGB Variations
Color information
#BA1DBF (or 0xBA1DBF) is known color: Deep Magenta. HEX triplet: BA, 1D and BF. RGB value is (186,29,191). Sum of RGB (Red+Green+Blue) = 186+29+191=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA1DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DBF is #45E240. Grayscale: #5D5D5D. Windows color (decimal): -4579905 or 12524986. OLE color: 12524986.
HSL color Cylindrical-coordinate representation of color #BA1DBF: hue angle of 298.15º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1DBF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 29 | 191 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.25 |
| HSL | 298.15º | 0.74% | 0.43% | - |
| HSV(B) | 298.15º | 0.85% | 0.75% | - |
| XYZ | 30.09 | 15.08 | 50.61 | - |
| YUV | 94.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 191 | 0.03 | 0.85 | 0 | 0.25 | 298.15 | 0.74 | 0.43 |
| Hex | BA | 1D | BF | 3 | 55 | 0 | 19 | 12A | 4A | 2B |
| Octal | 272 | 35 | 277 | 3 | 125 | 0 | 31 | 452 | 112 | 53 |
| Binary | 10111010 | 11101 | 10111111 | 11 | 1010101 | 0 | 11001 | 100101010 | 1001010 | 101011 |
Color Harmonies of #BA1DBF
Complementary color
Monochromatic Colors of #BA1DBF
Black with #BA1DBF
Text Example
Text Example
White with #BA1DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DBF; }
p { color: rgb(186,29,191); }
H1.HeaderClassName
{
color: #BA1DBF;
}
.AnyTagClassName
{
color: #BA1DBF;
}
</style>
background-color css
<style>
a { background-color: #BA1DBF; }
a { background-color: rgb(186,29,191); }
div.DivClassName
{
background-color: #BA1DBF;
}
.BgClassName
{
background-color: #BA1DBF;
}
</style>
border-color css
<style>
span { border-color: #BA1DBF; }
span { border-color: rgb(186,29,191); }
td.TdClassName
{
border-color: #BA1DBF;
}
.TagClassName
{
border-color: #BA1DBF;
}
</style>