Shades of Deep Magenta #BA0DBF
Tints of Deep Magenta #BA0DBF
RGB
CMYK
RGB Variations
Color information
#BA0DBF (or 0xBA0DBF) is known color: Deep Magenta. HEX triplet: BA, 0D and BF. RGB value is (186,13,191). Sum of RGB (Red+Green+Blue) = 186+13+191=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA0DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DBF is #45F240. Grayscale: #545454. Windows color (decimal): -4584001 or 12520890. OLE color: 12520890.
HSL color Cylindrical-coordinate representation of color #BA0DBF: hue angle of 298.31º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0DBF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 13 | 191 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.25 |
| HSL | 298.31º | 0.87% | 0.4% | - |
| HSV(B) | 298.31º | 0.93% | 0.75% | - |
| XYZ | 29.8 | 14.49 | 50.52 | - |
| YUV | 85.02 | 187.81 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 191 | 0.03 | 0.93 | 0 | 0.25 | 298.31 | 0.87 | 0.4 |
| Hex | BA | D | BF | 3 | 5D | 0 | 19 | 12A | 57 | 28 |
| Octal | 272 | 15 | 277 | 3 | 135 | 0 | 31 | 452 | 127 | 50 |
| Binary | 10111010 | 1101 | 10111111 | 11 | 1011101 | 0 | 11001 | 100101010 | 1010111 | 101000 |
Color Harmonies of #BA0DBF
Complementary color
Monochromatic Colors of #BA0DBF
Black with #BA0DBF
Text Example
Text Example
White with #BA0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DBF; }
p { color: rgb(186,13,191); }
H1.HeaderClassName
{
color: #BA0DBF;
}
.AnyTagClassName
{
color: #BA0DBF;
}
</style>
background-color css
<style>
a { background-color: #BA0DBF; }
a { background-color: rgb(186,13,191); }
div.DivClassName
{
background-color: #BA0DBF;
}
.BgClassName
{
background-color: #BA0DBF;
}
</style>
border-color css
<style>
span { border-color: #BA0DBF; }
span { border-color: rgb(186,13,191); }
td.TdClassName
{
border-color: #BA0DBF;
}
.TagClassName
{
border-color: #BA0DBF;
}
</style>