Shades of Medium Red Violet #BC2E91
Tints of Medium Red Violet #BC2E91
RGB
CMYK
RGB Variations
Color information
#BC2E91 (or 0xBC2E91) is known color: Medium Red Violet. HEX triplet: BC, 2E and 91. RGB value is (188,46,145). Sum of RGB (Red+Green+Blue) = 188+46+145=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2E91 is #43D16E. Grayscale: #636363. Windows color (decimal): -4444527 or 9514684. OLE color: 9514684.
HSL color Cylindrical-coordinate representation of color #BC2E91: hue angle of 318.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2E91 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 145 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.26 |
| HSL | 318.17º | 0.61% | 0.46% | - |
| HSV(B) | 318.17º | 0.76% | 0.74% | - |
| XYZ | 26.83 | 14.69 | 28.21 | - |
| YUV | 99.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 145 | 0 | 0.76 | 0.23 | 0.26 | 318.17 | 0.61 | 0.46 |
| Hex | BC | 2E | 91 | 0 | 4C | 17 | 1A | 13E | 3D | 2E |
| Octal | 274 | 56 | 221 | 0 | 114 | 27 | 32 | 476 | 75 | 56 |
| Binary | 10111100 | 101110 | 10010001 | 0 | 1001100 | 10111 | 11010 | 100111110 | 111101 | 101110 |
Color Harmonies of #BC2E91
Complementary color
Monochromatic Colors of #BC2E91
Black with #BC2E91
Text Example
Text Example
White with #BC2E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E91; }
p { color: rgb(188,46,145); }
H1.HeaderClassName
{
color: #BC2E91;
}
.AnyTagClassName
{
color: #BC2E91;
}
</style>
background-color css
<style>
a { background-color: #BC2E91; }
a { background-color: rgb(188,46,145); }
div.DivClassName
{
background-color: #BC2E91;
}
.BgClassName
{
background-color: #BC2E91;
}
</style>
border-color css
<style>
span { border-color: #BC2E91; }
span { border-color: rgb(188,46,145); }
td.TdClassName
{
border-color: #BC2E91;
}
.TagClassName
{
border-color: #BC2E91;
}
</style>