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