Shades of Medium Violet Red #BC0877
Tints of Medium Violet Red #BC0877
RGB
CMYK
RGB Variations
Color information
#BC0877 (or 0xBC0877) is known color: Medium Violet Red. HEX triplet: BC, 08 and 77. RGB value is (188,8,119). Sum of RGB (Red+Green+Blue) = 188+8+119=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0877 is #43F788. Grayscale: #4A4A4A. Windows color (decimal): -4454281 or 7801020. OLE color: 7801020.
HSL color Cylindrical-coordinate representation of color #BC0877: hue angle of 323º degrees, saturation: 0.92, 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 #BC0877 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 119 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.26 |
| HSL | 323º | 0.92% | 0.38% | - |
| HSV(B) | 323º | 0.96% | 0.74% | - |
| XYZ | 24.16 | 12.2 | 18.53 | - |
| YUV | 74.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 119 | 0 | 0.96 | 0.37 | 0.26 | 323 | 0.92 | 0.38 |
| Hex | BC | 8 | 77 | 0 | 60 | 25 | 1A | 143 | 5C | 26 |
| Octal | 274 | 10 | 167 | 0 | 140 | 45 | 32 | 503 | 134 | 46 |
| Binary | 10111100 | 1000 | 1110111 | 0 | 1100000 | 100101 | 11010 | 101000011 | 1011100 | 100110 |
Color Harmonies of #BC0877
Complementary color
Monochromatic Colors of #BC0877
Black with #BC0877
Text Example
Text Example
White with #BC0877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0877; }
p { color: rgb(188,8,119); }
H1.HeaderClassName
{
color: #BC0877;
}
.AnyTagClassName
{
color: #BC0877;
}
</style>
background-color css
<style>
a { background-color: #BC0877; }
a { background-color: rgb(188,8,119); }
div.DivClassName
{
background-color: #BC0877;
}
.BgClassName
{
background-color: #BC0877;
}
</style>
border-color css
<style>
span { border-color: #BC0877; }
span { border-color: rgb(188,8,119); }
td.TdClassName
{
border-color: #BC0877;
}
.TagClassName
{
border-color: #BC0877;
}
</style>