Shades of Deep Magenta #BA21BE
Tints of Deep Magenta #BA21BE
RGB
CMYK
RGB Variations
Color information
#BA21BE (or 0xBA21BE) is known color: Deep Magenta. HEX triplet: BA, 21 and BE. RGB value is (186,33,190). Sum of RGB (Red+Green+Blue) = 186+33+190=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA21BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21BE is #45DE41. Grayscale: #606060. Windows color (decimal): -4578882 or 12460474. OLE color: 12460474.
HSL color Cylindrical-coordinate representation of color #BA21BE: hue angle of 298.47º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA21BE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 33 | 190 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.25 |
| HSL | 298.47º | 0.7% | 0.44% | - |
| HSV(B) | 298.47º | 0.83% | 0.75% | - |
| XYZ | 30.09 | 15.24 | 50.07 | - |
| YUV | 96.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 190 | 0.02 | 0.83 | 0 | 0.25 | 298.47 | 0.7 | 0.44 |
| Hex | BA | 21 | BE | 2 | 53 | 0 | 19 | 12A | 46 | 2C |
| Octal | 272 | 41 | 276 | 2 | 123 | 0 | 31 | 452 | 106 | 54 |
| Binary | 10111010 | 100001 | 10111110 | 10 | 1010011 | 0 | 11001 | 100101010 | 1000110 | 101100 |
Color Harmonies of #BA21BE
Complementary color
Monochromatic Colors of #BA21BE
Black with #BA21BE
Text Example
Text Example
White with #BA21BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21BE; }
p { color: rgb(186,33,190); }
H1.HeaderClassName
{
color: #BA21BE;
}
.AnyTagClassName
{
color: #BA21BE;
}
</style>
background-color css
<style>
a { background-color: #BA21BE; }
a { background-color: rgb(186,33,190); }
div.DivClassName
{
background-color: #BA21BE;
}
.BgClassName
{
background-color: #BA21BE;
}
</style>
border-color css
<style>
span { border-color: #BA21BE; }
span { border-color: rgb(186,33,190); }
td.TdClassName
{
border-color: #BA21BE;
}
.TagClassName
{
border-color: #BA21BE;
}
</style>