Shades of Deep Magenta #BA0FDD
Tints of Deep Magenta #BA0FDD
RGB
CMYK
RGB Variations
Color information
#BA0FDD (or 0xBA0FDD) is known color: Deep Magenta. HEX triplet: BA, 0F and DD. RGB value is (186,15,221). Sum of RGB (Red+Green+Blue) = 186+15+221=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0FDD is #45F022. Grayscale: #585858. Windows color (decimal): -4583459 or 14487482. OLE color: 14487482.
HSL color Cylindrical-coordinate representation of color #BA0FDD: hue angle of 289.81º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0FDD is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 15 | 221 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.13 |
| HSL | 289.81º | 0.87% | 0.46% | - |
| HSV(B) | 289.81º | 0.93% | 0.87% | - |
| XYZ | 33.47 | 16 | 69.73 | - |
| YUV | 89.61 | 202.15 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 221 | 0.16 | 0.93 | 0 | 0.13 | 289.81 | 0.87 | 0.46 |
| Hex | BA | F | DD | 10 | 5D | 0 | D | 122 | 57 | 2E |
| Octal | 272 | 17 | 335 | 20 | 135 | 0 | 15 | 442 | 127 | 56 |
| Binary | 10111010 | 1111 | 11011101 | 10000 | 1011101 | 0 | 1101 | 100100010 | 1010111 | 101110 |
Color Harmonies of #BA0FDD
Complementary color
Monochromatic Colors of #BA0FDD
Black with #BA0FDD
Text Example
Text Example
White with #BA0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FDD; }
p { color: rgb(186,15,221); }
H1.HeaderClassName
{
color: #BA0FDD;
}
.AnyTagClassName
{
color: #BA0FDD;
}
</style>
background-color css
<style>
a { background-color: #BA0FDD; }
a { background-color: rgb(186,15,221); }
div.DivClassName
{
background-color: #BA0FDD;
}
.BgClassName
{
background-color: #BA0FDD;
}
</style>
border-color css
<style>
span { border-color: #BA0FDD; }
span { border-color: rgb(186,15,221); }
td.TdClassName
{
border-color: #BA0FDD;
}
.TagClassName
{
border-color: #BA0FDD;
}
</style>