Shades of Deep Magenta #BC10DE
Tints of Deep Magenta #BC10DE
RGB
CMYK
RGB Variations
Color information
#BC10DE (or 0xBC10DE) is known color: Deep Magenta. HEX triplet: BC, 10 and DE. RGB value is (188,16,222). Sum of RGB (Red+Green+Blue) = 188+16+222=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC10DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10DE is #43EF21. Grayscale: #5A5A5A. Windows color (decimal): -4452130 or 14553276. OLE color: 14553276.
HSL color Cylindrical-coordinate representation of color #BC10DE: hue angle of 290.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC10DE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 16 | 222 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.13 |
| HSL | 290.1º | 0.87% | 0.47% | - |
| HSV(B) | 290.1º | 0.93% | 0.87% | - |
| XYZ | 34.11 | 16.34 | 70.46 | - |
| YUV | 90.91 | 201.98 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 222 | 0.15 | 0.93 | 0 | 0.13 | 290.1 | 0.87 | 0.47 |
| Hex | BC | 10 | DE | F | 5D | 0 | D | 122 | 57 | 2F |
| Octal | 274 | 20 | 336 | 17 | 135 | 0 | 15 | 442 | 127 | 57 |
| Binary | 10111100 | 10000 | 11011110 | 1111 | 1011101 | 0 | 1101 | 100100010 | 1010111 | 101111 |
Color Harmonies of #BC10DE
Complementary color
Monochromatic Colors of #BC10DE
Black with #BC10DE
Text Example
Text Example
White with #BC10DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10DE; }
p { color: rgb(188,16,222); }
H1.HeaderClassName
{
color: #BC10DE;
}
.AnyTagClassName
{
color: #BC10DE;
}
</style>
background-color css
<style>
a { background-color: #BC10DE; }
a { background-color: rgb(188,16,222); }
div.DivClassName
{
background-color: #BC10DE;
}
.BgClassName
{
background-color: #BC10DE;
}
</style>
border-color css
<style>
span { border-color: #BC10DE; }
span { border-color: rgb(188,16,222); }
td.TdClassName
{
border-color: #BC10DE;
}
.TagClassName
{
border-color: #BC10DE;
}
</style>