Shades of Deep Magenta #BC0CDB
Tints of Deep Magenta #BC0CDB
RGB
CMYK
RGB Variations
Color information
#BC0CDB (or 0xBC0CDB) is known color: Deep Magenta. HEX triplet: BC, 0C and DB. RGB value is (188,12,219). Sum of RGB (Red+Green+Blue) = 188+12+219=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CDB is #43F324. Grayscale: #575757. Windows color (decimal): -4453157 or 14355644. OLE color: 14355644.
HSL color Cylindrical-coordinate representation of color #BC0CDB: hue angle of 291.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0CDB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 12 | 219 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.14 |
| HSL | 291.01º | 0.9% | 0.45% | - |
| HSV(B) | 291.01º | 0.95% | 0.86% | - |
| XYZ | 33.66 | 16.07 | 68.35 | - |
| YUV | 88.22 | 201.81 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 219 | 0.14 | 0.95 | 0 | 0.14 | 291.01 | 0.9 | 0.45 |
| Hex | BC | C | DB | E | 5F | 0 | E | 123 | 5A | 2D |
| Octal | 274 | 14 | 333 | 16 | 137 | 0 | 16 | 443 | 132 | 55 |
| Binary | 10111100 | 1100 | 11011011 | 1110 | 1011111 | 0 | 1110 | 100100011 | 1011010 | 101101 |
Color Harmonies of #BC0CDB
Complementary color
Monochromatic Colors of #BC0CDB
Black with #BC0CDB
Text Example
Text Example
White with #BC0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CDB; }
p { color: rgb(188,12,219); }
H1.HeaderClassName
{
color: #BC0CDB;
}
.AnyTagClassName
{
color: #BC0CDB;
}
</style>
background-color css
<style>
a { background-color: #BC0CDB; }
a { background-color: rgb(188,12,219); }
div.DivClassName
{
background-color: #BC0CDB;
}
.BgClassName
{
background-color: #BC0CDB;
}
</style>
border-color css
<style>
span { border-color: #BC0CDB; }
span { border-color: rgb(188,12,219); }
td.TdClassName
{
border-color: #BC0CDB;
}
.TagClassName
{
border-color: #BC0CDB;
}
</style>