Shades of Medium Red Violet #BC2592
Tints of Medium Red Violet #BC2592
RGB
CMYK
RGB Variations
Color information
#BC2592 (or 0xBC2592) is known color: Medium Red Violet. HEX triplet: BC, 25 and 92. RGB value is (188,37,146). Sum of RGB (Red+Green+Blue) = 188+37+146=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2592 is #43DA6D. Grayscale: #5E5E5E. Windows color (decimal): -4446830 or 9577916. OLE color: 9577916.
HSL color Cylindrical-coordinate representation of color #BC2592: hue angle of 316.69º 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 #BC2592 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 146 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.26 |
| HSL | 316.69º | 0.67% | 0.44% | - |
| HSV(B) | 316.69º | 0.8% | 0.74% | - |
| XYZ | 26.59 | 14.09 | 28.51 | - |
| YUV | 94.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 146 | 0 | 0.80 | 0.22 | 0.26 | 316.69 | 0.67 | 0.44 |
| Hex | BC | 25 | 92 | 0 | 50 | 16 | 1A | 13D | 43 | 2C |
| Octal | 274 | 45 | 222 | 0 | 120 | 26 | 32 | 475 | 103 | 54 |
| Binary | 10111100 | 100101 | 10010010 | 0 | 1010000 | 10110 | 11010 | 100111101 | 1000011 | 101100 |
Color Harmonies of #BC2592
Complementary color
Monochromatic Colors of #BC2592
Black with #BC2592
Text Example
Text Example
White with #BC2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2592; }
p { color: rgb(188,37,146); }
H1.HeaderClassName
{
color: #BC2592;
}
.AnyTagClassName
{
color: #BC2592;
}
</style>
background-color css
<style>
a { background-color: #BC2592; }
a { background-color: rgb(188,37,146); }
div.DivClassName
{
background-color: #BC2592;
}
.BgClassName
{
background-color: #BC2592;
}
</style>
border-color css
<style>
span { border-color: #BC2592; }
span { border-color: rgb(188,37,146); }
td.TdClassName
{
border-color: #BC2592;
}
.TagClassName
{
border-color: #BC2592;
}
</style>