Shades of Deep Magenta #BA1FC0
Tints of Deep Magenta #BA1FC0
RGB
CMYK
RGB Variations
Color information
#BA1FC0 (or 0xBA1FC0) is known color: Deep Magenta. HEX triplet: BA, 1F and C0. RGB value is (186,31,192). Sum of RGB (Red+Green+Blue) = 186+31+192=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA1FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FC0 is #45E03F. Grayscale: #5F5F5F. Windows color (decimal): -4579392 or 12591034. OLE color: 12591034.
HSL color Cylindrical-coordinate representation of color #BA1FC0: hue angle of 297.76º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1FC0 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 31 | 192 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.25 |
| HSL | 297.76º | 0.72% | 0.44% | - |
| HSV(B) | 297.76º | 0.84% | 0.75% | - |
| XYZ | 30.25 | 15.22 | 51.21 | - |
| YUV | 95.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 192 | 0.03 | 0.84 | 0 | 0.25 | 297.76 | 0.72 | 0.44 |
| Hex | BA | 1F | C0 | 3 | 54 | 0 | 19 | 12A | 48 | 2C |
| Octal | 272 | 37 | 300 | 3 | 124 | 0 | 31 | 452 | 110 | 54 |
| Binary | 10111010 | 11111 | 11000000 | 11 | 1010100 | 0 | 11001 | 100101010 | 1001000 | 101100 |
Color Harmonies of #BA1FC0
Complementary color
Monochromatic Colors of #BA1FC0
Black with #BA1FC0
Text Example
Text Example
White with #BA1FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FC0; }
p { color: rgb(186,31,192); }
H1.HeaderClassName
{
color: #BA1FC0;
}
.AnyTagClassName
{
color: #BA1FC0;
}
</style>
background-color css
<style>
a { background-color: #BA1FC0; }
a { background-color: rgb(186,31,192); }
div.DivClassName
{
background-color: #BA1FC0;
}
.BgClassName
{
background-color: #BA1FC0;
}
</style>
border-color css
<style>
span { border-color: #BA1FC0; }
span { border-color: rgb(186,31,192); }
td.TdClassName
{
border-color: #BA1FC0;
}
.TagClassName
{
border-color: #BA1FC0;
}
</style>