Shades of Deep Magenta #BA11BB
Tints of Deep Magenta #BA11BB
RGB
CMYK
RGB Variations
Color information
#BA11BB (or 0xBA11BB) is known color: Deep Magenta. HEX triplet: BA, 11 and BB. RGB value is (186,17,187). Sum of RGB (Red+Green+Blue) = 186+17+187=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA11BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11BB is #45EE44. Grayscale: #565656. Windows color (decimal): -4582981 or 12259770. OLE color: 12259770.
HSL color Cylindrical-coordinate representation of color #BA11BB: hue angle of 299.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11BB is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 187 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.27 |
| HSL | 299.65º | 0.83% | 0.4% | - |
| HSV(B) | 299.65º | 0.91% | 0.73% | - |
| XYZ | 29.42 | 14.43 | 48.25 | - |
| YUV | 86.91 | 184.49 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 187 | 0.01 | 0.91 | 0 | 0.27 | 299.65 | 0.83 | 0.4 |
| Hex | BA | 11 | BB | 1 | 5B | 0 | 1B | 12C | 53 | 28 |
| Octal | 272 | 21 | 273 | 1 | 133 | 0 | 33 | 454 | 123 | 50 |
| Binary | 10111010 | 10001 | 10111011 | 1 | 1011011 | 0 | 11011 | 100101100 | 1010011 | 101000 |
Color Harmonies of #BA11BB
Complementary color
Monochromatic Colors of #BA11BB
Black with #BA11BB
Text Example
Text Example
White with #BA11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11BB; }
p { color: rgb(186,17,187); }
H1.HeaderClassName
{
color: #BA11BB;
}
.AnyTagClassName
{
color: #BA11BB;
}
</style>
background-color css
<style>
a { background-color: #BA11BB; }
a { background-color: rgb(186,17,187); }
div.DivClassName
{
background-color: #BA11BB;
}
.BgClassName
{
background-color: #BA11BB;
}
</style>
border-color css
<style>
span { border-color: #BA11BB; }
span { border-color: rgb(186,17,187); }
td.TdClassName
{
border-color: #BA11BB;
}
.TagClassName
{
border-color: #BA11BB;
}
</style>