Shades of Medium Violet Red #BC158D
Tints of Medium Violet Red #BC158D
RGB
CMYK
RGB Variations
Color information
#BC158D (or 0xBC158D) is known color: Medium Violet Red. HEX triplet: BC, 15 and 8D. RGB value is (188,21,141). Sum of RGB (Red+Green+Blue) = 188+21+141=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC158D is #43EA72. Grayscale: #545454. Windows color (decimal): -4450931 or 9246140. OLE color: 9246140.
HSL color Cylindrical-coordinate representation of color #BC158D: hue angle of 316.89º 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 #BC158D is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 141 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.26 |
| HSL | 316.89º | 0.8% | 0.41% | - |
| HSV(B) | 316.89º | 0.89% | 0.74% | - |
| XYZ | 25.81 | 13.15 | 26.38 | - |
| YUV | 84.61 | 159.83 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 141 | 0 | 0.89 | 0.25 | 0.26 | 316.89 | 0.8 | 0.41 |
| Hex | BC | 15 | 8D | 0 | 59 | 19 | 1A | 13D | 50 | 29 |
| Octal | 274 | 25 | 215 | 0 | 131 | 31 | 32 | 475 | 120 | 51 |
| Binary | 10111100 | 10101 | 10001101 | 0 | 1011001 | 11001 | 11010 | 100111101 | 1010000 | 101001 |
Color Harmonies of #BC158D
Complementary color
Monochromatic Colors of #BC158D
Black with #BC158D
Text Example
Text Example
White with #BC158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC158D; }
p { color: rgb(188,21,141); }
H1.HeaderClassName
{
color: #BC158D;
}
.AnyTagClassName
{
color: #BC158D;
}
</style>
background-color css
<style>
a { background-color: #BC158D; }
a { background-color: rgb(188,21,141); }
div.DivClassName
{
background-color: #BC158D;
}
.BgClassName
{
background-color: #BC158D;
}
</style>
border-color css
<style>
span { border-color: #BC158D; }
span { border-color: rgb(188,21,141); }
td.TdClassName
{
border-color: #BC158D;
}
.TagClassName
{
border-color: #BC158D;
}
</style>