Shades of Deep Magenta #BC1EB0
Tints of Deep Magenta #BC1EB0
RGB
CMYK
RGB Variations
Color information
#BC1EB0 (or 0xBC1EB0) is known color: Deep Magenta. HEX triplet: BC, 1E and B0. RGB value is (188,30,176). Sum of RGB (Red+Green+Blue) = 188+30+176=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1EB0 is #43E14F. Grayscale: #5D5D5D. Windows color (decimal): -4448592 or 11542204. OLE color: 11542204.
HSL color Cylindrical-coordinate representation of color #BC1EB0: hue angle of 304.56º 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 #BC1EB0 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 176 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.26 |
| HSL | 304.56º | 0.72% | 0.43% | - |
| HSV(B) | 304.56º | 0.84% | 0.74% | - |
| XYZ | 29.04 | 14.75 | 42.39 | - |
| YUV | 93.89 | 174.35 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 176 | 0 | 0.84 | 0.06 | 0.26 | 304.56 | 0.72 | 0.43 |
| Hex | BC | 1E | B0 | 0 | 54 | 6 | 1A | 131 | 48 | 2B |
| Octal | 274 | 36 | 260 | 0 | 124 | 6 | 32 | 461 | 110 | 53 |
| Binary | 10111100 | 11110 | 10110000 | 0 | 1010100 | 110 | 11010 | 100110001 | 1001000 | 101011 |
Color Harmonies of #BC1EB0
Complementary color
Monochromatic Colors of #BC1EB0
Black with #BC1EB0
Text Example
Text Example
White with #BC1EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EB0; }
p { color: rgb(188,30,176); }
H1.HeaderClassName
{
color: #BC1EB0;
}
.AnyTagClassName
{
color: #BC1EB0;
}
</style>
background-color css
<style>
a { background-color: #BC1EB0; }
a { background-color: rgb(188,30,176); }
div.DivClassName
{
background-color: #BC1EB0;
}
.BgClassName
{
background-color: #BC1EB0;
}
</style>
border-color css
<style>
span { border-color: #BC1EB0; }
span { border-color: rgb(188,30,176); }
td.TdClassName
{
border-color: #BC1EB0;
}
.TagClassName
{
border-color: #BC1EB0;
}
</style>