Shades of Deep Magenta #BC1EB3
Tints of Deep Magenta #BC1EB3
RGB
CMYK
RGB Variations
Color information
#BC1EB3 (or 0xBC1EB3) is known color: Deep Magenta. HEX triplet: BC, 1E and B3. RGB value is (188,30,179). Sum of RGB (Red+Green+Blue) = 188+30+179=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EB3 is #43E14C. Grayscale: #5D5D5D. Windows color (decimal): -4448589 or 11738812. OLE color: 11738812.
HSL color Cylindrical-coordinate representation of color #BC1EB3: hue angle of 303.42º 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 #BC1EB3 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 179 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.26 |
| HSL | 303.42º | 0.72% | 0.43% | - |
| HSV(B) | 303.42º | 0.84% | 0.74% | - |
| XYZ | 29.34 | 14.87 | 43.97 | - |
| YUV | 94.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 179 | 0 | 0.84 | 0.05 | 0.26 | 303.42 | 0.72 | 0.43 |
| Hex | BC | 1E | B3 | 0 | 54 | 5 | 1A | 12F | 48 | 2B |
| Octal | 274 | 36 | 263 | 0 | 124 | 5 | 32 | 457 | 110 | 53 |
| Binary | 10111100 | 11110 | 10110011 | 0 | 1010100 | 101 | 11010 | 100101111 | 1001000 | 101011 |
Color Harmonies of #BC1EB3
Complementary color
Monochromatic Colors of #BC1EB3
Black with #BC1EB3
Text Example
Text Example
White with #BC1EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EB3; }
p { color: rgb(188,30,179); }
H1.HeaderClassName
{
color: #BC1EB3;
}
.AnyTagClassName
{
color: #BC1EB3;
}
</style>
background-color css
<style>
a { background-color: #BC1EB3; }
a { background-color: rgb(188,30,179); }
div.DivClassName
{
background-color: #BC1EB3;
}
.BgClassName
{
background-color: #BC1EB3;
}
</style>
border-color css
<style>
span { border-color: #BC1EB3; }
span { border-color: rgb(188,30,179); }
td.TdClassName
{
border-color: #BC1EB3;
}
.TagClassName
{
border-color: #BC1EB3;
}
</style>