Shades of Deep Magenta #BA1FC5
Tints of Deep Magenta #BA1FC5
RGB
CMYK
RGB Variations
Color information
#BA1FC5 (or 0xBA1FC5) is known color: Deep Magenta. HEX triplet: BA, 1F and C5. RGB value is (186,31,197). Sum of RGB (Red+Green+Blue) = 186+31+197=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA1FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FC5 is #45E03A. Grayscale: #5F5F5F. Windows color (decimal): -4579387 or 12918714. OLE color: 12918714.
HSL color Cylindrical-coordinate representation of color #BA1FC5: hue angle of 296.02º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1FC5 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 31 | 197 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.23 |
| HSL | 296.02º | 0.73% | 0.45% | - |
| HSV(B) | 296.02º | 0.84% | 0.77% | - |
| XYZ | 30.82 | 15.45 | 54.18 | - |
| YUV | 96.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 197 | 0.06 | 0.84 | 0 | 0.23 | 296.02 | 0.73 | 0.45 |
| Hex | BA | 1F | C5 | 6 | 54 | 0 | 17 | 128 | 49 | 2D |
| Octal | 272 | 37 | 305 | 6 | 124 | 0 | 27 | 450 | 111 | 55 |
| Binary | 10111010 | 11111 | 11000101 | 110 | 1010100 | 0 | 10111 | 100101000 | 1001001 | 101101 |
Color Harmonies of #BA1FC5
Complementary color
Monochromatic Colors of #BA1FC5
Black with #BA1FC5
Text Example
Text Example
White with #BA1FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FC5; }
p { color: rgb(186,31,197); }
H1.HeaderClassName
{
color: #BA1FC5;
}
.AnyTagClassName
{
color: #BA1FC5;
}
</style>
background-color css
<style>
a { background-color: #BA1FC5; }
a { background-color: rgb(186,31,197); }
div.DivClassName
{
background-color: #BA1FC5;
}
.BgClassName
{
background-color: #BA1FC5;
}
</style>
border-color css
<style>
span { border-color: #BA1FC5; }
span { border-color: rgb(186,31,197); }
td.TdClassName
{
border-color: #BA1FC5;
}
.TagClassName
{
border-color: #BA1FC5;
}
</style>