Shades of Deep Magenta #BA19CB
Tints of Deep Magenta #BA19CB
RGB
CMYK
RGB Variations
Color information
#BA19CB (or 0xBA19CB) is known color: Deep Magenta. HEX triplet: BA, 19 and CB. RGB value is (186,25,203). Sum of RGB (Red+Green+Blue) = 186+25+203=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA19CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19CB is #45E634. Grayscale: #5C5C5C. Windows color (decimal): -4580917 or 13310394. OLE color: 13310394.
HSL color Cylindrical-coordinate representation of color #BA19CB: hue angle of 294.27º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA19CB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 25 | 203 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.20 |
| HSL | 294.27º | 0.78% | 0.45% | - |
| HSV(B) | 294.27º | 0.88% | 0.8% | - |
| XYZ | 31.38 | 15.45 | 57.83 | - |
| YUV | 93.43 | 189.84 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 203 | 0.08 | 0.88 | 0 | 0.20 | 294.27 | 0.78 | 0.45 |
| Hex | BA | 19 | CB | 8 | 58 | 0 | 14 | 126 | 4E | 2D |
| Octal | 272 | 31 | 313 | 10 | 130 | 0 | 24 | 446 | 116 | 55 |
| Binary | 10111010 | 11001 | 11001011 | 1000 | 1011000 | 0 | 10100 | 100100110 | 1001110 | 101101 |
Color Harmonies of #BA19CB
Complementary color
Monochromatic Colors of #BA19CB
Black with #BA19CB
Text Example
Text Example
White with #BA19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19CB; }
p { color: rgb(186,25,203); }
H1.HeaderClassName
{
color: #BA19CB;
}
.AnyTagClassName
{
color: #BA19CB;
}
</style>
background-color css
<style>
a { background-color: #BA19CB; }
a { background-color: rgb(186,25,203); }
div.DivClassName
{
background-color: #BA19CB;
}
.BgClassName
{
background-color: #BA19CB;
}
</style>
border-color css
<style>
span { border-color: #BA19CB; }
span { border-color: rgb(186,25,203); }
td.TdClassName
{
border-color: #BA19CB;
}
.TagClassName
{
border-color: #BA19CB;
}
</style>