Shades of Deep Magenta #BA21B7
Tints of Deep Magenta #BA21B7
RGB
CMYK
RGB Variations
Color information
#BA21B7 (or 0xBA21B7) is known color: Deep Magenta. HEX triplet: BA, 21 and B7. RGB value is (186,33,183). Sum of RGB (Red+Green+Blue) = 186+33+183=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21B7 is #45DE48. Grayscale: #5F5F5F. Windows color (decimal): -4578889 or 12001722. OLE color: 12001722.
HSL color Cylindrical-coordinate representation of color #BA21B7: hue angle of 301.18º 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 #BA21B7 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 183 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.27 |
| HSL | 301.18º | 0.7% | 0.43% | - |
| HSV(B) | 301.18º | 0.82% | 0.73% | - |
| XYZ | 29.34 | 14.95 | 46.14 | - |
| YUV | 95.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 183 | 0 | 0.82 | 0.02 | 0.27 | 301.18 | 0.7 | 0.43 |
| Hex | BA | 21 | B7 | 0 | 52 | 2 | 1B | 12D | 46 | 2B |
| Octal | 272 | 41 | 267 | 0 | 122 | 2 | 33 | 455 | 106 | 53 |
| Binary | 10111010 | 100001 | 10110111 | 0 | 1010010 | 10 | 11011 | 100101101 | 1000110 | 101011 |
Color Harmonies of #BA21B7
Complementary color
Monochromatic Colors of #BA21B7
Black with #BA21B7
Text Example
Text Example
White with #BA21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21B7; }
p { color: rgb(186,33,183); }
H1.HeaderClassName
{
color: #BA21B7;
}
.AnyTagClassName
{
color: #BA21B7;
}
</style>
background-color css
<style>
a { background-color: #BA21B7; }
a { background-color: rgb(186,33,183); }
div.DivClassName
{
background-color: #BA21B7;
}
.BgClassName
{
background-color: #BA21B7;
}
</style>
border-color css
<style>
span { border-color: #BA21B7; }
span { border-color: rgb(186,33,183); }
td.TdClassName
{
border-color: #BA21B7;
}
.TagClassName
{
border-color: #BA21B7;
}
</style>