Shades of Deep Magenta #BC04C6
Tints of Deep Magenta #BC04C6
RGB
CMYK
RGB Variations
Color information
#BC04C6 (or 0xBC04C6) is known color: Deep Magenta. HEX triplet: BC, 04 and C6. RGB value is (188,4,198). Sum of RGB (Red+Green+Blue) = 188+4+198=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC04C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04C6 is #43FB39. Grayscale: #505050. Windows color (decimal): -4455226 or 12977340. OLE color: 12977340.
HSL color Cylindrical-coordinate representation of color #BC04C6: hue angle of 296.91º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04C6 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 4 | 198 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.22 |
| HSL | 296.91º | 0.96% | 0.4% | - |
| HSV(B) | 296.91º | 0.98% | 0.78% | - |
| XYZ | 30.98 | 14.86 | 54.66 | - |
| YUV | 81.13 | 193.96 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 198 | 0.05 | 0.98 | 0 | 0.22 | 296.91 | 0.96 | 0.4 |
| Hex | BC | 4 | C6 | 5 | 62 | 0 | 16 | 129 | 60 | 28 |
| Octal | 274 | 4 | 306 | 5 | 142 | 0 | 26 | 451 | 140 | 50 |
| Binary | 10111100 | 100 | 11000110 | 101 | 1100010 | 0 | 10110 | 100101001 | 1100000 | 101000 |
Color Harmonies of #BC04C6
Complementary color
Monochromatic Colors of #BC04C6
Black with #BC04C6
Text Example
Text Example
White with #BC04C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04C6; }
p { color: rgb(188,4,198); }
H1.HeaderClassName
{
color: #BC04C6;
}
.AnyTagClassName
{
color: #BC04C6;
}
</style>
background-color css
<style>
a { background-color: #BC04C6; }
a { background-color: rgb(188,4,198); }
div.DivClassName
{
background-color: #BC04C6;
}
.BgClassName
{
background-color: #BC04C6;
}
</style>
border-color css
<style>
span { border-color: #BC04C6; }
span { border-color: rgb(188,4,198); }
td.TdClassName
{
border-color: #BC04C6;
}
.TagClassName
{
border-color: #BC04C6;
}
</style>