Shades of Deep Magenta #BC1EDB
Tints of Deep Magenta #BC1EDB
RGB
CMYK
RGB Variations
Color information
#BC1EDB (or 0xBC1EDB) is known color: Deep Magenta. HEX triplet: BC, 1E and DB. RGB value is (188,30,219). Sum of RGB (Red+Green+Blue) = 188+30+219=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1EDB is #43E124. Grayscale: #626262. Windows color (decimal): -4448549 or 14360252. OLE color: 14360252.
HSL color Cylindrical-coordinate representation of color #BC1EDB: hue angle of 290.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1EDB is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 30 | 219 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.14 |
| HSL | 290.16º | 0.76% | 0.49% | - |
| HSV(B) | 290.16º | 0.86% | 0.86% | - |
| XYZ | 33.99 | 16.73 | 68.46 | - |
| YUV | 98.79 | 195.85 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 219 | 0.14 | 0.86 | 0 | 0.14 | 290.16 | 0.76 | 0.49 |
| Hex | BC | 1E | DB | E | 56 | 0 | E | 122 | 4C | 31 |
| Octal | 274 | 36 | 333 | 16 | 126 | 0 | 16 | 442 | 114 | 61 |
| Binary | 10111100 | 11110 | 11011011 | 1110 | 1010110 | 0 | 1110 | 100100010 | 1001100 | 110001 |
Color Harmonies of #BC1EDB
Complementary color
Monochromatic Colors of #BC1EDB
Black with #BC1EDB
Text Example
Text Example
White with #BC1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1EDB; }
p { color: rgb(188,30,219); }
H1.HeaderClassName
{
color: #BC1EDB;
}
.AnyTagClassName
{
color: #BC1EDB;
}
</style>
background-color css
<style>
a { background-color: #BC1EDB; }
a { background-color: rgb(188,30,219); }
div.DivClassName
{
background-color: #BC1EDB;
}
.BgClassName
{
background-color: #BC1EDB;
}
</style>
border-color css
<style>
span { border-color: #BC1EDB; }
span { border-color: rgb(188,30,219); }
td.TdClassName
{
border-color: #BC1EDB;
}
.TagClassName
{
border-color: #BC1EDB;
}
</style>