Shades of Deep Magenta #BA05C6
Tints of Deep Magenta #BA05C6
RGB
CMYK
RGB Variations
Color information
#BA05C6 (or 0xBA05C6) is known color: Deep Magenta. HEX triplet: BA, 05 and C6. RGB value is (186,5,198). Sum of RGB (Red+Green+Blue) = 186+5+198=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA05C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05C6 is #45FA39. Grayscale: #505050. Windows color (decimal): -4586042 or 12977594. OLE color: 12977594.
HSL color Cylindrical-coordinate representation of color #BA05C6: hue angle of 296.27º 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 #BA05C6 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 5 | 198 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.22 |
| HSL | 296.27º | 0.95% | 0.4% | - |
| HSV(B) | 296.27º | 0.97% | 0.78% | - |
| XYZ | 30.5 | 14.62 | 54.64 | - |
| YUV | 81.12 | 193.97 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 198 | 0.06 | 0.97 | 0 | 0.22 | 296.27 | 0.95 | 0.4 |
| Hex | BA | 5 | C6 | 6 | 61 | 0 | 16 | 128 | 5F | 28 |
| Octal | 272 | 5 | 306 | 6 | 141 | 0 | 26 | 450 | 137 | 50 |
| Binary | 10111010 | 101 | 11000110 | 110 | 1100001 | 0 | 10110 | 100101000 | 1011111 | 101000 |
Color Harmonies of #BA05C6
Complementary color
Monochromatic Colors of #BA05C6
Black with #BA05C6
Text Example
Text Example
White with #BA05C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05C6; }
p { color: rgb(186,5,198); }
H1.HeaderClassName
{
color: #BA05C6;
}
.AnyTagClassName
{
color: #BA05C6;
}
</style>
background-color css
<style>
a { background-color: #BA05C6; }
a { background-color: rgb(186,5,198); }
div.DivClassName
{
background-color: #BA05C6;
}
.BgClassName
{
background-color: #BA05C6;
}
</style>
border-color css
<style>
span { border-color: #BA05C6; }
span { border-color: rgb(186,5,198); }
td.TdClassName
{
border-color: #BA05C6;
}
.TagClassName
{
border-color: #BA05C6;
}
</style>