Shades of Deep Magenta #BA00C0
Tints of Deep Magenta #BA00C0
RGB
CMYK
RGB Variations
Color information
#BA00C0 (or 0xBA00C0) is known color: Deep Magenta. HEX triplet: BA, 00 and C0. RGB value is (186,0,192). Sum of RGB (Red+Green+Blue) = 186+0+192=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA00C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00C0 is #45FF3F. Grayscale: #4C4C4C. Windows color (decimal): -4587328 or 12583098. OLE color: 12583098.
HSL color Cylindrical-coordinate representation of color #BA00C0: hue angle of 298.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00C0 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 0 | 192 | - |
| CMYK | 0.03 | 1 | 0 | 0.25 |
| HSL | 298.13º | 1% | 0.38% | - |
| HSV(B) | 298.13º | 1% | 0.75% | - |
| XYZ | 29.76 | 14.24 | 51.05 | - |
| YUV | 77.5 | 192.62 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 192 | 0.03 | 1 | 0 | 0.25 | 298.13 | 1 | 0.38 |
| Hex | BA | 0 | C0 | 3 | 64 | 0 | 19 | 12A | 64 | 26 |
| Octal | 272 | 0 | 300 | 3 | 144 | 0 | 31 | 452 | 144 | 46 |
| Binary | 10111010 | 0 | 11000000 | 11 | 1100100 | 0 | 11001 | 100101010 | 1100100 | 100110 |
Color Harmonies of #BA00C0
Complementary color
Monochromatic Colors of #BA00C0
Black with #BA00C0
Text Example
Text Example
White with #BA00C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00C0; }
p { color: rgb(186,0,192); }
H1.HeaderClassName
{
color: #BA00C0;
}
.AnyTagClassName
{
color: #BA00C0;
}
</style>
background-color css
<style>
a { background-color: #BA00C0; }
a { background-color: rgb(186,0,192); }
div.DivClassName
{
background-color: #BA00C0;
}
.BgClassName
{
background-color: #BA00C0;
}
</style>
border-color css
<style>
span { border-color: #BA00C0; }
span { border-color: rgb(186,0,192); }
td.TdClassName
{
border-color: #BA00C0;
}
.TagClassName
{
border-color: #BA00C0;
}
</style>