Shades of Medium Red Violet #BC2677
Tints of Medium Red Violet #BC2677
RGB
CMYK
RGB Variations
Color information
#BC2677 (or 0xBC2677) is known color: Medium Red Violet. HEX triplet: BC, 26 and 77. RGB value is (188,38,119). Sum of RGB (Red+Green+Blue) = 188+38+119=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2677 is #43D988. Grayscale: #5B5B5B. Windows color (decimal): -4446601 or 7808700. OLE color: 7808700.
HSL color Cylindrical-coordinate representation of color #BC2677: hue angle of 327.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2677 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 119 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.26 |
| HSL | 327.6º | 0.66% | 0.44% | - |
| HSV(B) | 327.6º | 0.8% | 0.74% | - |
| XYZ | 24.76 | 13.41 | 18.74 | - |
| YUV | 92.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 119 | 0 | 0.80 | 0.37 | 0.26 | 327.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 77 | 0 | 50 | 25 | 1A | 148 | 42 | 2C |
| Octal | 274 | 46 | 167 | 0 | 120 | 45 | 32 | 510 | 102 | 54 |
| Binary | 10111100 | 100110 | 1110111 | 0 | 1010000 | 100101 | 11010 | 101001000 | 1000010 | 101100 |
Color Harmonies of #BC2677
Complementary color
Monochromatic Colors of #BC2677
Black with #BC2677
Text Example
Text Example
White with #BC2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2677; }
p { color: rgb(188,38,119); }
H1.HeaderClassName
{
color: #BC2677;
}
.AnyTagClassName
{
color: #BC2677;
}
</style>
background-color css
<style>
a { background-color: #BC2677; }
a { background-color: rgb(188,38,119); }
div.DivClassName
{
background-color: #BC2677;
}
.BgClassName
{
background-color: #BC2677;
}
</style>
border-color css
<style>
span { border-color: #BC2677; }
span { border-color: rgb(188,38,119); }
td.TdClassName
{
border-color: #BC2677;
}
.TagClassName
{
border-color: #BC2677;
}
</style>