Shades of Deep Magenta #BA1FC1
Tints of Deep Magenta #BA1FC1
RGB
CMYK
RGB Variations
Color information
#BA1FC1 (or 0xBA1FC1) is known color: Deep Magenta. HEX triplet: BA, 1F and C1. RGB value is (186,31,193). Sum of RGB (Red+Green+Blue) = 186+31+193=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA1FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FC1 is #45E03E. Grayscale: #5F5F5F. Windows color (decimal): -4579391 or 12656570. OLE color: 12656570.
HSL color Cylindrical-coordinate representation of color #BA1FC1: hue angle of 297.41º 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 #BA1FC1 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 31 | 193 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.24 |
| HSL | 297.41º | 0.72% | 0.44% | - |
| HSV(B) | 297.41º | 0.84% | 0.76% | - |
| XYZ | 30.37 | 15.27 | 51.8 | - |
| YUV | 95.81 | 182.85 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 193 | 0.04 | 0.84 | 0 | 0.24 | 297.41 | 0.72 | 0.44 |
| Hex | BA | 1F | C1 | 4 | 54 | 0 | 18 | 129 | 48 | 2C |
| Octal | 272 | 37 | 301 | 4 | 124 | 0 | 30 | 451 | 110 | 54 |
| Binary | 10111010 | 11111 | 11000001 | 100 | 1010100 | 0 | 11000 | 100101001 | 1001000 | 101100 |
Color Harmonies of #BA1FC1
Complementary color
Monochromatic Colors of #BA1FC1
Black with #BA1FC1
Text Example
Text Example
White with #BA1FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FC1; }
p { color: rgb(186,31,193); }
H1.HeaderClassName
{
color: #BA1FC1;
}
.AnyTagClassName
{
color: #BA1FC1;
}
</style>
background-color css
<style>
a { background-color: #BA1FC1; }
a { background-color: rgb(186,31,193); }
div.DivClassName
{
background-color: #BA1FC1;
}
.BgClassName
{
background-color: #BA1FC1;
}
</style>
border-color css
<style>
span { border-color: #BA1FC1; }
span { border-color: rgb(186,31,193); }
td.TdClassName
{
border-color: #BA1FC1;
}
.TagClassName
{
border-color: #BA1FC1;
}
</style>