Shades of Deep Magenta #BC0EDB
Tints of Deep Magenta #BC0EDB
RGB
CMYK
RGB Variations
Color information
#BC0EDB (or 0xBC0EDB) is known color: Deep Magenta. HEX triplet: BC, 0E and DB. RGB value is (188,14,219). Sum of RGB (Red+Green+Blue) = 188+14+219=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0EDB is #43F124. Grayscale: #585858. Windows color (decimal): -4452645 or 14356156. OLE color: 14356156.
HSL color Cylindrical-coordinate representation of color #BC0EDB: hue angle of 290.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EDB is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 14 | 219 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.14 |
| HSL | 290.93º | 0.88% | 0.46% | - |
| HSV(B) | 290.93º | 0.94% | 0.86% | - |
| XYZ | 33.68 | 16.12 | 68.35 | - |
| YUV | 89.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 219 | 0.14 | 0.94 | 0 | 0.14 | 290.93 | 0.88 | 0.46 |
| Hex | BC | E | DB | E | 5E | 0 | E | 123 | 58 | 2E |
| Octal | 274 | 16 | 333 | 16 | 136 | 0 | 16 | 443 | 130 | 56 |
| Binary | 10111100 | 1110 | 11011011 | 1110 | 1011110 | 0 | 1110 | 100100011 | 1011000 | 101110 |
Color Harmonies of #BC0EDB
Complementary color
Monochromatic Colors of #BC0EDB
Black with #BC0EDB
Text Example
Text Example
White with #BC0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EDB; }
p { color: rgb(188,14,219); }
H1.HeaderClassName
{
color: #BC0EDB;
}
.AnyTagClassName
{
color: #BC0EDB;
}
</style>
background-color css
<style>
a { background-color: #BC0EDB; }
a { background-color: rgb(188,14,219); }
div.DivClassName
{
background-color: #BC0EDB;
}
.BgClassName
{
background-color: #BC0EDB;
}
</style>
border-color css
<style>
span { border-color: #BC0EDB; }
span { border-color: rgb(188,14,219); }
td.TdClassName
{
border-color: #BC0EDB;
}
.TagClassName
{
border-color: #BC0EDB;
}
</style>