Shades of Deep Magenta #BA06B4
Tints of Deep Magenta #BA06B4
RGB
CMYK
RGB Variations
Color information
#BA06B4 (or 0xBA06B4) is known color: Deep Magenta. HEX triplet: BA, 06 and B4. RGB value is (186,6,180). Sum of RGB (Red+Green+Blue) = 186+6+180=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA06B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06B4 is #45F94B. Grayscale: #4F4F4F. Windows color (decimal): -4585804 or 11798202. OLE color: 11798202.
HSL color Cylindrical-coordinate representation of color #BA06B4: hue angle of 302º 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 #BA06B4 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 180 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.27 |
| HSL | 302º | 0.94% | 0.38% | - |
| HSV(B) | 302º | 0.97% | 0.73% | - |
| XYZ | 28.55 | 13.86 | 44.35 | - |
| YUV | 79.66 | 184.63 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 180 | 0 | 0.97 | 0.03 | 0.27 | 302 | 0.94 | 0.38 |
| Hex | BA | 6 | B4 | 0 | 61 | 3 | 1B | 12E | 5E | 26 |
| Octal | 272 | 6 | 264 | 0 | 141 | 3 | 33 | 456 | 136 | 46 |
| Binary | 10111010 | 110 | 10110100 | 0 | 1100001 | 11 | 11011 | 100101110 | 1011110 | 100110 |
Color Harmonies of #BA06B4
Complementary color
Monochromatic Colors of #BA06B4
Black with #BA06B4
Text Example
Text Example
White with #BA06B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06B4; }
p { color: rgb(186,6,180); }
H1.HeaderClassName
{
color: #BA06B4;
}
.AnyTagClassName
{
color: #BA06B4;
}
</style>
background-color css
<style>
a { background-color: #BA06B4; }
a { background-color: rgb(186,6,180); }
div.DivClassName
{
background-color: #BA06B4;
}
.BgClassName
{
background-color: #BA06B4;
}
</style>
border-color css
<style>
span { border-color: #BA06B4; }
span { border-color: rgb(186,6,180); }
td.TdClassName
{
border-color: #BA06B4;
}
.TagClassName
{
border-color: #BA06B4;
}
</style>