Shades of Deep Magenta #BC0ED8
Tints of Deep Magenta #BC0ED8
RGB
CMYK
RGB Variations
Color information
#BC0ED8 (or 0xBC0ED8) is known color: Deep Magenta. HEX triplet: BC, 0E and D8. RGB value is (188,14,216). Sum of RGB (Red+Green+Blue) = 188+14+216=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC0ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ED8 is #43F127. Grayscale: #585858. Windows color (decimal): -4452648 or 14159548. OLE color: 14159548.
HSL color Cylindrical-coordinate representation of color #BC0ED8: hue angle of 291.68º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0ED8 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 14 | 216 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.15 |
| HSL | 291.68º | 0.88% | 0.45% | - |
| HSV(B) | 291.68º | 0.94% | 0.85% | - |
| XYZ | 33.29 | 15.96 | 66.29 | - |
| YUV | 89.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 216 | 0.13 | 0.94 | 0 | 0.15 | 291.68 | 0.88 | 0.45 |
| Hex | BC | E | D8 | D | 5E | 0 | F | 124 | 58 | 2D |
| Octal | 274 | 16 | 330 | 15 | 136 | 0 | 17 | 444 | 130 | 55 |
| Binary | 10111100 | 1110 | 11011000 | 1101 | 1011110 | 0 | 1111 | 100100100 | 1011000 | 101101 |
Color Harmonies of #BC0ED8
Complementary color
Monochromatic Colors of #BC0ED8
Black with #BC0ED8
Text Example
Text Example
White with #BC0ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0ED8; }
p { color: rgb(188,14,216); }
H1.HeaderClassName
{
color: #BC0ED8;
}
.AnyTagClassName
{
color: #BC0ED8;
}
</style>
background-color css
<style>
a { background-color: #BC0ED8; }
a { background-color: rgb(188,14,216); }
div.DivClassName
{
background-color: #BC0ED8;
}
.BgClassName
{
background-color: #BC0ED8;
}
</style>
border-color css
<style>
span { border-color: #BC0ED8; }
span { border-color: rgb(188,14,216); }
td.TdClassName
{
border-color: #BC0ED8;
}
.TagClassName
{
border-color: #BC0ED8;
}
</style>