Shades of Medium Violet Red #BC157A
Tints of Medium Violet Red #BC157A
RGB
CMYK
RGB Variations
Color information
#BC157A (or 0xBC157A) is known color: Medium Violet Red. HEX triplet: BC, 15 and 7A. RGB value is (188,21,122). Sum of RGB (Red+Green+Blue) = 188+21+122=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC157A is #43EA85. Grayscale: #525252. Windows color (decimal): -4450950 or 8000956. OLE color: 8000956.
HSL color Cylindrical-coordinate representation of color #BC157A: hue angle of 323.71º 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 #BC157A is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 122 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.26 |
| HSL | 323.71º | 0.8% | 0.41% | - |
| HSV(B) | 323.71º | 0.89% | 0.74% | - |
| XYZ | 24.52 | 12.63 | 19.56 | - |
| YUV | 82.45 | 150.33 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 122 | 0 | 0.89 | 0.35 | 0.26 | 323.71 | 0.8 | 0.41 |
| Hex | BC | 15 | 7A | 0 | 59 | 23 | 1A | 144 | 50 | 29 |
| Octal | 274 | 25 | 172 | 0 | 131 | 43 | 32 | 504 | 120 | 51 |
| Binary | 10111100 | 10101 | 1111010 | 0 | 1011001 | 100011 | 11010 | 101000100 | 1010000 | 101001 |
Color Harmonies of #BC157A
Complementary color
Monochromatic Colors of #BC157A
Black with #BC157A
Text Example
Text Example
White with #BC157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC157A; }
p { color: rgb(188,21,122); }
H1.HeaderClassName
{
color: #BC157A;
}
.AnyTagClassName
{
color: #BC157A;
}
</style>
background-color css
<style>
a { background-color: #BC157A; }
a { background-color: rgb(188,21,122); }
div.DivClassName
{
background-color: #BC157A;
}
.BgClassName
{
background-color: #BC157A;
}
</style>
border-color css
<style>
span { border-color: #BC157A; }
span { border-color: rgb(188,21,122); }
td.TdClassName
{
border-color: #BC157A;
}
.TagClassName
{
border-color: #BC157A;
}
</style>