Shades of Medium Violet Red #BC0B77
Tints of Medium Violet Red #BC0B77
RGB
CMYK
RGB Variations
Color information
#BC0B77 (or 0xBC0B77) is known color: Medium Violet Red. HEX triplet: BC, 0B and 77. RGB value is (188,11,119). Sum of RGB (Red+Green+Blue) = 188+11+119=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0B77 is #43F488. Grayscale: #4B4B4B. Windows color (decimal): -4453513 or 7801788. OLE color: 7801788.
HSL color Cylindrical-coordinate representation of color #BC0B77: hue angle of 323.39º 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 #BC0B77 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 119 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.26 |
| HSL | 323.39º | 0.89% | 0.39% | - |
| HSV(B) | 323.39º | 0.94% | 0.74% | - |
| XYZ | 24.19 | 12.26 | 18.54 | - |
| YUV | 76.24 | 152.14 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 119 | 0 | 0.94 | 0.37 | 0.26 | 323.39 | 0.89 | 0.39 |
| Hex | BC | B | 77 | 0 | 5E | 25 | 1A | 143 | 59 | 27 |
| Octal | 274 | 13 | 167 | 0 | 136 | 45 | 32 | 503 | 131 | 47 |
| Binary | 10111100 | 1011 | 1110111 | 0 | 1011110 | 100101 | 11010 | 101000011 | 1011001 | 100111 |
Color Harmonies of #BC0B77
Complementary color
Monochromatic Colors of #BC0B77
Black with #BC0B77
Text Example
Text Example
White with #BC0B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B77; }
p { color: rgb(188,11,119); }
H1.HeaderClassName
{
color: #BC0B77;
}
.AnyTagClassName
{
color: #BC0B77;
}
</style>
background-color css
<style>
a { background-color: #BC0B77; }
a { background-color: rgb(188,11,119); }
div.DivClassName
{
background-color: #BC0B77;
}
.BgClassName
{
background-color: #BC0B77;
}
</style>
border-color css
<style>
span { border-color: #BC0B77; }
span { border-color: rgb(188,11,119); }
td.TdClassName
{
border-color: #BC0B77;
}
.TagClassName
{
border-color: #BC0B77;
}
</style>