Shades of Medium Violet Red #BC148D
Tints of Medium Violet Red #BC148D
RGB
CMYK
RGB Variations
Color information
#BC148D (or 0xBC148D) is known color: Medium Violet Red. HEX triplet: BC, 14 and 8D. RGB value is (188,20,141). Sum of RGB (Red+Green+Blue) = 188+20+141=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC148D is #43EB72. Grayscale: #535353. Windows color (decimal): -4451187 or 9245884. OLE color: 9245884.
HSL color Cylindrical-coordinate representation of color #BC148D: hue angle of 316.79º degrees, saturation: 0.81, 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 #BC148D is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 141 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.26 |
| HSL | 316.79º | 0.81% | 0.41% | - |
| HSV(B) | 316.79º | 0.89% | 0.74% | - |
| XYZ | 25.8 | 13.11 | 26.37 | - |
| YUV | 84.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 141 | 0 | 0.89 | 0.25 | 0.26 | 316.79 | 0.81 | 0.41 |
| Hex | BC | 14 | 8D | 0 | 59 | 19 | 1A | 13D | 51 | 29 |
| Octal | 274 | 24 | 215 | 0 | 131 | 31 | 32 | 475 | 121 | 51 |
| Binary | 10111100 | 10100 | 10001101 | 0 | 1011001 | 11001 | 11010 | 100111101 | 1010001 | 101001 |
Color Harmonies of #BC148D
Complementary color
Monochromatic Colors of #BC148D
Black with #BC148D
Text Example
Text Example
White with #BC148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC148D; }
p { color: rgb(188,20,141); }
H1.HeaderClassName
{
color: #BC148D;
}
.AnyTagClassName
{
color: #BC148D;
}
</style>
background-color css
<style>
a { background-color: #BC148D; }
a { background-color: rgb(188,20,141); }
div.DivClassName
{
background-color: #BC148D;
}
.BgClassName
{
background-color: #BC148D;
}
</style>
border-color css
<style>
span { border-color: #BC148D; }
span { border-color: rgb(188,20,141); }
td.TdClassName
{
border-color: #BC148D;
}
.TagClassName
{
border-color: #BC148D;
}
</style>