Shades of Deep Magenta #BC10DF
Tints of Deep Magenta #BC10DF
RGB
CMYK
RGB Variations
Color information
#BC10DF (or 0xBC10DF) is known color: Deep Magenta. HEX triplet: BC, 10 and DF. RGB value is (188,16,223). Sum of RGB (Red+Green+Blue) = 188+16+223=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC10DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10DF is #43EF20. Grayscale: #5A5A5A. Windows color (decimal): -4452129 or 14618812. OLE color: 14618812.
HSL color Cylindrical-coordinate representation of color #BC10DF: hue angle of 289.86º 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 #BC10DF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 16 | 223 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.13 |
| HSL | 289.86º | 0.87% | 0.47% | - |
| HSV(B) | 289.86º | 0.93% | 0.87% | - |
| XYZ | 34.24 | 16.39 | 71.17 | - |
| YUV | 91.03 | 202.48 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 223 | 0.16 | 0.93 | 0 | 0.13 | 289.86 | 0.87 | 0.47 |
| Hex | BC | 10 | DF | 10 | 5D | 0 | D | 122 | 57 | 2F |
| Octal | 274 | 20 | 337 | 20 | 135 | 0 | 15 | 442 | 127 | 57 |
| Binary | 10111100 | 10000 | 11011111 | 10000 | 1011101 | 0 | 1101 | 100100010 | 1010111 | 101111 |
Color Harmonies of #BC10DF
Complementary color
Monochromatic Colors of #BC10DF
Black with #BC10DF
Text Example
Text Example
White with #BC10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC10DF; }
p { color: rgb(188,16,223); }
H1.HeaderClassName
{
color: #BC10DF;
}
.AnyTagClassName
{
color: #BC10DF;
}
</style>
background-color css
<style>
a { background-color: #BC10DF; }
a { background-color: rgb(188,16,223); }
div.DivClassName
{
background-color: #BC10DF;
}
.BgClassName
{
background-color: #BC10DF;
}
</style>
border-color css
<style>
span { border-color: #BC10DF; }
span { border-color: rgb(188,16,223); }
td.TdClassName
{
border-color: #BC10DF;
}
.TagClassName
{
border-color: #BC10DF;
}
</style>