Shades of Medium Violet Red #BC1991
Tints of Medium Violet Red #BC1991
RGB
CMYK
RGB Variations
Color information
#BC1991 (or 0xBC1991) is known color: Medium Violet Red. HEX triplet: BC, 19 and 91. RGB value is (188,25,145). Sum of RGB (Red+Green+Blue) = 188+25+145=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1991 is #43E66E. Grayscale: #575757. Windows color (decimal): -4449903 or 9509308. OLE color: 9509308.
HSL color Cylindrical-coordinate representation of color #BC1991: hue angle of 315.83º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1991 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 145 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.26 |
| HSL | 315.83º | 0.77% | 0.42% | - |
| HSV(B) | 315.83º | 0.87% | 0.74% | - |
| XYZ | 26.2 | 13.43 | 28 | - |
| YUV | 87.42 | 160.5 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 145 | 0 | 0.87 | 0.23 | 0.26 | 315.83 | 0.77 | 0.42 |
| Hex | BC | 19 | 91 | 0 | 57 | 17 | 1A | 13C | 4D | 2A |
| Octal | 274 | 31 | 221 | 0 | 127 | 27 | 32 | 474 | 115 | 52 |
| Binary | 10111100 | 11001 | 10010001 | 0 | 1010111 | 10111 | 11010 | 100111100 | 1001101 | 101010 |
Color Harmonies of #BC1991
Complementary color
Monochromatic Colors of #BC1991
Black with #BC1991
Text Example
Text Example
White with #BC1991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1991; }
p { color: rgb(188,25,145); }
H1.HeaderClassName
{
color: #BC1991;
}
.AnyTagClassName
{
color: #BC1991;
}
</style>
background-color css
<style>
a { background-color: #BC1991; }
a { background-color: rgb(188,25,145); }
div.DivClassName
{
background-color: #BC1991;
}
.BgClassName
{
background-color: #BC1991;
}
</style>
border-color css
<style>
span { border-color: #BC1991; }
span { border-color: rgb(188,25,145); }
td.TdClassName
{
border-color: #BC1991;
}
.TagClassName
{
border-color: #BC1991;
}
</style>