Shades of Medium Red Violet #BC3780
Tints of Medium Red Violet #BC3780
RGB
CMYK
RGB Variations
Color information
#BC3780 (or 0xBC3780) is known color: Medium Red Violet. HEX triplet: BC, 37 and 80. RGB value is (188,55,128). Sum of RGB (Red+Green+Blue) = 188+55+128=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3780 is #43C87F. Grayscale: #666666. Windows color (decimal): -4442240 or 8402876. OLE color: 8402876.
HSL color Cylindrical-coordinate representation of color #BC3780: hue angle of 327.07º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3780 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 128 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.26 |
| HSL | 327.07º | 0.55% | 0.48% | - |
| HSV(B) | 327.07º | 0.71% | 0.74% | - |
| XYZ | 26 | 14.98 | 21.94 | - |
| YUV | 103.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 128 | 0 | 0.71 | 0.32 | 0.26 | 327.07 | 0.55 | 0.48 |
| Hex | BC | 37 | 80 | 0 | 47 | 20 | 1A | 147 | 37 | 30 |
| Octal | 274 | 67 | 200 | 0 | 107 | 40 | 32 | 507 | 67 | 60 |
| Binary | 10111100 | 110111 | 10000000 | 0 | 1000111 | 100000 | 11010 | 101000111 | 110111 | 110000 |
Color Harmonies of #BC3780
Complementary color
Monochromatic Colors of #BC3780
Black with #BC3780
Text Example
Text Example
White with #BC3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3780; }
p { color: rgb(188,55,128); }
H1.HeaderClassName
{
color: #BC3780;
}
.AnyTagClassName
{
color: #BC3780;
}
</style>
background-color css
<style>
a { background-color: #BC3780; }
a { background-color: rgb(188,55,128); }
div.DivClassName
{
background-color: #BC3780;
}
.BgClassName
{
background-color: #BC3780;
}
</style>
border-color css
<style>
span { border-color: #BC3780; }
span { border-color: rgb(188,55,128); }
td.TdClassName
{
border-color: #BC3780;
}
.TagClassName
{
border-color: #BC3780;
}
</style>