Shades of Deep Magenta #BA03C1
Tints of Deep Magenta #BA03C1
RGB
CMYK
RGB Variations
Color information
#BA03C1 (or 0xBA03C1) is known color: Deep Magenta. HEX triplet: BA, 03 and C1. RGB value is (186,3,193). Sum of RGB (Red+Green+Blue) = 186+3+193=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA03C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03C1 is #45FC3E. Grayscale: #4E4E4E. Windows color (decimal): -4586559 or 12649402. OLE color: 12649402.
HSL color Cylindrical-coordinate representation of color #BA03C1: hue angle of 297.79º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA03C1 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 3 | 193 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.24 |
| HSL | 297.79º | 0.97% | 0.38% | - |
| HSV(B) | 297.79º | 0.98% | 0.76% | - |
| XYZ | 29.91 | 14.35 | 51.65 | - |
| YUV | 79.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 193 | 0.04 | 0.98 | 0 | 0.24 | 297.79 | 0.97 | 0.38 |
| Hex | BA | 3 | C1 | 4 | 62 | 0 | 18 | 12A | 61 | 26 |
| Octal | 272 | 3 | 301 | 4 | 142 | 0 | 30 | 452 | 141 | 46 |
| Binary | 10111010 | 11 | 11000001 | 100 | 1100010 | 0 | 11000 | 100101010 | 1100001 | 100110 |
Color Harmonies of #BA03C1
Complementary color
Monochromatic Colors of #BA03C1
Black with #BA03C1
Text Example
Text Example
White with #BA03C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03C1; }
p { color: rgb(186,3,193); }
H1.HeaderClassName
{
color: #BA03C1;
}
.AnyTagClassName
{
color: #BA03C1;
}
</style>
background-color css
<style>
a { background-color: #BA03C1; }
a { background-color: rgb(186,3,193); }
div.DivClassName
{
background-color: #BA03C1;
}
.BgClassName
{
background-color: #BA03C1;
}
</style>
border-color css
<style>
span { border-color: #BA03C1; }
span { border-color: rgb(186,3,193); }
td.TdClassName
{
border-color: #BA03C1;
}
.TagClassName
{
border-color: #BA03C1;
}
</style>