Shades of Deep Magenta #BA21B1
Tints of Deep Magenta #BA21B1
RGB
CMYK
RGB Variations
Color information
#BA21B1 (or 0xBA21B1) is known color: Deep Magenta. HEX triplet: BA, 21 and B1. RGB value is (186,33,177). Sum of RGB (Red+Green+Blue) = 186+33+177=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA21B1 is #45DE4E. Grayscale: #5E5E5E. Windows color (decimal): -4578895 or 11608506. OLE color: 11608506.
HSL color Cylindrical-coordinate representation of color #BA21B1: hue angle of 303.53º 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 #BA21B1 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 177 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.27 |
| HSL | 303.53º | 0.7% | 0.43% | - |
| HSV(B) | 303.53º | 0.82% | 0.73% | - |
| XYZ | 28.73 | 14.7 | 42.92 | - |
| YUV | 95.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 177 | 0 | 0.82 | 0.05 | 0.27 | 303.53 | 0.7 | 0.43 |
| Hex | BA | 21 | B1 | 0 | 52 | 5 | 1B | 130 | 46 | 2B |
| Octal | 272 | 41 | 261 | 0 | 122 | 5 | 33 | 460 | 106 | 53 |
| Binary | 10111010 | 100001 | 10110001 | 0 | 1010010 | 101 | 11011 | 100110000 | 1000110 | 101011 |
Color Harmonies of #BA21B1
Complementary color
Monochromatic Colors of #BA21B1
Black with #BA21B1
Text Example
Text Example
White with #BA21B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21B1; }
p { color: rgb(186,33,177); }
H1.HeaderClassName
{
color: #BA21B1;
}
.AnyTagClassName
{
color: #BA21B1;
}
</style>
background-color css
<style>
a { background-color: #BA21B1; }
a { background-color: rgb(186,33,177); }
div.DivClassName
{
background-color: #BA21B1;
}
.BgClassName
{
background-color: #BA21B1;
}
</style>
border-color css
<style>
span { border-color: #BA21B1; }
span { border-color: rgb(186,33,177); }
td.TdClassName
{
border-color: #BA21B1;
}
.TagClassName
{
border-color: #BA21B1;
}
</style>