Shades of Deep Magenta #BA02BD
Tints of Deep Magenta #BA02BD
RGB
CMYK
RGB Variations
Color information
#BA02BD (or 0xBA02BD) is known color: Deep Magenta. HEX triplet: BA, 02 and BD. RGB value is (186,2,189). Sum of RGB (Red+Green+Blue) = 186+2+189=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA02BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02BD is #45FD42. Grayscale: #4D4D4D. Windows color (decimal): -4586819 or 12387002. OLE color: 12387002.
HSL color Cylindrical-coordinate representation of color #BA02BD: hue angle of 299.04º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02BD is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 2 | 189 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.26 |
| HSL | 299.04º | 0.98% | 0.37% | - |
| HSV(B) | 299.04º | 0.99% | 0.74% | - |
| XYZ | 29.46 | 14.16 | 49.32 | - |
| YUV | 78.33 | 190.46 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 189 | 0.02 | 0.99 | 0 | 0.26 | 299.04 | 0.98 | 0.37 |
| Hex | BA | 2 | BD | 2 | 63 | 0 | 1A | 12B | 62 | 25 |
| Octal | 272 | 2 | 275 | 2 | 143 | 0 | 32 | 453 | 142 | 45 |
| Binary | 10111010 | 10 | 10111101 | 10 | 1100011 | 0 | 11010 | 100101011 | 1100010 | 100101 |
Color Harmonies of #BA02BD
Complementary color
Monochromatic Colors of #BA02BD
Black with #BA02BD
Text Example
Text Example
White with #BA02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02BD; }
p { color: rgb(186,2,189); }
H1.HeaderClassName
{
color: #BA02BD;
}
.AnyTagClassName
{
color: #BA02BD;
}
</style>
background-color css
<style>
a { background-color: #BA02BD; }
a { background-color: rgb(186,2,189); }
div.DivClassName
{
background-color: #BA02BD;
}
.BgClassName
{
background-color: #BA02BD;
}
</style>
border-color css
<style>
span { border-color: #BA02BD; }
span { border-color: rgb(186,2,189); }
td.TdClassName
{
border-color: #BA02BD;
}
.TagClassName
{
border-color: #BA02BD;
}
</style>