Shades of Deep Magenta #BA19B3
Tints of Deep Magenta #BA19B3
RGB
CMYK
RGB Variations
Color information
#BA19B3 (or 0xBA19B3) is known color: Deep Magenta. HEX triplet: BA, 19 and B3. RGB value is (186,25,179). Sum of RGB (Red+Green+Blue) = 186+25+179=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19B3 is #45E64C. Grayscale: #5A5A5A. Windows color (decimal): -4580941 or 11737530. OLE color: 11737530.
HSL color Cylindrical-coordinate representation of color #BA19B3: hue angle of 302.61º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA19B3 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 179 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.27 |
| HSL | 302.61º | 0.76% | 0.41% | - |
| HSV(B) | 302.61º | 0.87% | 0.73% | - |
| XYZ | 28.73 | 14.39 | 43.91 | - |
| YUV | 90.7 | 177.84 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 179 | 0 | 0.87 | 0.04 | 0.27 | 302.61 | 0.76 | 0.41 |
| Hex | BA | 19 | B3 | 0 | 57 | 4 | 1B | 12F | 4C | 29 |
| Octal | 272 | 31 | 263 | 0 | 127 | 4 | 33 | 457 | 114 | 51 |
| Binary | 10111010 | 11001 | 10110011 | 0 | 1010111 | 100 | 11011 | 100101111 | 1001100 | 101001 |
Color Harmonies of #BA19B3
Complementary color
Monochromatic Colors of #BA19B3
Black with #BA19B3
Text Example
Text Example
White with #BA19B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19B3; }
p { color: rgb(186,25,179); }
H1.HeaderClassName
{
color: #BA19B3;
}
.AnyTagClassName
{
color: #BA19B3;
}
</style>
background-color css
<style>
a { background-color: #BA19B3; }
a { background-color: rgb(186,25,179); }
div.DivClassName
{
background-color: #BA19B3;
}
.BgClassName
{
background-color: #BA19B3;
}
</style>
border-color css
<style>
span { border-color: #BA19B3; }
span { border-color: rgb(186,25,179); }
td.TdClassName
{
border-color: #BA19B3;
}
.TagClassName
{
border-color: #BA19B3;
}
</style>