Shades of Deep Magenta #BA0FBE
Tints of Deep Magenta #BA0FBE
RGB
CMYK
RGB Variations
Color information
#BA0FBE (or 0xBA0FBE) is known color: Deep Magenta. HEX triplet: BA, 0F and BE. RGB value is (186,15,190). Sum of RGB (Red+Green+Blue) = 186+15+190=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA0FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0FBE is #45F041. Grayscale: #555555. Windows color (decimal): -4583490 or 12455866. OLE color: 12455866.
HSL color Cylindrical-coordinate representation of color #BA0FBE: hue angle of 298.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0FBE is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 15 | 190 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.25 |
| HSL | 298.63º | 0.85% | 0.4% | - |
| HSV(B) | 298.63º | 0.92% | 0.75% | - |
| XYZ | 29.71 | 14.5 | 49.95 | - |
| YUV | 86.08 | 186.65 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 190 | 0.02 | 0.92 | 0 | 0.25 | 298.63 | 0.85 | 0.4 |
| Hex | BA | F | BE | 2 | 5C | 0 | 19 | 12B | 55 | 28 |
| Octal | 272 | 17 | 276 | 2 | 134 | 0 | 31 | 453 | 125 | 50 |
| Binary | 10111010 | 1111 | 10111110 | 10 | 1011100 | 0 | 11001 | 100101011 | 1010101 | 101000 |
Color Harmonies of #BA0FBE
Complementary color
Monochromatic Colors of #BA0FBE
Black with #BA0FBE
Text Example
Text Example
White with #BA0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FBE; }
p { color: rgb(186,15,190); }
H1.HeaderClassName
{
color: #BA0FBE;
}
.AnyTagClassName
{
color: #BA0FBE;
}
</style>
background-color css
<style>
a { background-color: #BA0FBE; }
a { background-color: rgb(186,15,190); }
div.DivClassName
{
background-color: #BA0FBE;
}
.BgClassName
{
background-color: #BA0FBE;
}
</style>
border-color css
<style>
span { border-color: #BA0FBE; }
span { border-color: rgb(186,15,190); }
td.TdClassName
{
border-color: #BA0FBE;
}
.TagClassName
{
border-color: #BA0FBE;
}
</style>