Shades of Deep Magenta #BA21CB
Tints of Deep Magenta #BA21CB
RGB
CMYK
RGB Variations
Color information
#BA21CB (or 0xBA21CB) is known color: Deep Magenta. HEX triplet: BA, 21 and CB. RGB value is (186,33,203). Sum of RGB (Red+Green+Blue) = 186+33+203=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA21CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21CB is #45DE34. Grayscale: #616161. Windows color (decimal): -4578869 or 13312442. OLE color: 13312442.
HSL color Cylindrical-coordinate representation of color #BA21CB: hue angle of 294º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA21CB is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 33 | 203 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.20 |
| HSL | 294º | 0.72% | 0.46% | - |
| HSV(B) | 294º | 0.84% | 0.8% | - |
| XYZ | 31.57 | 15.84 | 57.89 | - |
| YUV | 98.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 203 | 0.08 | 0.84 | 0 | 0.20 | 294 | 0.72 | 0.46 |
| Hex | BA | 21 | CB | 8 | 54 | 0 | 14 | 126 | 48 | 2E |
| Octal | 272 | 41 | 313 | 10 | 124 | 0 | 24 | 446 | 110 | 56 |
| Binary | 10111010 | 100001 | 11001011 | 1000 | 1010100 | 0 | 10100 | 100100110 | 1001000 | 101110 |
Color Harmonies of #BA21CB
Complementary color
Monochromatic Colors of #BA21CB
Black with #BA21CB
Text Example
Text Example
White with #BA21CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21CB; }
p { color: rgb(186,33,203); }
H1.HeaderClassName
{
color: #BA21CB;
}
.AnyTagClassName
{
color: #BA21CB;
}
</style>
background-color css
<style>
a { background-color: #BA21CB; }
a { background-color: rgb(186,33,203); }
div.DivClassName
{
background-color: #BA21CB;
}
.BgClassName
{
background-color: #BA21CB;
}
</style>
border-color css
<style>
span { border-color: #BA21CB; }
span { border-color: rgb(186,33,203); }
td.TdClassName
{
border-color: #BA21CB;
}
.TagClassName
{
border-color: #BA21CB;
}
</style>