Shades of Medium Violet Red #BC0F86
Tints of Medium Violet Red #BC0F86
RGB
CMYK
RGB Variations
Color information
#BC0F86 (or 0xBC0F86) is known color: Medium Violet Red. HEX triplet: BC, 0F and 86. RGB value is (188,15,134). Sum of RGB (Red+Green+Blue) = 188+15+134=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0F86 is #43F079. Grayscale: #4F4F4F. Windows color (decimal): -4452474 or 8785852. OLE color: 8785852.
HSL color Cylindrical-coordinate representation of color #BC0F86: hue angle of 318.73º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F86 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 134 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.26 |
| HSL | 318.73º | 0.85% | 0.4% | - |
| HSV(B) | 318.73º | 0.92% | 0.74% | - |
| XYZ | 25.21 | 12.75 | 23.69 | - |
| YUV | 80.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 134 | 0 | 0.92 | 0.29 | 0.26 | 318.73 | 0.85 | 0.4 |
| Hex | BC | F | 86 | 0 | 5C | 1D | 1A | 13F | 55 | 28 |
| Octal | 274 | 17 | 206 | 0 | 134 | 35 | 32 | 477 | 125 | 50 |
| Binary | 10111100 | 1111 | 10000110 | 0 | 1011100 | 11101 | 11010 | 100111111 | 1010101 | 101000 |
Color Harmonies of #BC0F86
Complementary color
Monochromatic Colors of #BC0F86
Black with #BC0F86
Text Example
Text Example
White with #BC0F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F86; }
p { color: rgb(188,15,134); }
H1.HeaderClassName
{
color: #BC0F86;
}
.AnyTagClassName
{
color: #BC0F86;
}
</style>
background-color css
<style>
a { background-color: #BC0F86; }
a { background-color: rgb(188,15,134); }
div.DivClassName
{
background-color: #BC0F86;
}
.BgClassName
{
background-color: #BC0F86;
}
</style>
border-color css
<style>
span { border-color: #BC0F86; }
span { border-color: rgb(188,15,134); }
td.TdClassName
{
border-color: #BC0F86;
}
.TagClassName
{
border-color: #BC0F86;
}
</style>