Shades of Deep Magenta #BA0FD8
Tints of Deep Magenta #BA0FD8
RGB
CMYK
RGB Variations
Color information
#BA0FD8 (or 0xBA0FD8) is known color: Deep Magenta. HEX triplet: BA, 0F and D8. RGB value is (186,15,216). Sum of RGB (Red+Green+Blue) = 186+15+216=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA0FD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0FD8 is #45F027. Grayscale: #585858. Windows color (decimal): -4583464 or 14159802. OLE color: 14159802.
HSL color Cylindrical-coordinate representation of color #BA0FD8: hue angle of 291.04º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0FD8 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 15 | 216 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.15 |
| HSL | 291.04º | 0.87% | 0.45% | - |
| HSV(B) | 291.04º | 0.93% | 0.85% | - |
| XYZ | 32.82 | 15.74 | 66.27 | - |
| YUV | 89.04 | 199.65 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 216 | 0.14 | 0.93 | 0 | 0.15 | 291.04 | 0.87 | 0.45 |
| Hex | BA | F | D8 | E | 5D | 0 | F | 123 | 57 | 2D |
| Octal | 272 | 17 | 330 | 16 | 135 | 0 | 17 | 443 | 127 | 55 |
| Binary | 10111010 | 1111 | 11011000 | 1110 | 1011101 | 0 | 1111 | 100100011 | 1010111 | 101101 |
Color Harmonies of #BA0FD8
Complementary color
Monochromatic Colors of #BA0FD8
Black with #BA0FD8
Text Example
Text Example
White with #BA0FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FD8; }
p { color: rgb(186,15,216); }
H1.HeaderClassName
{
color: #BA0FD8;
}
.AnyTagClassName
{
color: #BA0FD8;
}
</style>
background-color css
<style>
a { background-color: #BA0FD8; }
a { background-color: rgb(186,15,216); }
div.DivClassName
{
background-color: #BA0FD8;
}
.BgClassName
{
background-color: #BA0FD8;
}
</style>
border-color css
<style>
span { border-color: #BA0FD8; }
span { border-color: rgb(186,15,216); }
td.TdClassName
{
border-color: #BA0FD8;
}
.TagClassName
{
border-color: #BA0FD8;
}
</style>