Shades of Deep Magenta #BC04B7
Tints of Deep Magenta #BC04B7
RGB
CMYK
RGB Variations
Color information
#BC04B7 (or 0xBC04B7) is known color: Deep Magenta. HEX triplet: BC, 04 and B7. RGB value is (188,4,183). Sum of RGB (Red+Green+Blue) = 188+4+183=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04B7 is #43FB48. Grayscale: #4E4E4E. Windows color (decimal): -4455241 or 11994300. OLE color: 11994300.
HSL color Cylindrical-coordinate representation of color #BC04B7: hue angle of 301.63º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04B7 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 183 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.26 |
| HSL | 301.63º | 0.96% | 0.38% | - |
| HSV(B) | 301.63º | 0.98% | 0.74% | - |
| XYZ | 29.33 | 14.2 | 45.99 | - |
| YUV | 79.42 | 186.46 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 183 | 0 | 0.98 | 0.03 | 0.26 | 301.63 | 0.96 | 0.38 |
| Hex | BC | 4 | B7 | 0 | 62 | 3 | 1A | 12E | 60 | 26 |
| Octal | 274 | 4 | 267 | 0 | 142 | 3 | 32 | 456 | 140 | 46 |
| Binary | 10111100 | 100 | 10110111 | 0 | 1100010 | 11 | 11010 | 100101110 | 1100000 | 100110 |
Color Harmonies of #BC04B7
Complementary color
Monochromatic Colors of #BC04B7
Black with #BC04B7
Text Example
Text Example
White with #BC04B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04B7; }
p { color: rgb(188,4,183); }
H1.HeaderClassName
{
color: #BC04B7;
}
.AnyTagClassName
{
color: #BC04B7;
}
</style>
background-color css
<style>
a { background-color: #BC04B7; }
a { background-color: rgb(188,4,183); }
div.DivClassName
{
background-color: #BC04B7;
}
.BgClassName
{
background-color: #BC04B7;
}
</style>
border-color css
<style>
span { border-color: #BC04B7; }
span { border-color: rgb(188,4,183); }
td.TdClassName
{
border-color: #BC04B7;
}
.TagClassName
{
border-color: #BC04B7;
}
</style>