Shades of Deep Magenta #BA03BD
Tints of Deep Magenta #BA03BD
RGB
CMYK
RGB Variations
Color information
#BA03BD (or 0xBA03BD) is known color: Deep Magenta. HEX triplet: BA, 03 and BD. RGB value is (186,3,189). Sum of RGB (Red+Green+Blue) = 186+3+189=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA03BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03BD is #45FC42. Grayscale: #4E4E4E. Windows color (decimal): -4586563 or 12387258. OLE color: 12387258.
HSL color Cylindrical-coordinate representation of color #BA03BD: hue angle of 299.03º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA03BD is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 3 | 189 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.26 |
| HSL | 299.03º | 0.97% | 0.38% | - |
| HSV(B) | 299.03º | 0.98% | 0.74% | - |
| XYZ | 29.47 | 14.18 | 49.33 | - |
| YUV | 78.92 | 190.13 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 189 | 0.02 | 0.98 | 0 | 0.26 | 299.03 | 0.97 | 0.38 |
| Hex | BA | 3 | BD | 2 | 62 | 0 | 1A | 12B | 61 | 26 |
| Octal | 272 | 3 | 275 | 2 | 142 | 0 | 32 | 453 | 141 | 46 |
| Binary | 10111010 | 11 | 10111101 | 10 | 1100010 | 0 | 11010 | 100101011 | 1100001 | 100110 |
Color Harmonies of #BA03BD
Complementary color
Monochromatic Colors of #BA03BD
Black with #BA03BD
Text Example
Text Example
White with #BA03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03BD; }
p { color: rgb(186,3,189); }
H1.HeaderClassName
{
color: #BA03BD;
}
.AnyTagClassName
{
color: #BA03BD;
}
</style>
background-color css
<style>
a { background-color: #BA03BD; }
a { background-color: rgb(186,3,189); }
div.DivClassName
{
background-color: #BA03BD;
}
.BgClassName
{
background-color: #BA03BD;
}
</style>
border-color css
<style>
span { border-color: #BA03BD; }
span { border-color: rgb(186,3,189); }
td.TdClassName
{
border-color: #BA03BD;
}
.TagClassName
{
border-color: #BA03BD;
}
</style>