Shades of Medium Violet Red #BC0786
Tints of Medium Violet Red #BC0786
RGB
CMYK
RGB Variations
Color information
#BC0786 (or 0xBC0786) is known color: Medium Violet Red. HEX triplet: BC, 07 and 86. RGB value is (188,7,134). Sum of RGB (Red+Green+Blue) = 188+7+134=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0786 is #43F879. Grayscale: #4B4B4B. Windows color (decimal): -4454522 or 8783804. OLE color: 8783804.
HSL color Cylindrical-coordinate representation of color #BC0786: hue angle of 317.9º 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 #BC0786 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 134 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.26 |
| HSL | 317.9º | 0.93% | 0.38% | - |
| HSV(B) | 317.9º | 0.96% | 0.74% | - |
| XYZ | 25.12 | 12.56 | 23.66 | - |
| YUV | 75.6 | 160.97 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 134 | 0 | 0.96 | 0.29 | 0.26 | 317.9 | 0.93 | 0.38 |
| Hex | BC | 7 | 86 | 0 | 60 | 1D | 1A | 13E | 5D | 26 |
| Octal | 274 | 7 | 206 | 0 | 140 | 35 | 32 | 476 | 135 | 46 |
| Binary | 10111100 | 111 | 10000110 | 0 | 1100000 | 11101 | 11010 | 100111110 | 1011101 | 100110 |
Color Harmonies of #BC0786
Complementary color
Monochromatic Colors of #BC0786
Black with #BC0786
Text Example
Text Example
White with #BC0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0786; }
p { color: rgb(188,7,134); }
H1.HeaderClassName
{
color: #BC0786;
}
.AnyTagClassName
{
color: #BC0786;
}
</style>
background-color css
<style>
a { background-color: #BC0786; }
a { background-color: rgb(188,7,134); }
div.DivClassName
{
background-color: #BC0786;
}
.BgClassName
{
background-color: #BC0786;
}
</style>
border-color css
<style>
span { border-color: #BC0786; }
span { border-color: rgb(188,7,134); }
td.TdClassName
{
border-color: #BC0786;
}
.TagClassName
{
border-color: #BC0786;
}
</style>