Shades of Deep Magenta #BA0BB8
Tints of Deep Magenta #BA0BB8
RGB
CMYK
RGB Variations
Color information
#BA0BB8 (or 0xBA0BB8) is known color: Deep Magenta. HEX triplet: BA, 0B and B8. RGB value is (186,11,184). Sum of RGB (Red+Green+Blue) = 186+11+184=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0BB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BB8 is #45F447. Grayscale: #525252. Windows color (decimal): -4584520 or 12061626. OLE color: 12061626.
HSL color Cylindrical-coordinate representation of color #BA0BB8: hue angle of 300.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0BB8 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 184 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.27 |
| HSL | 300.69º | 0.89% | 0.39% | - |
| HSV(B) | 300.69º | 0.94% | 0.73% | - |
| XYZ | 29.02 | 14.14 | 46.55 | - |
| YUV | 83.05 | 184.98 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 184 | 0 | 0.94 | 0.01 | 0.27 | 300.69 | 0.89 | 0.39 |
| Hex | BA | B | B8 | 0 | 5E | 1 | 1B | 12D | 59 | 27 |
| Octal | 272 | 13 | 270 | 0 | 136 | 1 | 33 | 455 | 131 | 47 |
| Binary | 10111010 | 1011 | 10111000 | 0 | 1011110 | 1 | 11011 | 100101101 | 1011001 | 100111 |
Color Harmonies of #BA0BB8
Complementary color
Monochromatic Colors of #BA0BB8
Black with #BA0BB8
Text Example
Text Example
White with #BA0BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BB8; }
p { color: rgb(186,11,184); }
H1.HeaderClassName
{
color: #BA0BB8;
}
.AnyTagClassName
{
color: #BA0BB8;
}
</style>
background-color css
<style>
a { background-color: #BA0BB8; }
a { background-color: rgb(186,11,184); }
div.DivClassName
{
background-color: #BA0BB8;
}
.BgClassName
{
background-color: #BA0BB8;
}
</style>
border-color css
<style>
span { border-color: #BA0BB8; }
span { border-color: rgb(186,11,184); }
td.TdClassName
{
border-color: #BA0BB8;
}
.TagClassName
{
border-color: #BA0BB8;
}
</style>