Shades of Medium Violet Red #BC079C
Tints of Medium Violet Red #BC079C
RGB
CMYK
RGB Variations
Color information
#BC079C (or 0xBC079C) is known color: Medium Violet Red. HEX triplet: BC, 07 and 9C. RGB value is (188,7,156). Sum of RGB (Red+Green+Blue) = 188+7+156=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC079C is #43F863. Grayscale: #4D4D4D. Windows color (decimal): -4454500 or 10225596. OLE color: 10225596.
HSL color Cylindrical-coordinate representation of color #BC079C: hue angle of 310.61º 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 #BC079C is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.26 |
| HSL | 310.61º | 0.93% | 0.38% | - |
| HSV(B) | 310.61º | 0.96% | 0.74% | - |
| XYZ | 26.82 | 13.24 | 32.6 | - |
| YUV | 78.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 156 | 0 | 0.96 | 0.17 | 0.26 | 310.61 | 0.93 | 0.38 |
| Hex | BC | 7 | 9C | 0 | 60 | 11 | 1A | 137 | 5D | 26 |
| Octal | 274 | 7 | 234 | 0 | 140 | 21 | 32 | 467 | 135 | 46 |
| Binary | 10111100 | 111 | 10011100 | 0 | 1100000 | 10001 | 11010 | 100110111 | 1011101 | 100110 |
Color Harmonies of #BC079C
Complementary color
Monochromatic Colors of #BC079C
Black with #BC079C
Text Example
Text Example
White with #BC079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC079C; }
p { color: rgb(188,7,156); }
H1.HeaderClassName
{
color: #BC079C;
}
.AnyTagClassName
{
color: #BC079C;
}
</style>
background-color css
<style>
a { background-color: #BC079C; }
a { background-color: rgb(188,7,156); }
div.DivClassName
{
background-color: #BC079C;
}
.BgClassName
{
background-color: #BC079C;
}
</style>
border-color css
<style>
span { border-color: #BC079C; }
span { border-color: rgb(188,7,156); }
td.TdClassName
{
border-color: #BC079C;
}
.TagClassName
{
border-color: #BC079C;
}
</style>