Shades of Deep Magenta #BA21BB
Tints of Deep Magenta #BA21BB
RGB
CMYK
RGB Variations
Color information
#BA21BB (or 0xBA21BB) is known color: Deep Magenta. HEX triplet: BA, 21 and BB. RGB value is (186,33,187). Sum of RGB (Red+Green+Blue) = 186+33+187=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA21BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21BB is #45DE44. Grayscale: #5F5F5F. Windows color (decimal): -4578885 or 12263866. OLE color: 12263866.
HSL color Cylindrical-coordinate representation of color #BA21BB: hue angle of 299.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA21BB is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 187 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.27 |
| HSL | 299.61º | 0.7% | 0.43% | - |
| HSV(B) | 299.61º | 0.82% | 0.73% | - |
| XYZ | 29.76 | 15.11 | 48.36 | - |
| YUV | 96.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 187 | 0.01 | 0.82 | 0 | 0.27 | 299.61 | 0.7 | 0.43 |
| Hex | BA | 21 | BB | 1 | 52 | 0 | 1B | 12C | 46 | 2B |
| Octal | 272 | 41 | 273 | 1 | 122 | 0 | 33 | 454 | 106 | 53 |
| Binary | 10111010 | 100001 | 10111011 | 1 | 1010010 | 0 | 11011 | 100101100 | 1000110 | 101011 |
Color Harmonies of #BA21BB
Complementary color
Monochromatic Colors of #BA21BB
Black with #BA21BB
Text Example
Text Example
White with #BA21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21BB; }
p { color: rgb(186,33,187); }
H1.HeaderClassName
{
color: #BA21BB;
}
.AnyTagClassName
{
color: #BA21BB;
}
</style>
background-color css
<style>
a { background-color: #BA21BB; }
a { background-color: rgb(186,33,187); }
div.DivClassName
{
background-color: #BA21BB;
}
.BgClassName
{
background-color: #BA21BB;
}
</style>
border-color css
<style>
span { border-color: #BA21BB; }
span { border-color: rgb(186,33,187); }
td.TdClassName
{
border-color: #BA21BB;
}
.TagClassName
{
border-color: #BA21BB;
}
</style>