Shades of Deep Magenta #BA1FC7
Tints of Deep Magenta #BA1FC7
RGB
CMYK
RGB Variations
Color information
#BA1FC7 (or 0xBA1FC7) is known color: Deep Magenta. HEX triplet: BA, 1F and C7. RGB value is (186,31,199). Sum of RGB (Red+Green+Blue) = 186+31+199=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA1FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FC7 is #45E038. Grayscale: #5F5F5F. Windows color (decimal): -4579385 or 13049786. OLE color: 13049786.
HSL color Cylindrical-coordinate representation of color #BA1FC7: hue angle of 295.36º 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 #BA1FC7 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 31 | 199 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.22 |
| HSL | 295.36º | 0.73% | 0.45% | - |
| HSV(B) | 295.36º | 0.84% | 0.78% | - |
| XYZ | 31.05 | 15.54 | 55.4 | - |
| YUV | 96.5 | 185.85 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 199 | 0.07 | 0.84 | 0 | 0.22 | 295.36 | 0.73 | 0.45 |
| Hex | BA | 1F | C7 | 7 | 54 | 0 | 16 | 127 | 49 | 2D |
| Octal | 272 | 37 | 307 | 7 | 124 | 0 | 26 | 447 | 111 | 55 |
| Binary | 10111010 | 11111 | 11000111 | 111 | 1010100 | 0 | 10110 | 100100111 | 1001001 | 101101 |
Color Harmonies of #BA1FC7
Complementary color
Monochromatic Colors of #BA1FC7
Black with #BA1FC7
Text Example
Text Example
White with #BA1FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FC7; }
p { color: rgb(186,31,199); }
H1.HeaderClassName
{
color: #BA1FC7;
}
.AnyTagClassName
{
color: #BA1FC7;
}
</style>
background-color css
<style>
a { background-color: #BA1FC7; }
a { background-color: rgb(186,31,199); }
div.DivClassName
{
background-color: #BA1FC7;
}
.BgClassName
{
background-color: #BA1FC7;
}
</style>
border-color css
<style>
span { border-color: #BA1FC7; }
span { border-color: rgb(186,31,199); }
td.TdClassName
{
border-color: #BA1FC7;
}
.TagClassName
{
border-color: #BA1FC7;
}
</style>