Shades of Medium Red Violet #BC37A0
Tints of Medium Red Violet #BC37A0
RGB
CMYK
RGB Variations
Color information
#BC37A0 (or 0xBC37A0) is known color: Medium Red Violet. HEX triplet: BC, 37 and A0. RGB value is (188,55,160). Sum of RGB (Red+Green+Blue) = 188+55+160=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC37A0 is #43C85F. Grayscale: #6A6A6A. Windows color (decimal): -4442208 or 10500028. OLE color: 10500028.
HSL color Cylindrical-coordinate representation of color #BC37A0: hue angle of 312.63º 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 #BC37A0 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 160 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.26 |
| HSL | 312.63º | 0.55% | 0.48% | - |
| HSV(B) | 312.63º | 0.71% | 0.74% | - |
| XYZ | 28.45 | 15.96 | 34.84 | - |
| YUV | 106.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 160 | 0 | 0.71 | 0.15 | 0.26 | 312.63 | 0.55 | 0.48 |
| Hex | BC | 37 | A0 | 0 | 47 | F | 1A | 139 | 37 | 30 |
| Octal | 274 | 67 | 240 | 0 | 107 | 17 | 32 | 471 | 67 | 60 |
| Binary | 10111100 | 110111 | 10100000 | 0 | 1000111 | 1111 | 11010 | 100111001 | 110111 | 110000 |
Color Harmonies of #BC37A0
Complementary color
Monochromatic Colors of #BC37A0
Black with #BC37A0
Text Example
Text Example
White with #BC37A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37A0; }
p { color: rgb(188,55,160); }
H1.HeaderClassName
{
color: #BC37A0;
}
.AnyTagClassName
{
color: #BC37A0;
}
</style>
background-color css
<style>
a { background-color: #BC37A0; }
a { background-color: rgb(188,55,160); }
div.DivClassName
{
background-color: #BC37A0;
}
.BgClassName
{
background-color: #BC37A0;
}
</style>
border-color css
<style>
span { border-color: #BC37A0; }
span { border-color: rgb(188,55,160); }
td.TdClassName
{
border-color: #BC37A0;
}
.TagClassName
{
border-color: #BC37A0;
}
</style>