Shades of Deep Magenta #BC0ED0
Tints of Deep Magenta #BC0ED0
RGB
CMYK
RGB Variations
Color information
#BC0ED0 (or 0xBC0ED0) is known color: Deep Magenta. HEX triplet: BC, 0E and D0. RGB value is (188,14,208). Sum of RGB (Red+Green+Blue) = 188+14+208=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC0ED0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ED0 is #43F12F. Grayscale: #575757. Windows color (decimal): -4452656 or 13635260. OLE color: 13635260.
HSL color Cylindrical-coordinate representation of color #BC0ED0: hue angle of 293.81º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0ED0 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 14 | 208 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.18 |
| HSL | 293.81º | 0.87% | 0.44% | - |
| HSV(B) | 293.81º | 0.93% | 0.82% | - |
| XYZ | 32.28 | 15.56 | 60.98 | - |
| YUV | 88.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 208 | 0.10 | 0.93 | 0 | 0.18 | 293.81 | 0.87 | 0.44 |
| Hex | BC | E | D0 | A | 5D | 0 | 12 | 126 | 57 | 2C |
| Octal | 274 | 16 | 320 | 12 | 135 | 0 | 22 | 446 | 127 | 54 |
| Binary | 10111100 | 1110 | 11010000 | 1010 | 1011101 | 0 | 10010 | 100100110 | 1010111 | 101100 |
Color Harmonies of #BC0ED0
Complementary color
Monochromatic Colors of #BC0ED0
Black with #BC0ED0
Text Example
Text Example
White with #BC0ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0ED0; }
p { color: rgb(188,14,208); }
H1.HeaderClassName
{
color: #BC0ED0;
}
.AnyTagClassName
{
color: #BC0ED0;
}
</style>
background-color css
<style>
a { background-color: #BC0ED0; }
a { background-color: rgb(188,14,208); }
div.DivClassName
{
background-color: #BC0ED0;
}
.BgClassName
{
background-color: #BC0ED0;
}
</style>
border-color css
<style>
span { border-color: #BC0ED0; }
span { border-color: rgb(188,14,208); }
td.TdClassName
{
border-color: #BC0ED0;
}
.TagClassName
{
border-color: #BC0ED0;
}
</style>