Shades of Deep Magenta #BA1FC6
Tints of Deep Magenta #BA1FC6
RGB
CMYK
RGB Variations
Color information
#BA1FC6 (or 0xBA1FC6) is known color: Deep Magenta. HEX triplet: BA, 1F and C6. RGB value is (186,31,198). Sum of RGB (Red+Green+Blue) = 186+31+198=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA1FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FC6 is #45E039. Grayscale: #5F5F5F. Windows color (decimal): -4579386 or 12984250. OLE color: 12984250.
HSL color Cylindrical-coordinate representation of color #BA1FC6: hue angle of 295.69º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1FC6 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 31 | 198 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.22 |
| HSL | 295.69º | 0.73% | 0.45% | - |
| HSV(B) | 295.69º | 0.84% | 0.78% | - |
| XYZ | 30.93 | 15.5 | 54.79 | - |
| YUV | 96.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 198 | 0.06 | 0.84 | 0 | 0.22 | 295.69 | 0.73 | 0.45 |
| Hex | BA | 1F | C6 | 6 | 54 | 0 | 16 | 128 | 49 | 2D |
| Octal | 272 | 37 | 306 | 6 | 124 | 0 | 26 | 450 | 111 | 55 |
| Binary | 10111010 | 11111 | 11000110 | 110 | 1010100 | 0 | 10110 | 100101000 | 1001001 | 101101 |
Color Harmonies of #BA1FC6
Complementary color
Monochromatic Colors of #BA1FC6
Black with #BA1FC6
Text Example
Text Example
White with #BA1FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FC6; }
p { color: rgb(186,31,198); }
H1.HeaderClassName
{
color: #BA1FC6;
}
.AnyTagClassName
{
color: #BA1FC6;
}
</style>
background-color css
<style>
a { background-color: #BA1FC6; }
a { background-color: rgb(186,31,198); }
div.DivClassName
{
background-color: #BA1FC6;
}
.BgClassName
{
background-color: #BA1FC6;
}
</style>
border-color css
<style>
span { border-color: #BA1FC6; }
span { border-color: rgb(186,31,198); }
td.TdClassName
{
border-color: #BA1FC6;
}
.TagClassName
{
border-color: #BA1FC6;
}
</style>