Shades of Medium Red Violet #BC2572
Tints of Medium Red Violet #BC2572
RGB
CMYK
RGB Variations
Color information
#BC2572 (or 0xBC2572) is known color: Medium Red Violet. HEX triplet: BC, 25 and 72. RGB value is (188,37,114). Sum of RGB (Red+Green+Blue) = 188+37+114=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2572 is #43DA8D. Grayscale: #5A5A5A. Windows color (decimal): -4446862 or 7480764. OLE color: 7480764.
HSL color Cylindrical-coordinate representation of color #BC2572: hue angle of 329.4º 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 #BC2572 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 114 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.26 |
| HSL | 329.4º | 0.67% | 0.44% | - |
| HSV(B) | 329.4º | 0.8% | 0.74% | - |
| XYZ | 24.44 | 13.23 | 17.19 | - |
| YUV | 90.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 114 | 0 | 0.80 | 0.39 | 0.26 | 329.4 | 0.67 | 0.44 |
| Hex | BC | 25 | 72 | 0 | 50 | 27 | 1A | 149 | 43 | 2C |
| Octal | 274 | 45 | 162 | 0 | 120 | 47 | 32 | 511 | 103 | 54 |
| Binary | 10111100 | 100101 | 1110010 | 0 | 1010000 | 100111 | 11010 | 101001001 | 1000011 | 101100 |
Color Harmonies of #BC2572
Complementary color
Monochromatic Colors of #BC2572
Black with #BC2572
Text Example
Text Example
White with #BC2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2572; }
p { color: rgb(188,37,114); }
H1.HeaderClassName
{
color: #BC2572;
}
.AnyTagClassName
{
color: #BC2572;
}
</style>
background-color css
<style>
a { background-color: #BC2572; }
a { background-color: rgb(188,37,114); }
div.DivClassName
{
background-color: #BC2572;
}
.BgClassName
{
background-color: #BC2572;
}
</style>
border-color css
<style>
span { border-color: #BC2572; }
span { border-color: rgb(188,37,114); }
td.TdClassName
{
border-color: #BC2572;
}
.TagClassName
{
border-color: #BC2572;
}
</style>