Shades of Deep Magenta #BA21B8
Tints of Deep Magenta #BA21B8
RGB
CMYK
RGB Variations
Color information
#BA21B8 (or 0xBA21B8) is known color: Deep Magenta. HEX triplet: BA, 21 and B8. RGB value is (186,33,184). Sum of RGB (Red+Green+Blue) = 186+33+184=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21B8 is #45DE47. Grayscale: #5F5F5F. Windows color (decimal): -4578888 or 12067258. OLE color: 12067258.
HSL color Cylindrical-coordinate representation of color #BA21B8: hue angle of 300.78º 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 #BA21B8 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 184 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.27 |
| HSL | 300.78º | 0.7% | 0.43% | - |
| HSV(B) | 300.78º | 0.82% | 0.73% | - |
| XYZ | 29.45 | 14.99 | 46.69 | - |
| YUV | 95.96 | 177.69 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 184 | 0 | 0.82 | 0.01 | 0.27 | 300.78 | 0.7 | 0.43 |
| Hex | BA | 21 | B8 | 0 | 52 | 1 | 1B | 12D | 46 | 2B |
| Octal | 272 | 41 | 270 | 0 | 122 | 1 | 33 | 455 | 106 | 53 |
| Binary | 10111010 | 100001 | 10111000 | 0 | 1010010 | 1 | 11011 | 100101101 | 1000110 | 101011 |
Color Harmonies of #BA21B8
Complementary color
Monochromatic Colors of #BA21B8
Black with #BA21B8
Text Example
Text Example
White with #BA21B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21B8; }
p { color: rgb(186,33,184); }
H1.HeaderClassName
{
color: #BA21B8;
}
.AnyTagClassName
{
color: #BA21B8;
}
</style>
background-color css
<style>
a { background-color: #BA21B8; }
a { background-color: rgb(186,33,184); }
div.DivClassName
{
background-color: #BA21B8;
}
.BgClassName
{
background-color: #BA21B8;
}
</style>
border-color css
<style>
span { border-color: #BA21B8; }
span { border-color: rgb(186,33,184); }
td.TdClassName
{
border-color: #BA21B8;
}
.TagClassName
{
border-color: #BA21B8;
}
</style>