Shades of Deep Magenta #BA05C7
Tints of Deep Magenta #BA05C7
RGB
CMYK
RGB Variations
Color information
#BA05C7 (or 0xBA05C7) is known color: Deep Magenta. HEX triplet: BA, 05 and C7. RGB value is (186,5,199). Sum of RGB (Red+Green+Blue) = 186+5+199=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA05C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05C7 is #45FA38. Grayscale: #505050. Windows color (decimal): -4586041 or 13043130. OLE color: 13043130.
HSL color Cylindrical-coordinate representation of color #BA05C7: hue angle of 295.98º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA05C7 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 5 | 199 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.22 |
| HSL | 295.98º | 0.95% | 0.4% | - |
| HSV(B) | 295.98º | 0.97% | 0.78% | - |
| XYZ | 30.61 | 14.67 | 55.25 | - |
| YUV | 81.24 | 194.47 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 199 | 0.07 | 0.97 | 0 | 0.22 | 295.98 | 0.95 | 0.4 |
| Hex | BA | 5 | C7 | 7 | 61 | 0 | 16 | 128 | 5F | 28 |
| Octal | 272 | 5 | 307 | 7 | 141 | 0 | 26 | 450 | 137 | 50 |
| Binary | 10111010 | 101 | 11000111 | 111 | 1100001 | 0 | 10110 | 100101000 | 1011111 | 101000 |
Color Harmonies of #BA05C7
Complementary color
Monochromatic Colors of #BA05C7
Black with #BA05C7
Text Example
Text Example
White with #BA05C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05C7; }
p { color: rgb(186,5,199); }
H1.HeaderClassName
{
color: #BA05C7;
}
.AnyTagClassName
{
color: #BA05C7;
}
</style>
background-color css
<style>
a { background-color: #BA05C7; }
a { background-color: rgb(186,5,199); }
div.DivClassName
{
background-color: #BA05C7;
}
.BgClassName
{
background-color: #BA05C7;
}
</style>
border-color css
<style>
span { border-color: #BA05C7; }
span { border-color: rgb(186,5,199); }
td.TdClassName
{
border-color: #BA05C7;
}
.TagClassName
{
border-color: #BA05C7;
}
</style>