Shades of Deep Magenta #BA03B1
Tints of Deep Magenta #BA03B1
RGB
CMYK
RGB Variations
Color information
#BA03B1 (or 0xBA03B1) is known color: Deep Magenta. HEX triplet: BA, 03 and B1. RGB value is (186,3,177). Sum of RGB (Red+Green+Blue) = 186+3+177=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA03B1 is #45FC4E. Grayscale: #4D4D4D. Windows color (decimal): -4586575 or 11600826. OLE color: 11600826.
HSL color Cylindrical-coordinate representation of color #BA03B1: hue angle of 302.95º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA03B1 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 177 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.27 |
| HSL | 302.95º | 0.97% | 0.37% | - |
| HSV(B) | 302.95º | 0.98% | 0.73% | - |
| XYZ | 28.22 | 13.68 | 42.75 | - |
| YUV | 77.55 | 184.13 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 177 | 0 | 0.98 | 0.05 | 0.27 | 302.95 | 0.97 | 0.37 |
| Hex | BA | 3 | B1 | 0 | 62 | 5 | 1B | 12F | 61 | 25 |
| Octal | 272 | 3 | 261 | 0 | 142 | 5 | 33 | 457 | 141 | 45 |
| Binary | 10111010 | 11 | 10110001 | 0 | 1100010 | 101 | 11011 | 100101111 | 1100001 | 100101 |
Color Harmonies of #BA03B1
Complementary color
Monochromatic Colors of #BA03B1
Black with #BA03B1
Text Example
Text Example
White with #BA03B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03B1; }
p { color: rgb(186,3,177); }
H1.HeaderClassName
{
color: #BA03B1;
}
.AnyTagClassName
{
color: #BA03B1;
}
</style>
background-color css
<style>
a { background-color: #BA03B1; }
a { background-color: rgb(186,3,177); }
div.DivClassName
{
background-color: #BA03B1;
}
.BgClassName
{
background-color: #BA03B1;
}
</style>
border-color css
<style>
span { border-color: #BA03B1; }
span { border-color: rgb(186,3,177); }
td.TdClassName
{
border-color: #BA03B1;
}
.TagClassName
{
border-color: #BA03B1;
}
</style>