Shades of Medium Violet Red #BC0477
Tints of Medium Violet Red #BC0477
RGB
CMYK
RGB Variations
Color information
#BC0477 (or 0xBC0477) is known color: Medium Violet Red. HEX triplet: BC, 04 and 77. RGB value is (188,4,119). Sum of RGB (Red+Green+Blue) = 188+4+119=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0477 is #43FB88. Grayscale: #474747. Windows color (decimal): -4455305 or 7799996. OLE color: 7799996.
HSL color Cylindrical-coordinate representation of color #BC0477: hue angle of 322.5º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0477 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.26 |
| HSL | 322.5º | 0.96% | 0.38% | - |
| HSV(B) | 322.5º | 0.98% | 0.74% | - |
| XYZ | 24.11 | 12.11 | 18.52 | - |
| YUV | 72.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 119 | 0 | 0.98 | 0.37 | 0.26 | 322.5 | 0.96 | 0.38 |
| Hex | BC | 4 | 77 | 0 | 62 | 25 | 1A | 142 | 60 | 26 |
| Octal | 274 | 4 | 167 | 0 | 142 | 45 | 32 | 502 | 140 | 46 |
| Binary | 10111100 | 100 | 1110111 | 0 | 1100010 | 100101 | 11010 | 101000010 | 1100000 | 100110 |
Color Harmonies of #BC0477
Complementary color
Monochromatic Colors of #BC0477
Black with #BC0477
Text Example
Text Example
White with #BC0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0477; }
p { color: rgb(188,4,119); }
H1.HeaderClassName
{
color: #BC0477;
}
.AnyTagClassName
{
color: #BC0477;
}
</style>
background-color css
<style>
a { background-color: #BC0477; }
a { background-color: rgb(188,4,119); }
div.DivClassName
{
background-color: #BC0477;
}
.BgClassName
{
background-color: #BC0477;
}
</style>
border-color css
<style>
span { border-color: #BC0477; }
span { border-color: rgb(188,4,119); }
td.TdClassName
{
border-color: #BC0477;
}
.TagClassName
{
border-color: #BC0477;
}
</style>