Shades of Deep Magenta #BC1EB5
Tints of Deep Magenta #BC1EB5
RGB
CMYK
RGB Variations
Color information
#BC1EB5 (or 0xBC1EB5) is known color: Deep Magenta. HEX triplet: BC, 1E and B5. RGB value is (188,30,181). Sum of RGB (Red+Green+Blue) = 188+30+181=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EB5 is #43E14A. Grayscale: #5E5E5E. Windows color (decimal): -4448587 or 11869884. OLE color: 11869884.
HSL color Cylindrical-coordinate representation of color #BC1EB5: hue angle of 302.66º 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 #BC1EB5 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 181 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.26 |
| HSL | 302.66º | 0.72% | 0.43% | - |
| HSV(B) | 302.66º | 0.84% | 0.74% | - |
| XYZ | 29.54 | 14.96 | 45.05 | - |
| YUV | 94.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 181 | 0 | 0.84 | 0.04 | 0.26 | 302.66 | 0.72 | 0.43 |
| Hex | BC | 1E | B5 | 0 | 54 | 4 | 1A | 12F | 48 | 2B |
| Octal | 274 | 36 | 265 | 0 | 124 | 4 | 32 | 457 | 110 | 53 |
| Binary | 10111100 | 11110 | 10110101 | 0 | 1010100 | 100 | 11010 | 100101111 | 1001000 | 101011 |
Color Harmonies of #BC1EB5
Complementary color
Monochromatic Colors of #BC1EB5
Black with #BC1EB5
Text Example
Text Example
White with #BC1EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EB5; }
p { color: rgb(188,30,181); }
H1.HeaderClassName
{
color: #BC1EB5;
}
.AnyTagClassName
{
color: #BC1EB5;
}
</style>
background-color css
<style>
a { background-color: #BC1EB5; }
a { background-color: rgb(188,30,181); }
div.DivClassName
{
background-color: #BC1EB5;
}
.BgClassName
{
background-color: #BC1EB5;
}
</style>
border-color css
<style>
span { border-color: #BC1EB5; }
span { border-color: rgb(188,30,181); }
td.TdClassName
{
border-color: #BC1EB5;
}
.TagClassName
{
border-color: #BC1EB5;
}
</style>