Shades of Deep Magenta #BC1ED0
Tints of Deep Magenta #BC1ED0
RGB
CMYK
RGB Variations
Color information
#BC1ED0 (or 0xBC1ED0) is known color: Deep Magenta. HEX triplet: BC, 1E and D0. RGB value is (188,30,208). Sum of RGB (Red+Green+Blue) = 188+30+208=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC1ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ED0 is #43E12F. Grayscale: #606060. Windows color (decimal): -4448560 or 13639356. OLE color: 13639356.
HSL color Cylindrical-coordinate representation of color #BC1ED0: hue angle of 293.26º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1ED0 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 30 | 208 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.18 |
| HSL | 293.26º | 0.75% | 0.47% | - |
| HSV(B) | 293.26º | 0.86% | 0.82% | - |
| XYZ | 32.59 | 16.17 | 61.08 | - |
| YUV | 97.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 208 | 0.10 | 0.86 | 0 | 0.18 | 293.26 | 0.75 | 0.47 |
| Hex | BC | 1E | D0 | A | 56 | 0 | 12 | 125 | 4B | 2F |
| Octal | 274 | 36 | 320 | 12 | 126 | 0 | 22 | 445 | 113 | 57 |
| Binary | 10111100 | 11110 | 11010000 | 1010 | 1010110 | 0 | 10010 | 100100101 | 1001011 | 101111 |
Color Harmonies of #BC1ED0
Complementary color
Monochromatic Colors of #BC1ED0
Black with #BC1ED0
Text Example
Text Example
White with #BC1ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ED0; }
p { color: rgb(188,30,208); }
H1.HeaderClassName
{
color: #BC1ED0;
}
.AnyTagClassName
{
color: #BC1ED0;
}
</style>
background-color css
<style>
a { background-color: #BC1ED0; }
a { background-color: rgb(188,30,208); }
div.DivClassName
{
background-color: #BC1ED0;
}
.BgClassName
{
background-color: #BC1ED0;
}
</style>
border-color css
<style>
span { border-color: #BC1ED0; }
span { border-color: rgb(188,30,208); }
td.TdClassName
{
border-color: #BC1ED0;
}
.TagClassName
{
border-color: #BC1ED0;
}
</style>