Shades of Deep Magenta #BA0FDF
Tints of Deep Magenta #BA0FDF
RGB
CMYK
RGB Variations
Color information
#BA0FDF (or 0xBA0FDF) is known color: Deep Magenta. HEX triplet: BA, 0F and DF. RGB value is (186,15,223). Sum of RGB (Red+Green+Blue) = 186+15+223=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA0FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0FDF is #45F020. Grayscale: #595959. Windows color (decimal): -4583457 or 14618554. OLE color: 14618554.
HSL color Cylindrical-coordinate representation of color #BA0FDF: hue angle of 289.33º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0FDF is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 15 | 223 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.13 |
| HSL | 289.33º | 0.87% | 0.47% | - |
| HSV(B) | 289.33º | 0.93% | 0.87% | - |
| XYZ | 33.74 | 16.11 | 71.14 | - |
| YUV | 89.84 | 203.15 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 223 | 0.17 | 0.93 | 0 | 0.13 | 289.33 | 0.87 | 0.47 |
| Hex | BA | F | DF | 11 | 5D | 0 | D | 121 | 57 | 2F |
| Octal | 272 | 17 | 337 | 21 | 135 | 0 | 15 | 441 | 127 | 57 |
| Binary | 10111010 | 1111 | 11011111 | 10001 | 1011101 | 0 | 1101 | 100100001 | 1010111 | 101111 |
Color Harmonies of #BA0FDF
Complementary color
Monochromatic Colors of #BA0FDF
Black with #BA0FDF
Text Example
Text Example
White with #BA0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FDF; }
p { color: rgb(186,15,223); }
H1.HeaderClassName
{
color: #BA0FDF;
}
.AnyTagClassName
{
color: #BA0FDF;
}
</style>
background-color css
<style>
a { background-color: #BA0FDF; }
a { background-color: rgb(186,15,223); }
div.DivClassName
{
background-color: #BA0FDF;
}
.BgClassName
{
background-color: #BA0FDF;
}
</style>
border-color css
<style>
span { border-color: #BA0FDF; }
span { border-color: rgb(186,15,223); }
td.TdClassName
{
border-color: #BA0FDF;
}
.TagClassName
{
border-color: #BA0FDF;
}
</style>