Shades of Medium Violet Red #BC0986
Tints of Medium Violet Red #BC0986
RGB
CMYK
RGB Variations
Color information
#BC0986 (or 0xBC0986) is known color: Medium Violet Red. HEX triplet: BC, 09 and 86. RGB value is (188,9,134). Sum of RGB (Red+Green+Blue) = 188+9+134=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0986 is #43F679. Grayscale: #4C4C4C. Windows color (decimal): -4454010 or 8784316. OLE color: 8784316.
HSL color Cylindrical-coordinate representation of color #BC0986: hue angle of 318.1º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0986 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 134 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.26 |
| HSL | 318.1º | 0.91% | 0.39% | - |
| HSV(B) | 318.1º | 0.95% | 0.74% | - |
| XYZ | 25.14 | 12.61 | 23.66 | - |
| YUV | 76.77 | 160.3 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 134 | 0 | 0.95 | 0.29 | 0.26 | 318.1 | 0.91 | 0.39 |
| Hex | BC | 9 | 86 | 0 | 5F | 1D | 1A | 13E | 5B | 27 |
| Octal | 274 | 11 | 206 | 0 | 137 | 35 | 32 | 476 | 133 | 47 |
| Binary | 10111100 | 1001 | 10000110 | 0 | 1011111 | 11101 | 11010 | 100111110 | 1011011 | 100111 |
Color Harmonies of #BC0986
Complementary color
Monochromatic Colors of #BC0986
Black with #BC0986
Text Example
Text Example
White with #BC0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0986; }
p { color: rgb(188,9,134); }
H1.HeaderClassName
{
color: #BC0986;
}
.AnyTagClassName
{
color: #BC0986;
}
</style>
background-color css
<style>
a { background-color: #BC0986; }
a { background-color: rgb(188,9,134); }
div.DivClassName
{
background-color: #BC0986;
}
.BgClassName
{
background-color: #BC0986;
}
</style>
border-color css
<style>
span { border-color: #BC0986; }
span { border-color: rgb(188,9,134); }
td.TdClassName
{
border-color: #BC0986;
}
.TagClassName
{
border-color: #BC0986;
}
</style>