Shades of Medium Violet Red #BC079A
Tints of Medium Violet Red #BC079A
RGB
CMYK
RGB Variations
Color information
#BC079A (or 0xBC079A) is known color: Medium Violet Red. HEX triplet: BC, 07 and 9A. RGB value is (188,7,154). Sum of RGB (Red+Green+Blue) = 188+7+154=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC079A is #43F865. Grayscale: #4D4D4D. Windows color (decimal): -4454502 or 10094524. OLE color: 10094524.
HSL color Cylindrical-coordinate representation of color #BC079A: hue angle of 311.27º 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 #BC079A is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.26 |
| HSL | 311.27º | 0.93% | 0.38% | - |
| HSV(B) | 311.27º | 0.96% | 0.74% | - |
| XYZ | 26.65 | 13.18 | 31.71 | - |
| YUV | 77.88 | 170.97 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 154 | 0 | 0.96 | 0.18 | 0.26 | 311.27 | 0.93 | 0.38 |
| Hex | BC | 7 | 9A | 0 | 60 | 12 | 1A | 137 | 5D | 26 |
| Octal | 274 | 7 | 232 | 0 | 140 | 22 | 32 | 467 | 135 | 46 |
| Binary | 10111100 | 111 | 10011010 | 0 | 1100000 | 10010 | 11010 | 100110111 | 1011101 | 100110 |
Color Harmonies of #BC079A
Complementary color
Monochromatic Colors of #BC079A
Black with #BC079A
Text Example
Text Example
White with #BC079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC079A; }
p { color: rgb(188,7,154); }
H1.HeaderClassName
{
color: #BC079A;
}
.AnyTagClassName
{
color: #BC079A;
}
</style>
background-color css
<style>
a { background-color: #BC079A; }
a { background-color: rgb(188,7,154); }
div.DivClassName
{
background-color: #BC079A;
}
.BgClassName
{
background-color: #BC079A;
}
</style>
border-color css
<style>
span { border-color: #BC079A; }
span { border-color: rgb(188,7,154); }
td.TdClassName
{
border-color: #BC079A;
}
.TagClassName
{
border-color: #BC079A;
}
</style>