Shades of Deep Magenta #BA1FC3
Tints of Deep Magenta #BA1FC3
RGB
CMYK
RGB Variations
Color information
#BA1FC3 (or 0xBA1FC3) is known color: Deep Magenta. HEX triplet: BA, 1F and C3. RGB value is (186,31,195). Sum of RGB (Red+Green+Blue) = 186+31+195=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA1FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FC3 is #45E03C. Grayscale: #5F5F5F. Windows color (decimal): -4579389 or 12787642. OLE color: 12787642.
HSL color Cylindrical-coordinate representation of color #BA1FC3: hue angle of 296.71º degrees, saturation: 0.73, 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 #BA1FC3 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 31 | 195 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.24 |
| HSL | 296.71º | 0.73% | 0.44% | - |
| HSV(B) | 296.71º | 0.84% | 0.76% | - |
| XYZ | 30.59 | 15.36 | 52.98 | - |
| YUV | 96.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 195 | 0.05 | 0.84 | 0 | 0.24 | 296.71 | 0.73 | 0.44 |
| Hex | BA | 1F | C3 | 5 | 54 | 0 | 18 | 129 | 49 | 2C |
| Octal | 272 | 37 | 303 | 5 | 124 | 0 | 30 | 451 | 111 | 54 |
| Binary | 10111010 | 11111 | 11000011 | 101 | 1010100 | 0 | 11000 | 100101001 | 1001001 | 101100 |
Color Harmonies of #BA1FC3
Complementary color
Monochromatic Colors of #BA1FC3
Black with #BA1FC3
Text Example
Text Example
White with #BA1FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FC3; }
p { color: rgb(186,31,195); }
H1.HeaderClassName
{
color: #BA1FC3;
}
.AnyTagClassName
{
color: #BA1FC3;
}
</style>
background-color css
<style>
a { background-color: #BA1FC3; }
a { background-color: rgb(186,31,195); }
div.DivClassName
{
background-color: #BA1FC3;
}
.BgClassName
{
background-color: #BA1FC3;
}
</style>
border-color css
<style>
span { border-color: #BA1FC3; }
span { border-color: rgb(186,31,195); }
td.TdClassName
{
border-color: #BA1FC3;
}
.TagClassName
{
border-color: #BA1FC3;
}
</style>