Shades of Deep Magenta #BA07BB
Tints of Deep Magenta #BA07BB
RGB
CMYK
RGB Variations
Color information
#BA07BB (or 0xBA07BB) is known color: Deep Magenta. HEX triplet: BA, 07 and BB. RGB value is (186,7,187). Sum of RGB (Red+Green+Blue) = 186+7+187=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA07BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07BB is #45F844. Grayscale: #505050. Windows color (decimal): -4585541 or 12257210. OLE color: 12257210.
HSL color Cylindrical-coordinate representation of color #BA07BB: hue angle of 299.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA07BB is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 187 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.27 |
| HSL | 299.67º | 0.93% | 0.38% | - |
| HSV(B) | 299.67º | 0.96% | 0.73% | - |
| XYZ | 29.3 | 14.18 | 48.21 | - |
| YUV | 81.04 | 187.8 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 187 | 0.01 | 0.96 | 0 | 0.27 | 299.67 | 0.93 | 0.38 |
| Hex | BA | 7 | BB | 1 | 60 | 0 | 1B | 12C | 5D | 26 |
| Octal | 272 | 7 | 273 | 1 | 140 | 0 | 33 | 454 | 135 | 46 |
| Binary | 10111010 | 111 | 10111011 | 1 | 1100000 | 0 | 11011 | 100101100 | 1011101 | 100110 |
Color Harmonies of #BA07BB
Complementary color
Monochromatic Colors of #BA07BB
Black with #BA07BB
Text Example
Text Example
White with #BA07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07BB; }
p { color: rgb(186,7,187); }
H1.HeaderClassName
{
color: #BA07BB;
}
.AnyTagClassName
{
color: #BA07BB;
}
</style>
background-color css
<style>
a { background-color: #BA07BB; }
a { background-color: rgb(186,7,187); }
div.DivClassName
{
background-color: #BA07BB;
}
.BgClassName
{
background-color: #BA07BB;
}
</style>
border-color css
<style>
span { border-color: #BA07BB; }
span { border-color: rgb(186,7,187); }
td.TdClassName
{
border-color: #BA07BB;
}
.TagClassName
{
border-color: #BA07BB;
}
</style>