Shades of Deep Magenta #BC16DE
Tints of Deep Magenta #BC16DE
RGB
CMYK
RGB Variations
Color information
#BC16DE (or 0xBC16DE) is known color: Deep Magenta. HEX triplet: BC, 16 and DE. RGB value is (188,22,222). Sum of RGB (Red+Green+Blue) = 188+22+222=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC16DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16DE is #43E921. Grayscale: #5D5D5D. Windows color (decimal): -4450594 or 14554812. OLE color: 14554812.
HSL color Cylindrical-coordinate representation of color #BC16DE: hue angle of 289.8º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC16DE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 22 | 222 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.13 |
| HSL | 289.8º | 0.82% | 0.48% | - |
| HSV(B) | 289.8º | 0.9% | 0.87% | - |
| XYZ | 34.21 | 16.54 | 70.5 | - |
| YUV | 94.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 222 | 0.15 | 0.90 | 0 | 0.13 | 289.8 | 0.82 | 0.48 |
| Hex | BC | 16 | DE | F | 5A | 0 | D | 122 | 52 | 30 |
| Octal | 274 | 26 | 336 | 17 | 132 | 0 | 15 | 442 | 122 | 60 |
| Binary | 10111100 | 10110 | 11011110 | 1111 | 1011010 | 0 | 1101 | 100100010 | 1010010 | 110000 |
Color Harmonies of #BC16DE
Complementary color
Monochromatic Colors of #BC16DE
Black with #BC16DE
Text Example
Text Example
White with #BC16DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16DE; }
p { color: rgb(188,22,222); }
H1.HeaderClassName
{
color: #BC16DE;
}
.AnyTagClassName
{
color: #BC16DE;
}
</style>
background-color css
<style>
a { background-color: #BC16DE; }
a { background-color: rgb(188,22,222); }
div.DivClassName
{
background-color: #BC16DE;
}
.BgClassName
{
background-color: #BC16DE;
}
</style>
border-color css
<style>
span { border-color: #BC16DE; }
span { border-color: rgb(188,22,222); }
td.TdClassName
{
border-color: #BC16DE;
}
.TagClassName
{
border-color: #BC16DE;
}
</style>