Shades of Deep Magenta #BA0ADF
Tints of Deep Magenta #BA0ADF
RGB
CMYK
RGB Variations
Color information
#BA0ADF (or 0xBA0ADF) is known color: Deep Magenta. HEX triplet: BA, 0A and DF. RGB value is (186,10,223). Sum of RGB (Red+Green+Blue) = 186+10+223=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA0ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ADF is #45F520. Grayscale: #565656. Windows color (decimal): -4584737 or 14617274. OLE color: 14617274.
HSL color Cylindrical-coordinate representation of color #BA0ADF: hue angle of 289.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0ADF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 10 | 223 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.13 |
| HSL | 289.58º | 0.91% | 0.46% | - |
| HSV(B) | 289.58º | 0.96% | 0.87% | - |
| XYZ | 33.68 | 15.98 | 71.12 | - |
| YUV | 86.91 | 204.81 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 223 | 0.17 | 0.96 | 0 | 0.13 | 289.58 | 0.91 | 0.46 |
| Hex | BA | A | DF | 11 | 60 | 0 | D | 122 | 5B | 2E |
| Octal | 272 | 12 | 337 | 21 | 140 | 0 | 15 | 442 | 133 | 56 |
| Binary | 10111010 | 1010 | 11011111 | 10001 | 1100000 | 0 | 1101 | 100100010 | 1011011 | 101110 |
Color Harmonies of #BA0ADF
Complementary color
Monochromatic Colors of #BA0ADF
Black with #BA0ADF
Text Example
Text Example
White with #BA0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0ADF; }
p { color: rgb(186,10,223); }
H1.HeaderClassName
{
color: #BA0ADF;
}
.AnyTagClassName
{
color: #BA0ADF;
}
</style>
background-color css
<style>
a { background-color: #BA0ADF; }
a { background-color: rgb(186,10,223); }
div.DivClassName
{
background-color: #BA0ADF;
}
.BgClassName
{
background-color: #BA0ADF;
}
</style>
border-color css
<style>
span { border-color: #BA0ADF; }
span { border-color: rgb(186,10,223); }
td.TdClassName
{
border-color: #BA0ADF;
}
.TagClassName
{
border-color: #BA0ADF;
}
</style>