Shades of Deep Magenta #BA1FBC
Tints of Deep Magenta #BA1FBC
RGB
CMYK
RGB Variations
Color information
#BA1FBC (or 0xBA1FBC) is known color: Deep Magenta. HEX triplet: BA, 1F and BC. RGB value is (186,31,188). Sum of RGB (Red+Green+Blue) = 186+31+188=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA1FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FBC is #45E043. Grayscale: #5E5E5E. Windows color (decimal): -4579396 or 12328890. OLE color: 12328890.
HSL color Cylindrical-coordinate representation of color #BA1FBC: hue angle of 299.24º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1FBC is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 31 | 188 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.26 |
| HSL | 299.24º | 0.72% | 0.43% | - |
| HSV(B) | 299.24º | 0.84% | 0.74% | - |
| XYZ | 29.82 | 15.05 | 48.91 | - |
| YUV | 95.24 | 180.35 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 188 | 0.01 | 0.84 | 0 | 0.26 | 299.24 | 0.72 | 0.43 |
| Hex | BA | 1F | BC | 1 | 54 | 0 | 1A | 12B | 48 | 2B |
| Octal | 272 | 37 | 274 | 1 | 124 | 0 | 32 | 453 | 110 | 53 |
| Binary | 10111010 | 11111 | 10111100 | 1 | 1010100 | 0 | 11010 | 100101011 | 1001000 | 101011 |
Color Harmonies of #BA1FBC
Complementary color
Monochromatic Colors of #BA1FBC
Black with #BA1FBC
Text Example
Text Example
White with #BA1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FBC; }
p { color: rgb(186,31,188); }
H1.HeaderClassName
{
color: #BA1FBC;
}
.AnyTagClassName
{
color: #BA1FBC;
}
</style>
background-color css
<style>
a { background-color: #BA1FBC; }
a { background-color: rgb(186,31,188); }
div.DivClassName
{
background-color: #BA1FBC;
}
.BgClassName
{
background-color: #BA1FBC;
}
</style>
border-color css
<style>
span { border-color: #BA1FBC; }
span { border-color: rgb(186,31,188); }
td.TdClassName
{
border-color: #BA1FBC;
}
.TagClassName
{
border-color: #BA1FBC;
}
</style>