Shades of Deep Magenta #BA19BC
Tints of Deep Magenta #BA19BC
RGB
CMYK
RGB Variations
Color information
#BA19BC (or 0xBA19BC) is known color: Deep Magenta. HEX triplet: BA, 19 and BC. RGB value is (186,25,188). Sum of RGB (Red+Green+Blue) = 186+25+188=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA19BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19BC is #45E643. Grayscale: #5B5B5B. Windows color (decimal): -4580932 or 12327354. OLE color: 12327354.
HSL color Cylindrical-coordinate representation of color #BA19BC: hue angle of 299.26º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA19BC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 25 | 188 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.26 |
| HSL | 299.26º | 0.77% | 0.42% | - |
| HSV(B) | 299.26º | 0.87% | 0.74% | - |
| XYZ | 29.67 | 14.77 | 48.86 | - |
| YUV | 91.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 188 | 0.01 | 0.87 | 0 | 0.26 | 299.26 | 0.77 | 0.42 |
| Hex | BA | 19 | BC | 1 | 57 | 0 | 1A | 12B | 4D | 2A |
| Octal | 272 | 31 | 274 | 1 | 127 | 0 | 32 | 453 | 115 | 52 |
| Binary | 10111010 | 11001 | 10111100 | 1 | 1010111 | 0 | 11010 | 100101011 | 1001101 | 101010 |
Color Harmonies of #BA19BC
Complementary color
Monochromatic Colors of #BA19BC
Black with #BA19BC
Text Example
Text Example
White with #BA19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19BC; }
p { color: rgb(186,25,188); }
H1.HeaderClassName
{
color: #BA19BC;
}
.AnyTagClassName
{
color: #BA19BC;
}
</style>
background-color css
<style>
a { background-color: #BA19BC; }
a { background-color: rgb(186,25,188); }
div.DivClassName
{
background-color: #BA19BC;
}
.BgClassName
{
background-color: #BA19BC;
}
</style>
border-color css
<style>
span { border-color: #BA19BC; }
span { border-color: rgb(186,25,188); }
td.TdClassName
{
border-color: #BA19BC;
}
.TagClassName
{
border-color: #BA19BC;
}
</style>