Shades of Deep Magenta #BA05C1
Tints of Deep Magenta #BA05C1
RGB
CMYK
RGB Variations
Color information
#BA05C1 (or 0xBA05C1) is known color: Deep Magenta. HEX triplet: BA, 05 and C1. RGB value is (186,5,193). Sum of RGB (Red+Green+Blue) = 186+5+193=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA05C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05C1 is #45FA3E. Grayscale: #4F4F4F. Windows color (decimal): -4586047 or 12649914. OLE color: 12649914.
HSL color Cylindrical-coordinate representation of color #BA05C1: hue angle of 297.77º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA05C1 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 5 | 193 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.24 |
| HSL | 297.77º | 0.95% | 0.39% | - |
| HSV(B) | 297.77º | 0.97% | 0.76% | - |
| XYZ | 29.93 | 14.4 | 51.65 | - |
| YUV | 80.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 193 | 0.04 | 0.97 | 0 | 0.24 | 297.77 | 0.95 | 0.39 |
| Hex | BA | 5 | C1 | 4 | 61 | 0 | 18 | 12A | 5F | 27 |
| Octal | 272 | 5 | 301 | 4 | 141 | 0 | 30 | 452 | 137 | 47 |
| Binary | 10111010 | 101 | 11000001 | 100 | 1100001 | 0 | 11000 | 100101010 | 1011111 | 100111 |
Color Harmonies of #BA05C1
Complementary color
Monochromatic Colors of #BA05C1
Black with #BA05C1
Text Example
Text Example
White with #BA05C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05C1; }
p { color: rgb(186,5,193); }
H1.HeaderClassName
{
color: #BA05C1;
}
.AnyTagClassName
{
color: #BA05C1;
}
</style>
background-color css
<style>
a { background-color: #BA05C1; }
a { background-color: rgb(186,5,193); }
div.DivClassName
{
background-color: #BA05C1;
}
.BgClassName
{
background-color: #BA05C1;
}
</style>
border-color css
<style>
span { border-color: #BA05C1; }
span { border-color: rgb(186,5,193); }
td.TdClassName
{
border-color: #BA05C1;
}
.TagClassName
{
border-color: #BA05C1;
}
</style>