Shades of Deep Magenta #BA0BBD
Tints of Deep Magenta #BA0BBD
RGB
CMYK
RGB Variations
Color information
#BA0BBD (or 0xBA0BBD) is known color: Deep Magenta. HEX triplet: BA, 0B and BD. RGB value is (186,11,189). Sum of RGB (Red+Green+Blue) = 186+11+189=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA0BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BBD is #45F442. Grayscale: #535353. Windows color (decimal): -4584515 or 12389306. OLE color: 12389306.
HSL color Cylindrical-coordinate representation of color #BA0BBD: hue angle of 298.99º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0BBD is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 11 | 189 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.26 |
| HSL | 298.99º | 0.89% | 0.39% | - |
| HSV(B) | 298.99º | 0.94% | 0.74% | - |
| XYZ | 29.55 | 14.35 | 49.36 | - |
| YUV | 83.62 | 187.48 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 189 | 0.02 | 0.94 | 0 | 0.26 | 298.99 | 0.89 | 0.39 |
| Hex | BA | B | BD | 2 | 5E | 0 | 1A | 12B | 59 | 27 |
| Octal | 272 | 13 | 275 | 2 | 136 | 0 | 32 | 453 | 131 | 47 |
| Binary | 10111010 | 1011 | 10111101 | 10 | 1011110 | 0 | 11010 | 100101011 | 1011001 | 100111 |
Color Harmonies of #BA0BBD
Complementary color
Monochromatic Colors of #BA0BBD
Black with #BA0BBD
Text Example
Text Example
White with #BA0BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BBD; }
p { color: rgb(186,11,189); }
H1.HeaderClassName
{
color: #BA0BBD;
}
.AnyTagClassName
{
color: #BA0BBD;
}
</style>
background-color css
<style>
a { background-color: #BA0BBD; }
a { background-color: rgb(186,11,189); }
div.DivClassName
{
background-color: #BA0BBD;
}
.BgClassName
{
background-color: #BA0BBD;
}
</style>
border-color css
<style>
span { border-color: #BA0BBD; }
span { border-color: rgb(186,11,189); }
td.TdClassName
{
border-color: #BA0BBD;
}
.TagClassName
{
border-color: #BA0BBD;
}
</style>