Shades of Deep Magenta #BA06BB
Tints of Deep Magenta #BA06BB
RGB
CMYK
RGB Variations
Color information
#BA06BB (or 0xBA06BB) is known color: Deep Magenta. HEX triplet: BA, 06 and BB. RGB value is (186,6,187). Sum of RGB (Red+Green+Blue) = 186+6+187=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA06BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06BB is #45F944. Grayscale: #4F4F4F. Windows color (decimal): -4585797 or 12256954. OLE color: 12256954.
HSL color Cylindrical-coordinate representation of color #BA06BB: hue angle of 299.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06BB is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 187 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.27 |
| HSL | 299.67º | 0.94% | 0.38% | - |
| HSV(B) | 299.67º | 0.97% | 0.73% | - |
| XYZ | 29.28 | 14.16 | 48.2 | - |
| YUV | 80.45 | 188.13 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 187 | 0.01 | 0.97 | 0 | 0.27 | 299.67 | 0.94 | 0.38 |
| Hex | BA | 6 | BB | 1 | 61 | 0 | 1B | 12C | 5E | 26 |
| Octal | 272 | 6 | 273 | 1 | 141 | 0 | 33 | 454 | 136 | 46 |
| Binary | 10111010 | 110 | 10111011 | 1 | 1100001 | 0 | 11011 | 100101100 | 1011110 | 100110 |
Color Harmonies of #BA06BB
Complementary color
Monochromatic Colors of #BA06BB
Black with #BA06BB
Text Example
Text Example
White with #BA06BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06BB; }
p { color: rgb(186,6,187); }
H1.HeaderClassName
{
color: #BA06BB;
}
.AnyTagClassName
{
color: #BA06BB;
}
</style>
background-color css
<style>
a { background-color: #BA06BB; }
a { background-color: rgb(186,6,187); }
div.DivClassName
{
background-color: #BA06BB;
}
.BgClassName
{
background-color: #BA06BB;
}
</style>
border-color css
<style>
span { border-color: #BA06BB; }
span { border-color: rgb(186,6,187); }
td.TdClassName
{
border-color: #BA06BB;
}
.TagClassName
{
border-color: #BA06BB;
}
</style>