Shades of Medium Violet Red #BC079E
Tints of Medium Violet Red #BC079E
RGB
CMYK
RGB Variations
Color information
#BC079E (or 0xBC079E) is known color: Medium Violet Red. HEX triplet: BC, 07 and 9E. RGB value is (188,7,158). Sum of RGB (Red+Green+Blue) = 188+7+158=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC079E is #43F861. Grayscale: #4D4D4D. Windows color (decimal): -4454498 or 10356668. OLE color: 10356668.
HSL color Cylindrical-coordinate representation of color #BC079E: hue angle of 309.94º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC079E is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 158 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.26 |
| HSL | 309.94º | 0.93% | 0.38% | - |
| HSV(B) | 309.94º | 0.96% | 0.74% | - |
| XYZ | 26.99 | 13.31 | 33.49 | - |
| YUV | 78.33 | 172.97 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 158 | 0 | 0.96 | 0.16 | 0.26 | 309.94 | 0.93 | 0.38 |
| Hex | BC | 7 | 9E | 0 | 60 | 10 | 1A | 136 | 5D | 26 |
| Octal | 274 | 7 | 236 | 0 | 140 | 20 | 32 | 466 | 135 | 46 |
| Binary | 10111100 | 111 | 10011110 | 0 | 1100000 | 10000 | 11010 | 100110110 | 1011101 | 100110 |
Color Harmonies of #BC079E
Complementary color
Monochromatic Colors of #BC079E
Black with #BC079E
Text Example
Text Example
White with #BC079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC079E; }
p { color: rgb(188,7,158); }
H1.HeaderClassName
{
color: #BC079E;
}
.AnyTagClassName
{
color: #BC079E;
}
</style>
background-color css
<style>
a { background-color: #BC079E; }
a { background-color: rgb(188,7,158); }
div.DivClassName
{
background-color: #BC079E;
}
.BgClassName
{
background-color: #BC079E;
}
</style>
border-color css
<style>
span { border-color: #BC079E; }
span { border-color: rgb(188,7,158); }
td.TdClassName
{
border-color: #BC079E;
}
.TagClassName
{
border-color: #BC079E;
}
</style>