Shades of Deep Magenta #BC04DF
Tints of Deep Magenta #BC04DF
RGB
CMYK
RGB Variations
Color information
#BC04DF (or 0xBC04DF) is known color: Deep Magenta. HEX triplet: BC, 04 and DF. RGB value is (188,4,223). Sum of RGB (Red+Green+Blue) = 188+4+223=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04DF is #43FB20. Grayscale: #535353. Windows color (decimal): -4455201 or 14615740. OLE color: 14615740.
HSL color Cylindrical-coordinate representation of color #BC04DF: hue angle of 290.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04DF is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 4 | 223 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.13 |
| HSL | 290.41º | 0.96% | 0.45% | - |
| HSV(B) | 290.41º | 0.98% | 0.87% | - |
| XYZ | 34.1 | 16.11 | 71.12 | - |
| YUV | 83.98 | 206.46 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 223 | 0.16 | 0.98 | 0 | 0.13 | 290.41 | 0.96 | 0.45 |
| Hex | BC | 4 | DF | 10 | 62 | 0 | D | 122 | 60 | 2D |
| Octal | 274 | 4 | 337 | 20 | 142 | 0 | 15 | 442 | 140 | 55 |
| Binary | 10111100 | 100 | 11011111 | 10000 | 1100010 | 0 | 1101 | 100100010 | 1100000 | 101101 |
Color Harmonies of #BC04DF
Complementary color
Monochromatic Colors of #BC04DF
Black with #BC04DF
Text Example
Text Example
White with #BC04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04DF; }
p { color: rgb(188,4,223); }
H1.HeaderClassName
{
color: #BC04DF;
}
.AnyTagClassName
{
color: #BC04DF;
}
</style>
background-color css
<style>
a { background-color: #BC04DF; }
a { background-color: rgb(188,4,223); }
div.DivClassName
{
background-color: #BC04DF;
}
.BgClassName
{
background-color: #BC04DF;
}
</style>
border-color css
<style>
span { border-color: #BC04DF; }
span { border-color: rgb(188,4,223); }
td.TdClassName
{
border-color: #BC04DF;
}
.TagClassName
{
border-color: #BC04DF;
}
</style>