Shades of Deep Magenta #BC1ED8
Tints of Deep Magenta #BC1ED8
RGB
CMYK
RGB Variations
Color information
#BC1ED8 (or 0xBC1ED8) is known color: Deep Magenta. HEX triplet: BC, 1E and D8. RGB value is (188,30,216). Sum of RGB (Red+Green+Blue) = 188+30+216=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC1ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1ED8 is #43E127. Grayscale: #616161. Windows color (decimal): -4448552 or 14163644. OLE color: 14163644.
HSL color Cylindrical-coordinate representation of color #BC1ED8: hue angle of 290.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1ED8 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 30 | 216 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.15 |
| HSL | 290.97º | 0.76% | 0.48% | - |
| HSV(B) | 290.97º | 0.86% | 0.85% | - |
| XYZ | 33.6 | 16.58 | 66.39 | - |
| YUV | 98.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 216 | 0.13 | 0.86 | 0 | 0.15 | 290.97 | 0.76 | 0.48 |
| Hex | BC | 1E | D8 | D | 56 | 0 | F | 123 | 4C | 30 |
| Octal | 274 | 36 | 330 | 15 | 126 | 0 | 17 | 443 | 114 | 60 |
| Binary | 10111100 | 11110 | 11011000 | 1101 | 1010110 | 0 | 1111 | 100100011 | 1001100 | 110000 |
Color Harmonies of #BC1ED8
Complementary color
Monochromatic Colors of #BC1ED8
Black with #BC1ED8
Text Example
Text Example
White with #BC1ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1ED8; }
p { color: rgb(188,30,216); }
H1.HeaderClassName
{
color: #BC1ED8;
}
.AnyTagClassName
{
color: #BC1ED8;
}
</style>
background-color css
<style>
a { background-color: #BC1ED8; }
a { background-color: rgb(188,30,216); }
div.DivClassName
{
background-color: #BC1ED8;
}
.BgClassName
{
background-color: #BC1ED8;
}
</style>
border-color css
<style>
span { border-color: #BC1ED8; }
span { border-color: rgb(188,30,216); }
td.TdClassName
{
border-color: #BC1ED8;
}
.TagClassName
{
border-color: #BC1ED8;
}
</style>