Shades of Deep Magenta #BA0DBE
Tints of Deep Magenta #BA0DBE
RGB
CMYK
RGB Variations
Color information
#BA0DBE (or 0xBA0DBE) is known color: Deep Magenta. HEX triplet: BA, 0D and BE. RGB value is (186,13,190). Sum of RGB (Red+Green+Blue) = 186+13+190=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA0DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DBE is #45F241. Grayscale: #545454. Windows color (decimal): -4584002 or 12455354. OLE color: 12455354.
HSL color Cylindrical-coordinate representation of color #BA0DBE: hue angle of 298.64º 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 #BA0DBE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 13 | 190 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.25 |
| HSL | 298.64º | 0.87% | 0.4% | - |
| HSV(B) | 298.64º | 0.93% | 0.75% | - |
| XYZ | 29.69 | 14.44 | 49.94 | - |
| YUV | 84.91 | 187.31 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 190 | 0.02 | 0.93 | 0 | 0.25 | 298.64 | 0.87 | 0.4 |
| Hex | BA | D | BE | 2 | 5D | 0 | 19 | 12B | 57 | 28 |
| Octal | 272 | 15 | 276 | 2 | 135 | 0 | 31 | 453 | 127 | 50 |
| Binary | 10111010 | 1101 | 10111110 | 10 | 1011101 | 0 | 11001 | 100101011 | 1010111 | 101000 |
Color Harmonies of #BA0DBE
Complementary color
Monochromatic Colors of #BA0DBE
Black with #BA0DBE
Text Example
Text Example
White with #BA0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DBE; }
p { color: rgb(186,13,190); }
H1.HeaderClassName
{
color: #BA0DBE;
}
.AnyTagClassName
{
color: #BA0DBE;
}
</style>
background-color css
<style>
a { background-color: #BA0DBE; }
a { background-color: rgb(186,13,190); }
div.DivClassName
{
background-color: #BA0DBE;
}
.BgClassName
{
background-color: #BA0DBE;
}
</style>
border-color css
<style>
span { border-color: #BA0DBE; }
span { border-color: rgb(186,13,190); }
td.TdClassName
{
border-color: #BA0DBE;
}
.TagClassName
{
border-color: #BA0DBE;
}
</style>