Shades of Deep Magenta #BC1FBA
Tints of Deep Magenta #BC1FBA
RGB
CMYK
RGB Variations
Color information
#BC1FBA (or 0xBC1FBA) is known color: Deep Magenta. HEX triplet: BC, 1F and BA. RGB value is (188,31,186). Sum of RGB (Red+Green+Blue) = 188+31+186=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1FBA is #43E045. Grayscale: #5F5F5F. Windows color (decimal): -4448326 or 12197820. OLE color: 12197820.
HSL color Cylindrical-coordinate representation of color #BC1FBA: hue angle of 300.76º 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 #BC1FBA is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 186 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.26 |
| HSL | 300.76º | 0.72% | 0.43% | - |
| HSV(B) | 300.76º | 0.84% | 0.74% | - |
| XYZ | 30.09 | 15.22 | 47.81 | - |
| YUV | 95.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 186 | 0 | 0.84 | 0.01 | 0.26 | 300.76 | 0.72 | 0.43 |
| Hex | BC | 1F | BA | 0 | 54 | 1 | 1A | 12D | 48 | 2B |
| Octal | 274 | 37 | 272 | 0 | 124 | 1 | 32 | 455 | 110 | 53 |
| Binary | 10111100 | 11111 | 10111010 | 0 | 1010100 | 1 | 11010 | 100101101 | 1001000 | 101011 |
Color Harmonies of #BC1FBA
Complementary color
Monochromatic Colors of #BC1FBA
Black with #BC1FBA
Text Example
Text Example
White with #BC1FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1FBA; }
p { color: rgb(188,31,186); }
H1.HeaderClassName
{
color: #BC1FBA;
}
.AnyTagClassName
{
color: #BC1FBA;
}
</style>
background-color css
<style>
a { background-color: #BC1FBA; }
a { background-color: rgb(188,31,186); }
div.DivClassName
{
background-color: #BC1FBA;
}
.BgClassName
{
background-color: #BC1FBA;
}
</style>
border-color css
<style>
span { border-color: #BC1FBA; }
span { border-color: rgb(188,31,186); }
td.TdClassName
{
border-color: #BC1FBA;
}
.TagClassName
{
border-color: #BC1FBA;
}
</style>