Shades of Medium Violet Red #BC078B
Tints of Medium Violet Red #BC078B
RGB
CMYK
RGB Variations
Color information
#BC078B (or 0xBC078B) is known color: Medium Violet Red. HEX triplet: BC, 07 and 8B. RGB value is (188,7,139). Sum of RGB (Red+Green+Blue) = 188+7+139=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC078B is #43F874. Grayscale: #4B4B4B. Windows color (decimal): -4454517 or 9111484. OLE color: 9111484.
HSL color Cylindrical-coordinate representation of color #BC078B: hue angle of 316.24º 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 #BC078B is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.26 |
| HSL | 316.24º | 0.93% | 0.38% | - |
| HSV(B) | 316.24º | 0.96% | 0.74% | - |
| XYZ | 25.48 | 12.71 | 25.54 | - |
| YUV | 76.17 | 163.47 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 139 | 0 | 0.96 | 0.26 | 0.26 | 316.24 | 0.93 | 0.38 |
| Hex | BC | 7 | 8B | 0 | 60 | 1A | 1A | 13C | 5D | 26 |
| Octal | 274 | 7 | 213 | 0 | 140 | 32 | 32 | 474 | 135 | 46 |
| Binary | 10111100 | 111 | 10001011 | 0 | 1100000 | 11010 | 11010 | 100111100 | 1011101 | 100110 |
Color Harmonies of #BC078B
Complementary color
Monochromatic Colors of #BC078B
Black with #BC078B
Text Example
Text Example
White with #BC078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC078B; }
p { color: rgb(188,7,139); }
H1.HeaderClassName
{
color: #BC078B;
}
.AnyTagClassName
{
color: #BC078B;
}
</style>
background-color css
<style>
a { background-color: #BC078B; }
a { background-color: rgb(188,7,139); }
div.DivClassName
{
background-color: #BC078B;
}
.BgClassName
{
background-color: #BC078B;
}
</style>
border-color css
<style>
span { border-color: #BC078B; }
span { border-color: rgb(188,7,139); }
td.TdClassName
{
border-color: #BC078B;
}
.TagClassName
{
border-color: #BC078B;
}
</style>