Shades of Medium Violet Red #BC0076
Tints of Medium Violet Red #BC0076
RGB
CMYK
RGB Variations
Color information
#BC0076 (or 0xBC0076) is known color: Medium Violet Red. HEX triplet: BC, 00 and 76. RGB value is (188,0,118). Sum of RGB (Red+Green+Blue) = 188+0+118=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0076 is #43FF89. Grayscale: #454545. Windows color (decimal): -4456330 or 7733436. OLE color: 7733436.
HSL color Cylindrical-coordinate representation of color #BC0076: hue angle of 322.34º 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 #BC0076 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.37 | 0.26 |
| HSL | 322.34º | 1% | 0.37% | - |
| HSV(B) | 322.34º | 1% | 0.74% | - |
| XYZ | 24.01 | 12 | 18.19 | - |
| YUV | 69.66 | 155.28 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 118 | 0 | 1 | 0.37 | 0.26 | 322.34 | 1 | 0.37 |
| Hex | BC | 0 | 76 | 0 | 64 | 25 | 1A | 142 | 64 | 25 |
| Octal | 274 | 0 | 166 | 0 | 144 | 45 | 32 | 502 | 144 | 45 |
| Binary | 10111100 | 0 | 1110110 | 0 | 1100100 | 100101 | 11010 | 101000010 | 1100100 | 100101 |
Color Harmonies of #BC0076
Complementary color
Monochromatic Colors of #BC0076
Black with #BC0076
Text Example
Text Example
White with #BC0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0076; }
p { color: rgb(188,0,118); }
H1.HeaderClassName
{
color: #BC0076;
}
.AnyTagClassName
{
color: #BC0076;
}
</style>
background-color css
<style>
a { background-color: #BC0076; }
a { background-color: rgb(188,0,118); }
div.DivClassName
{
background-color: #BC0076;
}
.BgClassName
{
background-color: #BC0076;
}
</style>
border-color css
<style>
span { border-color: #BC0076; }
span { border-color: rgb(188,0,118); }
td.TdClassName
{
border-color: #BC0076;
}
.TagClassName
{
border-color: #BC0076;
}
</style>