Shades of Deep Magenta #BC10CE
Tints of Deep Magenta #BC10CE
RGB
CMYK
RGB Variations
Color information
#BC10CE (or 0xBC10CE) is known color: Deep Magenta. HEX triplet: BC, 10 and CE. RGB value is (188,16,206). Sum of RGB (Red+Green+Blue) = 188+16+206=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC10CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10CE is #43EF31. Grayscale: #585858. Windows color (decimal): -4452146 or 13504700. OLE color: 13504700.
HSL color Cylindrical-coordinate representation of color #BC10CE: hue angle of 294.32º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC10CE is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 16 | 206 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.19 |
| HSL | 294.32º | 0.86% | 0.44% | - |
| HSV(B) | 294.32º | 0.92% | 0.81% | - |
| XYZ | 32.06 | 15.52 | 59.7 | - |
| YUV | 89.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 206 | 0.09 | 0.92 | 0 | 0.19 | 294.32 | 0.86 | 0.44 |
| Hex | BC | 10 | CE | 9 | 5C | 0 | 13 | 126 | 56 | 2C |
| Octal | 274 | 20 | 316 | 11 | 134 | 0 | 23 | 446 | 126 | 54 |
| Binary | 10111100 | 10000 | 11001110 | 1001 | 1011100 | 0 | 10011 | 100100110 | 1010110 | 101100 |
Color Harmonies of #BC10CE
Complementary color
Monochromatic Colors of #BC10CE
Black with #BC10CE
Text Example
Text Example
White with #BC10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10CE; }
p { color: rgb(188,16,206); }
H1.HeaderClassName
{
color: #BC10CE;
}
.AnyTagClassName
{
color: #BC10CE;
}
</style>
background-color css
<style>
a { background-color: #BC10CE; }
a { background-color: rgb(188,16,206); }
div.DivClassName
{
background-color: #BC10CE;
}
.BgClassName
{
background-color: #BC10CE;
}
</style>
border-color css
<style>
span { border-color: #BC10CE; }
span { border-color: rgb(188,16,206); }
td.TdClassName
{
border-color: #BC10CE;
}
.TagClassName
{
border-color: #BC10CE;
}
</style>