Shades of Medium Violet Red #BC157C
Tints of Medium Violet Red #BC157C
RGB
CMYK
RGB Variations
Color information
#BC157C (or 0xBC157C) is known color: Medium Violet Red. HEX triplet: BC, 15 and 7C. RGB value is (188,21,124). Sum of RGB (Red+Green+Blue) = 188+21+124=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC157C is #43EA83. Grayscale: #525252. Windows color (decimal): -4450948 or 8132028. OLE color: 8132028.
HSL color Cylindrical-coordinate representation of color #BC157C: hue angle of 322.99º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC157C is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 124 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.26 |
| HSL | 322.99º | 0.8% | 0.41% | - |
| HSV(B) | 322.99º | 0.89% | 0.74% | - |
| XYZ | 24.65 | 12.68 | 20.22 | - |
| YUV | 82.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 124 | 0 | 0.89 | 0.34 | 0.26 | 322.99 | 0.8 | 0.41 |
| Hex | BC | 15 | 7C | 0 | 59 | 22 | 1A | 143 | 50 | 29 |
| Octal | 274 | 25 | 174 | 0 | 131 | 42 | 32 | 503 | 120 | 51 |
| Binary | 10111100 | 10101 | 1111100 | 0 | 1011001 | 100010 | 11010 | 101000011 | 1010000 | 101001 |
Color Harmonies of #BC157C
Complementary color
Monochromatic Colors of #BC157C
Black with #BC157C
Text Example
Text Example
White with #BC157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC157C; }
p { color: rgb(188,21,124); }
H1.HeaderClassName
{
color: #BC157C;
}
.AnyTagClassName
{
color: #BC157C;
}
</style>
background-color css
<style>
a { background-color: #BC157C; }
a { background-color: rgb(188,21,124); }
div.DivClassName
{
background-color: #BC157C;
}
.BgClassName
{
background-color: #BC157C;
}
</style>
border-color css
<style>
span { border-color: #BC157C; }
span { border-color: rgb(188,21,124); }
td.TdClassName
{
border-color: #BC157C;
}
.TagClassName
{
border-color: #BC157C;
}
</style>