Shades of Medium Violet Red #BC0B76
Tints of Medium Violet Red #BC0B76
RGB
CMYK
RGB Variations
Color information
#BC0B76 (or 0xBC0B76) is known color: Medium Violet Red. HEX triplet: BC, 0B and 76. RGB value is (188,11,118). Sum of RGB (Red+Green+Blue) = 188+11+118=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0B76 is #43F489. Grayscale: #4B4B4B. Windows color (decimal): -4453514 or 7736252. OLE color: 7736252.
HSL color Cylindrical-coordinate representation of color #BC0B76: hue angle of 323.73º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B76 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 118 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.26 |
| HSL | 323.73º | 0.89% | 0.39% | - |
| HSV(B) | 323.73º | 0.94% | 0.74% | - |
| XYZ | 24.13 | 12.24 | 18.23 | - |
| YUV | 76.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 118 | 0 | 0.94 | 0.37 | 0.26 | 323.73 | 0.89 | 0.39 |
| Hex | BC | B | 76 | 0 | 5E | 25 | 1A | 144 | 59 | 27 |
| Octal | 274 | 13 | 166 | 0 | 136 | 45 | 32 | 504 | 131 | 47 |
| Binary | 10111100 | 1011 | 1110110 | 0 | 1011110 | 100101 | 11010 | 101000100 | 1011001 | 100111 |
Color Harmonies of #BC0B76
Complementary color
Monochromatic Colors of #BC0B76
Black with #BC0B76
Text Example
Text Example
White with #BC0B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B76; }
p { color: rgb(188,11,118); }
H1.HeaderClassName
{
color: #BC0B76;
}
.AnyTagClassName
{
color: #BC0B76;
}
</style>
background-color css
<style>
a { background-color: #BC0B76; }
a { background-color: rgb(188,11,118); }
div.DivClassName
{
background-color: #BC0B76;
}
.BgClassName
{
background-color: #BC0B76;
}
</style>
border-color css
<style>
span { border-color: #BC0B76; }
span { border-color: rgb(188,11,118); }
td.TdClassName
{
border-color: #BC0B76;
}
.TagClassName
{
border-color: #BC0B76;
}
</style>