Shades of Deep Magenta #BA05C5
Tints of Deep Magenta #BA05C5
RGB
CMYK
RGB Variations
Color information
#BA05C5 (or 0xBA05C5) is known color: Deep Magenta. HEX triplet: BA, 05 and C5. RGB value is (186,5,197). Sum of RGB (Red+Green+Blue) = 186+5+197=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA05C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05C5 is #45FA3A. Grayscale: #505050. Windows color (decimal): -4586043 or 12912058. OLE color: 12912058.
HSL color Cylindrical-coordinate representation of color #BA05C5: hue angle of 296.56º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA05C5 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 5 | 197 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.23 |
| HSL | 296.56º | 0.95% | 0.4% | - |
| HSV(B) | 296.56º | 0.97% | 0.77% | - |
| XYZ | 30.38 | 14.58 | 54.04 | - |
| YUV | 81.01 | 193.47 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 197 | 0.06 | 0.97 | 0 | 0.23 | 296.56 | 0.95 | 0.4 |
| Hex | BA | 5 | C5 | 6 | 61 | 0 | 17 | 129 | 5F | 28 |
| Octal | 272 | 5 | 305 | 6 | 141 | 0 | 27 | 451 | 137 | 50 |
| Binary | 10111010 | 101 | 11000101 | 110 | 1100001 | 0 | 10111 | 100101001 | 1011111 | 101000 |
Color Harmonies of #BA05C5
Complementary color
Monochromatic Colors of #BA05C5
Black with #BA05C5
Text Example
Text Example
White with #BA05C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05C5; }
p { color: rgb(186,5,197); }
H1.HeaderClassName
{
color: #BA05C5;
}
.AnyTagClassName
{
color: #BA05C5;
}
</style>
background-color css
<style>
a { background-color: #BA05C5; }
a { background-color: rgb(186,5,197); }
div.DivClassName
{
background-color: #BA05C5;
}
.BgClassName
{
background-color: #BA05C5;
}
</style>
border-color css
<style>
span { border-color: #BA05C5; }
span { border-color: rgb(186,5,197); }
td.TdClassName
{
border-color: #BA05C5;
}
.TagClassName
{
border-color: #BA05C5;
}
</style>