Shades of Deep Magenta #BA03BC
Tints of Deep Magenta #BA03BC
RGB
CMYK
RGB Variations
Color information
#BA03BC (or 0xBA03BC) is known color: Deep Magenta. HEX triplet: BA, 03 and BC. RGB value is (186,3,188). Sum of RGB (Red+Green+Blue) = 186+3+188=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA03BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03BC is #45FC43. Grayscale: #4E4E4E. Windows color (decimal): -4586564 or 12321722. OLE color: 12321722.
HSL color Cylindrical-coordinate representation of color #BA03BC: hue angle of 299.35º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA03BC is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 3 | 188 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.26 |
| HSL | 299.35º | 0.97% | 0.37% | - |
| HSV(B) | 299.35º | 0.98% | 0.74% | - |
| XYZ | 29.36 | 14.14 | 48.76 | - |
| YUV | 78.81 | 189.63 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 188 | 0.01 | 0.98 | 0 | 0.26 | 299.35 | 0.97 | 0.37 |
| Hex | BA | 3 | BC | 1 | 62 | 0 | 1A | 12B | 61 | 25 |
| Octal | 272 | 3 | 274 | 1 | 142 | 0 | 32 | 453 | 141 | 45 |
| Binary | 10111010 | 11 | 10111100 | 1 | 1100010 | 0 | 11010 | 100101011 | 1100001 | 100101 |
Color Harmonies of #BA03BC
Complementary color
Monochromatic Colors of #BA03BC
Black with #BA03BC
Text Example
Text Example
White with #BA03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03BC; }
p { color: rgb(186,3,188); }
H1.HeaderClassName
{
color: #BA03BC;
}
.AnyTagClassName
{
color: #BA03BC;
}
</style>
background-color css
<style>
a { background-color: #BA03BC; }
a { background-color: rgb(186,3,188); }
div.DivClassName
{
background-color: #BA03BC;
}
.BgClassName
{
background-color: #BA03BC;
}
</style>
border-color css
<style>
span { border-color: #BA03BC; }
span { border-color: rgb(186,3,188); }
td.TdClassName
{
border-color: #BA03BC;
}
.TagClassName
{
border-color: #BA03BC;
}
</style>