Shades of Deep Magenta #BC1EDE
Tints of Deep Magenta #BC1EDE
RGB
CMYK
RGB Variations
Color information
#BC1EDE (or 0xBC1EDE) is known color: Deep Magenta. HEX triplet: BC, 1E and DE. RGB value is (188,30,222). Sum of RGB (Red+Green+Blue) = 188+30+222=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EDE is #43E121. Grayscale: #626262. Windows color (decimal): -4448546 or 14556860. OLE color: 14556860.
HSL color Cylindrical-coordinate representation of color #BC1EDE: hue angle of 289.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1EDE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 30 | 222 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.13 |
| HSL | 289.38º | 0.76% | 0.49% | - |
| HSV(B) | 289.38º | 0.86% | 0.87% | - |
| XYZ | 34.39 | 16.89 | 70.56 | - |
| YUV | 99.13 | 197.35 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 222 | 0.15 | 0.86 | 0 | 0.13 | 289.38 | 0.76 | 0.49 |
| Hex | BC | 1E | DE | F | 56 | 0 | D | 121 | 4C | 31 |
| Octal | 274 | 36 | 336 | 17 | 126 | 0 | 15 | 441 | 114 | 61 |
| Binary | 10111100 | 11110 | 11011110 | 1111 | 1010110 | 0 | 1101 | 100100001 | 1001100 | 110001 |
Color Harmonies of #BC1EDE
Complementary color
Monochromatic Colors of #BC1EDE
Black with #BC1EDE
Text Example
Text Example
White with #BC1EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EDE; }
p { color: rgb(188,30,222); }
H1.HeaderClassName
{
color: #BC1EDE;
}
.AnyTagClassName
{
color: #BC1EDE;
}
</style>
background-color css
<style>
a { background-color: #BC1EDE; }
a { background-color: rgb(188,30,222); }
div.DivClassName
{
background-color: #BC1EDE;
}
.BgClassName
{
background-color: #BC1EDE;
}
</style>
border-color css
<style>
span { border-color: #BC1EDE; }
span { border-color: rgb(188,30,222); }
td.TdClassName
{
border-color: #BC1EDE;
}
.TagClassName
{
border-color: #BC1EDE;
}
</style>