Shades of Medium Violet Red #BC0591
Tints of Medium Violet Red #BC0591
RGB
CMYK
RGB Variations
Color information
#BC0591 (or 0xBC0591) is known color: Medium Violet Red. HEX triplet: BC, 05 and 91. RGB value is (188,5,145). Sum of RGB (Red+Green+Blue) = 188+5+145=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0591 is #43FA6E. Grayscale: #4B4B4B. Windows color (decimal): -4455023 or 9504188. OLE color: 9504188.
HSL color Cylindrical-coordinate representation of color #BC0591: hue angle of 314.1º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0591 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 145 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.26 |
| HSL | 314.1º | 0.95% | 0.38% | - |
| HSV(B) | 314.1º | 0.97% | 0.74% | - |
| XYZ | 25.9 | 12.84 | 27.9 | - |
| YUV | 75.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 145 | 0 | 0.97 | 0.23 | 0.26 | 314.1 | 0.95 | 0.38 |
| Hex | BC | 5 | 91 | 0 | 61 | 17 | 1A | 13A | 5F | 26 |
| Octal | 274 | 5 | 221 | 0 | 141 | 27 | 32 | 472 | 137 | 46 |
| Binary | 10111100 | 101 | 10010001 | 0 | 1100001 | 10111 | 11010 | 100111010 | 1011111 | 100110 |
Color Harmonies of #BC0591
Complementary color
Monochromatic Colors of #BC0591
Black with #BC0591
Text Example
Text Example
White with #BC0591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0591; }
p { color: rgb(188,5,145); }
H1.HeaderClassName
{
color: #BC0591;
}
.AnyTagClassName
{
color: #BC0591;
}
</style>
background-color css
<style>
a { background-color: #BC0591; }
a { background-color: rgb(188,5,145); }
div.DivClassName
{
background-color: #BC0591;
}
.BgClassName
{
background-color: #BC0591;
}
</style>
border-color css
<style>
span { border-color: #BC0591; }
span { border-color: rgb(188,5,145); }
td.TdClassName
{
border-color: #BC0591;
}
.TagClassName
{
border-color: #BC0591;
}
</style>