Shades of Medium Red Violet #BC37A2
Tints of Medium Red Violet #BC37A2
RGB
CMYK
RGB Variations
Color information
#BC37A2 (or 0xBC37A2) is known color: Medium Red Violet. HEX triplet: BC, 37 and A2. RGB value is (188,55,162). Sum of RGB (Red+Green+Blue) = 188+55+162=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC37A2 is #43C85D. Grayscale: #6A6A6A. Windows color (decimal): -4442206 or 10631100. OLE color: 10631100.
HSL color Cylindrical-coordinate representation of color #BC37A2: hue angle of 311.73º 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 #BC37A2 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 162 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.26 |
| HSL | 311.73º | 0.55% | 0.48% | - |
| HSV(B) | 311.73º | 0.71% | 0.74% | - |
| XYZ | 28.63 | 16.03 | 35.77 | - |
| YUV | 106.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 162 | 0 | 0.71 | 0.14 | 0.26 | 311.73 | 0.55 | 0.48 |
| Hex | BC | 37 | A2 | 0 | 47 | E | 1A | 138 | 37 | 30 |
| Octal | 274 | 67 | 242 | 0 | 107 | 16 | 32 | 470 | 67 | 60 |
| Binary | 10111100 | 110111 | 10100010 | 0 | 1000111 | 1110 | 11010 | 100111000 | 110111 | 110000 |
Color Harmonies of #BC37A2
Complementary color
Monochromatic Colors of #BC37A2
Black with #BC37A2
Text Example
Text Example
White with #BC37A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37A2; }
p { color: rgb(188,55,162); }
H1.HeaderClassName
{
color: #BC37A2;
}
.AnyTagClassName
{
color: #BC37A2;
}
</style>
background-color css
<style>
a { background-color: #BC37A2; }
a { background-color: rgb(188,55,162); }
div.DivClassName
{
background-color: #BC37A2;
}
.BgClassName
{
background-color: #BC37A2;
}
</style>
border-color css
<style>
span { border-color: #BC37A2; }
span { border-color: rgb(188,55,162); }
td.TdClassName
{
border-color: #BC37A2;
}
.TagClassName
{
border-color: #BC37A2;
}
</style>