Shades of Deep Magenta #BA03B9
Tints of Deep Magenta #BA03B9
RGB
CMYK
RGB Variations
Color information
#BA03B9 (or 0xBA03B9) is known color: Deep Magenta. HEX triplet: BA, 03 and B9. RGB value is (186,3,185). Sum of RGB (Red+Green+Blue) = 186+3+185=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03B9 is #45FC46. Grayscale: #4D4D4D. Windows color (decimal): -4586567 or 12125114. OLE color: 12125114.
HSL color Cylindrical-coordinate representation of color #BA03B9: hue angle of 300.33º 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 #BA03B9 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 185 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.27 |
| HSL | 300.33º | 0.97% | 0.37% | - |
| HSV(B) | 300.33º | 0.98% | 0.73% | - |
| XYZ | 29.04 | 14.01 | 47.07 | - |
| YUV | 78.47 | 188.13 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 185 | 0 | 0.98 | 0.01 | 0.27 | 300.33 | 0.97 | 0.37 |
| Hex | BA | 3 | B9 | 0 | 62 | 1 | 1B | 12C | 61 | 25 |
| Octal | 272 | 3 | 271 | 0 | 142 | 1 | 33 | 454 | 141 | 45 |
| Binary | 10111010 | 11 | 10111001 | 0 | 1100010 | 1 | 11011 | 100101100 | 1100001 | 100101 |
Color Harmonies of #BA03B9
Complementary color
Monochromatic Colors of #BA03B9
Black with #BA03B9
Text Example
Text Example
White with #BA03B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03B9; }
p { color: rgb(186,3,185); }
H1.HeaderClassName
{
color: #BA03B9;
}
.AnyTagClassName
{
color: #BA03B9;
}
</style>
background-color css
<style>
a { background-color: #BA03B9; }
a { background-color: rgb(186,3,185); }
div.DivClassName
{
background-color: #BA03B9;
}
.BgClassName
{
background-color: #BA03B9;
}
</style>
border-color css
<style>
span { border-color: #BA03B9; }
span { border-color: rgb(186,3,185); }
td.TdClassName
{
border-color: #BA03B9;
}
.TagClassName
{
border-color: #BA03B9;
}
</style>