Shades of Deep Magenta #BC10DB
Tints of Deep Magenta #BC10DB
RGB
CMYK
RGB Variations
Color information
#BC10DB (or 0xBC10DB) is known color: Deep Magenta. HEX triplet: BC, 10 and DB. RGB value is (188,16,219). Sum of RGB (Red+Green+Blue) = 188+16+219=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10DB is #43EF24. Grayscale: #595959. Windows color (decimal): -4452133 or 14356668. OLE color: 14356668.
HSL color Cylindrical-coordinate representation of color #BC10DB: hue angle of 290.84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC10DB is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 16 | 219 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.14 |
| HSL | 290.84º | 0.86% | 0.46% | - |
| HSV(B) | 290.84º | 0.93% | 0.86% | - |
| XYZ | 33.71 | 16.18 | 68.36 | - |
| YUV | 90.57 | 200.48 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 219 | 0.14 | 0.93 | 0 | 0.14 | 290.84 | 0.86 | 0.46 |
| Hex | BC | 10 | DB | E | 5D | 0 | E | 123 | 56 | 2E |
| Octal | 274 | 20 | 333 | 16 | 135 | 0 | 16 | 443 | 126 | 56 |
| Binary | 10111100 | 10000 | 11011011 | 1110 | 1011101 | 0 | 1110 | 100100011 | 1010110 | 101110 |
Color Harmonies of #BC10DB
Complementary color
Monochromatic Colors of #BC10DB
Black with #BC10DB
Text Example
Text Example
White with #BC10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10DB; }
p { color: rgb(188,16,219); }
H1.HeaderClassName
{
color: #BC10DB;
}
.AnyTagClassName
{
color: #BC10DB;
}
</style>
background-color css
<style>
a { background-color: #BC10DB; }
a { background-color: rgb(188,16,219); }
div.DivClassName
{
background-color: #BC10DB;
}
.BgClassName
{
background-color: #BC10DB;
}
</style>
border-color css
<style>
span { border-color: #BC10DB; }
span { border-color: rgb(188,16,219); }
td.TdClassName
{
border-color: #BC10DB;
}
.TagClassName
{
border-color: #BC10DB;
}
</style>