Shades of Medium Violet Red #BC156E
Tints of Medium Violet Red #BC156E
RGB
CMYK
RGB Variations
Color information
#BC156E (or 0xBC156E) is known color: Medium Violet Red. HEX triplet: BC, 15 and 6E. RGB value is (188,21,110). Sum of RGB (Red+Green+Blue) = 188+21+110=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC156E is #43EA91. Grayscale: #505050. Windows color (decimal): -4450962 or 7214524. OLE color: 7214524.
HSL color Cylindrical-coordinate representation of color #BC156E: hue angle of 328.02º 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 #BC156E is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 110 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.26 |
| HSL | 328.02º | 0.8% | 0.41% | - |
| HSV(B) | 328.02º | 0.89% | 0.74% | - |
| XYZ | 23.82 | 12.35 | 15.88 | - |
| YUV | 81.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 110 | 0 | 0.89 | 0.41 | 0.26 | 328.02 | 0.8 | 0.41 |
| Hex | BC | 15 | 6E | 0 | 59 | 29 | 1A | 148 | 50 | 29 |
| Octal | 274 | 25 | 156 | 0 | 131 | 51 | 32 | 510 | 120 | 51 |
| Binary | 10111100 | 10101 | 1101110 | 0 | 1011001 | 101001 | 11010 | 101001000 | 1010000 | 101001 |
Color Harmonies of #BC156E
Complementary color
Monochromatic Colors of #BC156E
Black with #BC156E
Text Example
Text Example
White with #BC156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC156E; }
p { color: rgb(188,21,110); }
H1.HeaderClassName
{
color: #BC156E;
}
.AnyTagClassName
{
color: #BC156E;
}
</style>
background-color css
<style>
a { background-color: #BC156E; }
a { background-color: rgb(188,21,110); }
div.DivClassName
{
background-color: #BC156E;
}
.BgClassName
{
background-color: #BC156E;
}
</style>
border-color css
<style>
span { border-color: #BC156E; }
span { border-color: rgb(188,21,110); }
td.TdClassName
{
border-color: #BC156E;
}
.TagClassName
{
border-color: #BC156E;
}
</style>