Shades of Deep Magenta #BC00DF
Tints of Deep Magenta #BC00DF
RGB
CMYK
RGB Variations
Color information
#BC00DF (or 0xBC00DF) is known color: Deep Magenta. HEX triplet: BC, 00 and DF. RGB value is (188,0,223). Sum of RGB (Red+Green+Blue) = 188+0+223=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00DF is #43FF20. Grayscale: #505050. Windows color (decimal): -4456225 or 14614716. OLE color: 14614716.
HSL color Cylindrical-coordinate representation of color #BC00DF: hue angle of 290.58º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00DF is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 0 | 223 | - |
| CMYK | 0.16 | 1 | 0 | 0.13 |
| HSL | 290.58º | 1% | 0.44% | - |
| HSV(B) | 290.58º | 1% | 0.87% | - |
| XYZ | 34.06 | 16.02 | 71.11 | - |
| YUV | 81.63 | 207.78 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 223 | 0.16 | 1 | 0 | 0.13 | 290.58 | 1 | 0.44 |
| Hex | BC | 0 | DF | 10 | 64 | 0 | D | 123 | 64 | 2C |
| Octal | 274 | 0 | 337 | 20 | 144 | 0 | 15 | 443 | 144 | 54 |
| Binary | 10111100 | 0 | 11011111 | 10000 | 1100100 | 0 | 1101 | 100100011 | 1100100 | 101100 |
Color Harmonies of #BC00DF
Complementary color
Monochromatic Colors of #BC00DF
Black with #BC00DF
Text Example
Text Example
White with #BC00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00DF; }
p { color: rgb(188,0,223); }
H1.HeaderClassName
{
color: #BC00DF;
}
.AnyTagClassName
{
color: #BC00DF;
}
</style>
background-color css
<style>
a { background-color: #BC00DF; }
a { background-color: rgb(188,0,223); }
div.DivClassName
{
background-color: #BC00DF;
}
.BgClassName
{
background-color: #BC00DF;
}
</style>
border-color css
<style>
span { border-color: #BC00DF; }
span { border-color: rgb(188,0,223); }
td.TdClassName
{
border-color: #BC00DF;
}
.TagClassName
{
border-color: #BC00DF;
}
</style>