Shades of Medium Red Violet #BC2591
Tints of Medium Red Violet #BC2591
RGB
CMYK
RGB Variations
Color information
#BC2591 (or 0xBC2591) is known color: Medium Red Violet. HEX triplet: BC, 25 and 91. RGB value is (188,37,145). Sum of RGB (Red+Green+Blue) = 188+37+145=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2591 is #43DA6E. Grayscale: #5E5E5E. Windows color (decimal): -4446831 or 9512380. OLE color: 9512380.
HSL color Cylindrical-coordinate representation of color #BC2591: hue angle of 317.09º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2591 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 145 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.26 |
| HSL | 317.09º | 0.67% | 0.44% | - |
| HSV(B) | 317.09º | 0.8% | 0.74% | - |
| XYZ | 26.51 | 14.06 | 28.1 | - |
| YUV | 94.46 | 156.53 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 145 | 0 | 0.80 | 0.23 | 0.26 | 317.09 | 0.67 | 0.44 |
| Hex | BC | 25 | 91 | 0 | 50 | 17 | 1A | 13D | 43 | 2C |
| Octal | 274 | 45 | 221 | 0 | 120 | 27 | 32 | 475 | 103 | 54 |
| Binary | 10111100 | 100101 | 10010001 | 0 | 1010000 | 10111 | 11010 | 100111101 | 1000011 | 101100 |
Color Harmonies of #BC2591
Complementary color
Monochromatic Colors of #BC2591
Black with #BC2591
Text Example
Text Example
White with #BC2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2591; }
p { color: rgb(188,37,145); }
H1.HeaderClassName
{
color: #BC2591;
}
.AnyTagClassName
{
color: #BC2591;
}
</style>
background-color css
<style>
a { background-color: #BC2591; }
a { background-color: rgb(188,37,145); }
div.DivClassName
{
background-color: #BC2591;
}
.BgClassName
{
background-color: #BC2591;
}
</style>
border-color css
<style>
span { border-color: #BC2591; }
span { border-color: rgb(188,37,145); }
td.TdClassName
{
border-color: #BC2591;
}
.TagClassName
{
border-color: #BC2591;
}
</style>