Shades of Deep Magenta #BA0BDF
Tints of Deep Magenta #BA0BDF
RGB
CMYK
RGB Variations
Color information
#BA0BDF (or 0xBA0BDF) is known color: Deep Magenta. HEX triplet: BA, 0B and DF. RGB value is (186,11,223). Sum of RGB (Red+Green+Blue) = 186+11+223=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA0BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BDF is #45F420. Grayscale: #565656. Windows color (decimal): -4584481 or 14617530. OLE color: 14617530.
HSL color Cylindrical-coordinate representation of color #BA0BDF: hue angle of 289.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BDF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 11 | 223 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.13 |
| HSL | 289.53º | 0.91% | 0.46% | - |
| HSV(B) | 289.53º | 0.95% | 0.87% | - |
| XYZ | 33.69 | 16.01 | 71.13 | - |
| YUV | 87.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 223 | 0.17 | 0.95 | 0 | 0.13 | 289.53 | 0.91 | 0.46 |
| Hex | BA | B | DF | 11 | 5F | 0 | D | 122 | 5B | 2E |
| Octal | 272 | 13 | 337 | 21 | 137 | 0 | 15 | 442 | 133 | 56 |
| Binary | 10111010 | 1011 | 11011111 | 10001 | 1011111 | 0 | 1101 | 100100010 | 1011011 | 101110 |
Color Harmonies of #BA0BDF
Complementary color
Monochromatic Colors of #BA0BDF
Black with #BA0BDF
Text Example
Text Example
White with #BA0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BDF; }
p { color: rgb(186,11,223); }
H1.HeaderClassName
{
color: #BA0BDF;
}
.AnyTagClassName
{
color: #BA0BDF;
}
</style>
background-color css
<style>
a { background-color: #BA0BDF; }
a { background-color: rgb(186,11,223); }
div.DivClassName
{
background-color: #BA0BDF;
}
.BgClassName
{
background-color: #BA0BDF;
}
</style>
border-color css
<style>
span { border-color: #BA0BDF; }
span { border-color: rgb(186,11,223); }
td.TdClassName
{
border-color: #BA0BDF;
}
.TagClassName
{
border-color: #BA0BDF;
}
</style>