Shades of Deep Magenta #BA21B4
Tints of Deep Magenta #BA21B4
RGB
CMYK
RGB Variations
Color information
#BA21B4 (or 0xBA21B4) is known color: Deep Magenta. HEX triplet: BA, 21 and B4. RGB value is (186,33,180). Sum of RGB (Red+Green+Blue) = 186+33+180=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21B4 is #45DE4B. Grayscale: #5F5F5F. Windows color (decimal): -4578892 or 11805114. OLE color: 11805114.
HSL color Cylindrical-coordinate representation of color #BA21B4: hue angle of 302.35º 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 #BA21B4 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 180 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.27 |
| HSL | 302.35º | 0.7% | 0.43% | - |
| HSV(B) | 302.35º | 0.82% | 0.73% | - |
| XYZ | 29.03 | 14.82 | 44.51 | - |
| YUV | 95.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 180 | 0 | 0.82 | 0.03 | 0.27 | 302.35 | 0.7 | 0.43 |
| Hex | BA | 21 | B4 | 0 | 52 | 3 | 1B | 12E | 46 | 2B |
| Octal | 272 | 41 | 264 | 0 | 122 | 3 | 33 | 456 | 106 | 53 |
| Binary | 10111010 | 100001 | 10110100 | 0 | 1010010 | 11 | 11011 | 100101110 | 1000110 | 101011 |
Color Harmonies of #BA21B4
Complementary color
Monochromatic Colors of #BA21B4
Black with #BA21B4
Text Example
Text Example
White with #BA21B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21B4; }
p { color: rgb(186,33,180); }
H1.HeaderClassName
{
color: #BA21B4;
}
.AnyTagClassName
{
color: #BA21B4;
}
</style>
background-color css
<style>
a { background-color: #BA21B4; }
a { background-color: rgb(186,33,180); }
div.DivClassName
{
background-color: #BA21B4;
}
.BgClassName
{
background-color: #BA21B4;
}
</style>
border-color css
<style>
span { border-color: #BA21B4; }
span { border-color: rgb(186,33,180); }
td.TdClassName
{
border-color: #BA21B4;
}
.TagClassName
{
border-color: #BA21B4;
}
</style>