Shades of Deep Magenta #BC0DDB
Tints of Deep Magenta #BC0DDB
RGB
CMYK
RGB Variations
Color information
#BC0DDB (or 0xBC0DDB) is known color: Deep Magenta. HEX triplet: BC, 0D and DB. RGB value is (188,13,219). Sum of RGB (Red+Green+Blue) = 188+13+219=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC0DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DDB is #43F224. Grayscale: #585858. Windows color (decimal): -4452901 or 14355900. OLE color: 14355900.
HSL color Cylindrical-coordinate representation of color #BC0DDB: hue angle of 290.97º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0DDB is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 13 | 219 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.14 |
| HSL | 290.97º | 0.89% | 0.45% | - |
| HSV(B) | 290.97º | 0.94% | 0.86% | - |
| XYZ | 33.67 | 16.09 | 68.35 | - |
| YUV | 88.81 | 201.48 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 219 | 0.14 | 0.94 | 0 | 0.14 | 290.97 | 0.89 | 0.45 |
| Hex | BC | D | DB | E | 5E | 0 | E | 123 | 59 | 2D |
| Octal | 274 | 15 | 333 | 16 | 136 | 0 | 16 | 443 | 131 | 55 |
| Binary | 10111100 | 1101 | 11011011 | 1110 | 1011110 | 0 | 1110 | 100100011 | 1011001 | 101101 |
Color Harmonies of #BC0DDB
Complementary color
Monochromatic Colors of #BC0DDB
Black with #BC0DDB
Text Example
Text Example
White with #BC0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0DDB; }
p { color: rgb(188,13,219); }
H1.HeaderClassName
{
color: #BC0DDB;
}
.AnyTagClassName
{
color: #BC0DDB;
}
</style>
background-color css
<style>
a { background-color: #BC0DDB; }
a { background-color: rgb(188,13,219); }
div.DivClassName
{
background-color: #BC0DDB;
}
.BgClassName
{
background-color: #BC0DDB;
}
</style>
border-color css
<style>
span { border-color: #BC0DDB; }
span { border-color: rgb(188,13,219); }
td.TdClassName
{
border-color: #BC0DDB;
}
.TagClassName
{
border-color: #BC0DDB;
}
</style>