Shades of Deep Magenta #BC1EB2
Tints of Deep Magenta #BC1EB2
RGB
CMYK
RGB Variations
Color information
#BC1EB2 (or 0xBC1EB2) is known color: Deep Magenta. HEX triplet: BC, 1E and B2. RGB value is (188,30,178). Sum of RGB (Red+Green+Blue) = 188+30+178=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1EB2 is #43E14D. Grayscale: #5D5D5D. Windows color (decimal): -4448590 or 11673276. OLE color: 11673276.
HSL color Cylindrical-coordinate representation of color #BC1EB2: hue angle of 303.8º 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 #BC1EB2 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 178 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.26 |
| HSL | 303.8º | 0.72% | 0.43% | - |
| HSV(B) | 303.8º | 0.84% | 0.74% | - |
| XYZ | 29.24 | 14.83 | 43.44 | - |
| YUV | 94.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 178 | 0 | 0.84 | 0.05 | 0.26 | 303.8 | 0.72 | 0.43 |
| Hex | BC | 1E | B2 | 0 | 54 | 5 | 1A | 130 | 48 | 2B |
| Octal | 274 | 36 | 262 | 0 | 124 | 5 | 32 | 460 | 110 | 53 |
| Binary | 10111100 | 11110 | 10110010 | 0 | 1010100 | 101 | 11010 | 100110000 | 1001000 | 101011 |
Color Harmonies of #BC1EB2
Complementary color
Monochromatic Colors of #BC1EB2
Black with #BC1EB2
Text Example
Text Example
White with #BC1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EB2; }
p { color: rgb(188,30,178); }
H1.HeaderClassName
{
color: #BC1EB2;
}
.AnyTagClassName
{
color: #BC1EB2;
}
</style>
background-color css
<style>
a { background-color: #BC1EB2; }
a { background-color: rgb(188,30,178); }
div.DivClassName
{
background-color: #BC1EB2;
}
.BgClassName
{
background-color: #BC1EB2;
}
</style>
border-color css
<style>
span { border-color: #BC1EB2; }
span { border-color: rgb(188,30,178); }
td.TdClassName
{
border-color: #BC1EB2;
}
.TagClassName
{
border-color: #BC1EB2;
}
</style>