Shades of Deep Magenta #BA18DF
Tints of Deep Magenta #BA18DF
RGB
CMYK
RGB Variations
Color information
#BA18DF (or 0xBA18DF) is known color: Deep Magenta. HEX triplet: BA, 18 and DF. RGB value is (186,24,223). Sum of RGB (Red+Green+Blue) = 186+24+223=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA18DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18DF is #45E720. Grayscale: #5E5E5E. Windows color (decimal): -4581153 or 14620858. OLE color: 14620858.
HSL color Cylindrical-coordinate representation of color #BA18DF: hue angle of 288.84º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA18DF is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 24 | 223 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.13 |
| HSL | 288.84º | 0.81% | 0.48% | - |
| HSV(B) | 288.84º | 0.89% | 0.87% | - |
| XYZ | 33.9 | 16.42 | 71.19 | - |
| YUV | 95.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 223 | 0.17 | 0.89 | 0 | 0.13 | 288.84 | 0.81 | 0.48 |
| Hex | BA | 18 | DF | 11 | 59 | 0 | D | 121 | 51 | 30 |
| Octal | 272 | 30 | 337 | 21 | 131 | 0 | 15 | 441 | 121 | 60 |
| Binary | 10111010 | 11000 | 11011111 | 10001 | 1011001 | 0 | 1101 | 100100001 | 1010001 | 110000 |
Color Harmonies of #BA18DF
Complementary color
Monochromatic Colors of #BA18DF
Black with #BA18DF
Text Example
Text Example
White with #BA18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18DF; }
p { color: rgb(186,24,223); }
H1.HeaderClassName
{
color: #BA18DF;
}
.AnyTagClassName
{
color: #BA18DF;
}
</style>
background-color css
<style>
a { background-color: #BA18DF; }
a { background-color: rgb(186,24,223); }
div.DivClassName
{
background-color: #BA18DF;
}
.BgClassName
{
background-color: #BA18DF;
}
</style>
border-color css
<style>
span { border-color: #BA18DF; }
span { border-color: rgb(186,24,223); }
td.TdClassName
{
border-color: #BA18DF;
}
.TagClassName
{
border-color: #BA18DF;
}
</style>