Shades of Deep Magenta #BA07BC
Tints of Deep Magenta #BA07BC
RGB
CMYK
RGB Variations
Color information
#BA07BC (or 0xBA07BC) is known color: Deep Magenta. HEX triplet: BA, 07 and BC. RGB value is (186,7,188). Sum of RGB (Red+Green+Blue) = 186+7+188=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA07BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07BC is #45F843. Grayscale: #505050. Windows color (decimal): -4585540 or 12322746. OLE color: 12322746.
HSL color Cylindrical-coordinate representation of color #BA07BC: hue angle of 299.34º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA07BC is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 7 | 188 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.26 |
| HSL | 299.34º | 0.93% | 0.38% | - |
| HSV(B) | 299.34º | 0.96% | 0.74% | - |
| XYZ | 29.4 | 14.22 | 48.77 | - |
| YUV | 81.16 | 188.3 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 188 | 0.01 | 0.96 | 0 | 0.26 | 299.34 | 0.93 | 0.38 |
| Hex | BA | 7 | BC | 1 | 60 | 0 | 1A | 12B | 5D | 26 |
| Octal | 272 | 7 | 274 | 1 | 140 | 0 | 32 | 453 | 135 | 46 |
| Binary | 10111010 | 111 | 10111100 | 1 | 1100000 | 0 | 11010 | 100101011 | 1011101 | 100110 |
Color Harmonies of #BA07BC
Complementary color
Monochromatic Colors of #BA07BC
Black with #BA07BC
Text Example
Text Example
White with #BA07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07BC; }
p { color: rgb(186,7,188); }
H1.HeaderClassName
{
color: #BA07BC;
}
.AnyTagClassName
{
color: #BA07BC;
}
</style>
background-color css
<style>
a { background-color: #BA07BC; }
a { background-color: rgb(186,7,188); }
div.DivClassName
{
background-color: #BA07BC;
}
.BgClassName
{
background-color: #BA07BC;
}
</style>
border-color css
<style>
span { border-color: #BA07BC; }
span { border-color: rgb(186,7,188); }
td.TdClassName
{
border-color: #BA07BC;
}
.TagClassName
{
border-color: #BA07BC;
}
</style>