Shades of Medium Red Violet #BC2D77
Tints of Medium Red Violet #BC2D77
RGB
CMYK
RGB Variations
Color information
#BC2D77 (or 0xBC2D77) is known color: Medium Red Violet. HEX triplet: BC, 2D and 77. RGB value is (188,45,119). Sum of RGB (Red+Green+Blue) = 188+45+119=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D77 is #43D288. Grayscale: #606060. Windows color (decimal): -4444809 or 7810492. OLE color: 7810492.
HSL color Cylindrical-coordinate representation of color #BC2D77: hue angle of 328.95º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D77 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 119 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.26 |
| HSL | 328.95º | 0.61% | 0.46% | - |
| HSV(B) | 328.95º | 0.76% | 0.74% | - |
| XYZ | 25.01 | 13.9 | 18.82 | - |
| YUV | 96.19 | 140.88 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 119 | 0 | 0.76 | 0.37 | 0.26 | 328.95 | 0.61 | 0.46 |
| Hex | BC | 2D | 77 | 0 | 4C | 25 | 1A | 149 | 3D | 2E |
| Octal | 274 | 55 | 167 | 0 | 114 | 45 | 32 | 511 | 75 | 56 |
| Binary | 10111100 | 101101 | 1110111 | 0 | 1001100 | 100101 | 11010 | 101001001 | 111101 | 101110 |
Color Harmonies of #BC2D77
Complementary color
Monochromatic Colors of #BC2D77
Black with #BC2D77
Text Example
Text Example
White with #BC2D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D77; }
p { color: rgb(188,45,119); }
H1.HeaderClassName
{
color: #BC2D77;
}
.AnyTagClassName
{
color: #BC2D77;
}
</style>
background-color css
<style>
a { background-color: #BC2D77; }
a { background-color: rgb(188,45,119); }
div.DivClassName
{
background-color: #BC2D77;
}
.BgClassName
{
background-color: #BC2D77;
}
</style>
border-color css
<style>
span { border-color: #BC2D77; }
span { border-color: rgb(188,45,119); }
td.TdClassName
{
border-color: #BC2D77;
}
.TagClassName
{
border-color: #BC2D77;
}
</style>