Shades of Deep Magenta #BA1FC2
Tints of Deep Magenta #BA1FC2
RGB
CMYK
RGB Variations
Color information
#BA1FC2 (or 0xBA1FC2) is known color: Deep Magenta. HEX triplet: BA, 1F and C2. RGB value is (186,31,194). Sum of RGB (Red+Green+Blue) = 186+31+194=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA1FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FC2 is #45E03D. Grayscale: #5F5F5F. Windows color (decimal): -4579390 or 12722106. OLE color: 12722106.
HSL color Cylindrical-coordinate representation of color #BA1FC2: hue angle of 297.06º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1FC2 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 31 | 194 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.24 |
| HSL | 297.06º | 0.72% | 0.44% | - |
| HSV(B) | 297.06º | 0.84% | 0.76% | - |
| XYZ | 30.48 | 15.31 | 52.39 | - |
| YUV | 95.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 194 | 0.04 | 0.84 | 0 | 0.24 | 297.06 | 0.72 | 0.44 |
| Hex | BA | 1F | C2 | 4 | 54 | 0 | 18 | 129 | 48 | 2C |
| Octal | 272 | 37 | 302 | 4 | 124 | 0 | 30 | 451 | 110 | 54 |
| Binary | 10111010 | 11111 | 11000010 | 100 | 1010100 | 0 | 11000 | 100101001 | 1001000 | 101100 |
Color Harmonies of #BA1FC2
Complementary color
Monochromatic Colors of #BA1FC2
Black with #BA1FC2
Text Example
Text Example
White with #BA1FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FC2; }
p { color: rgb(186,31,194); }
H1.HeaderClassName
{
color: #BA1FC2;
}
.AnyTagClassName
{
color: #BA1FC2;
}
</style>
background-color css
<style>
a { background-color: #BA1FC2; }
a { background-color: rgb(186,31,194); }
div.DivClassName
{
background-color: #BA1FC2;
}
.BgClassName
{
background-color: #BA1FC2;
}
</style>
border-color css
<style>
span { border-color: #BA1FC2; }
span { border-color: rgb(186,31,194); }
td.TdClassName
{
border-color: #BA1FC2;
}
.TagClassName
{
border-color: #BA1FC2;
}
</style>