Shades of Medium Violet Red #BC0086
Tints of Medium Violet Red #BC0086
RGB
CMYK
RGB Variations
Color information
#BC0086 (or 0xBC0086) is known color: Medium Violet Red. HEX triplet: BC, 00 and 86. RGB value is (188,0,134). Sum of RGB (Red+Green+Blue) = 188+0+134=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0086 is #43FF79. Grayscale: #474747. Windows color (decimal): -4456314 or 8782012. OLE color: 8782012.
HSL color Cylindrical-coordinate representation of color #BC0086: hue angle of 317.23º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0086 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.29 | 0.26 |
| HSL | 317.23º | 1% | 0.37% | - |
| HSV(B) | 317.23º | 1% | 0.74% | - |
| XYZ | 25.04 | 12.41 | 23.63 | - |
| YUV | 71.49 | 163.28 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 134 | 0 | 1 | 0.29 | 0.26 | 317.23 | 1 | 0.37 |
| Hex | BC | 0 | 86 | 0 | 64 | 1D | 1A | 13D | 64 | 25 |
| Octal | 274 | 0 | 206 | 0 | 144 | 35 | 32 | 475 | 144 | 45 |
| Binary | 10111100 | 0 | 10000110 | 0 | 1100100 | 11101 | 11010 | 100111101 | 1100100 | 100101 |
Color Harmonies of #BC0086
Complementary color
Monochromatic Colors of #BC0086
Black with #BC0086
Text Example
Text Example
White with #BC0086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0086; }
p { color: rgb(188,0,134); }
H1.HeaderClassName
{
color: #BC0086;
}
.AnyTagClassName
{
color: #BC0086;
}
</style>
background-color css
<style>
a { background-color: #BC0086; }
a { background-color: rgb(188,0,134); }
div.DivClassName
{
background-color: #BC0086;
}
.BgClassName
{
background-color: #BC0086;
}
</style>
border-color css
<style>
span { border-color: #BC0086; }
span { border-color: rgb(188,0,134); }
td.TdClassName
{
border-color: #BC0086;
}
.TagClassName
{
border-color: #BC0086;
}
</style>