Shades of Deep Magenta #BC1EB7
Tints of Deep Magenta #BC1EB7
RGB
CMYK
RGB Variations
Color information
#BC1EB7 (or 0xBC1EB7) is known color: Deep Magenta. HEX triplet: BC, 1E and B7. RGB value is (188,30,183). Sum of RGB (Red+Green+Blue) = 188+30+183=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EB7 is #43E148. Grayscale: #5E5E5E. Windows color (decimal): -4448585 or 12000956. OLE color: 12000956.
HSL color Cylindrical-coordinate representation of color #BC1EB7: hue angle of 301.9º 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 #BC1EB7 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 183 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.26 |
| HSL | 301.9º | 0.72% | 0.43% | - |
| HSV(B) | 301.9º | 0.84% | 0.74% | - |
| XYZ | 29.75 | 15.04 | 46.13 | - |
| YUV | 94.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 183 | 0 | 0.84 | 0.03 | 0.26 | 301.9 | 0.72 | 0.43 |
| Hex | BC | 1E | B7 | 0 | 54 | 3 | 1A | 12E | 48 | 2B |
| Octal | 274 | 36 | 267 | 0 | 124 | 3 | 32 | 456 | 110 | 53 |
| Binary | 10111100 | 11110 | 10110111 | 0 | 1010100 | 11 | 11010 | 100101110 | 1001000 | 101011 |
Color Harmonies of #BC1EB7
Complementary color
Monochromatic Colors of #BC1EB7
Black with #BC1EB7
Text Example
Text Example
White with #BC1EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EB7; }
p { color: rgb(188,30,183); }
H1.HeaderClassName
{
color: #BC1EB7;
}
.AnyTagClassName
{
color: #BC1EB7;
}
</style>
background-color css
<style>
a { background-color: #BC1EB7; }
a { background-color: rgb(188,30,183); }
div.DivClassName
{
background-color: #BC1EB7;
}
.BgClassName
{
background-color: #BC1EB7;
}
</style>
border-color css
<style>
span { border-color: #BC1EB7; }
span { border-color: rgb(188,30,183); }
td.TdClassName
{
border-color: #BC1EB7;
}
.TagClassName
{
border-color: #BC1EB7;
}
</style>