Shades of Medium Red Violet #BC2578
Tints of Medium Red Violet #BC2578
RGB
CMYK
RGB Variations
Color information
#BC2578 (or 0xBC2578) is known color: Medium Red Violet. HEX triplet: BC, 25 and 78. RGB value is (188,37,120). Sum of RGB (Red+Green+Blue) = 188+37+120=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2578 is #43DA87. Grayscale: #5B5B5B. Windows color (decimal): -4446856 or 7873980. OLE color: 7873980.
HSL color Cylindrical-coordinate representation of color #BC2578: hue angle of 327.02º 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 #BC2578 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 120 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.26 |
| HSL | 327.02º | 0.67% | 0.44% | - |
| HSV(B) | 327.02º | 0.8% | 0.74% | - |
| XYZ | 24.79 | 13.37 | 19.04 | - |
| YUV | 91.61 | 144.03 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 120 | 0 | 0.80 | 0.36 | 0.26 | 327.02 | 0.67 | 0.44 |
| Hex | BC | 25 | 78 | 0 | 50 | 24 | 1A | 147 | 43 | 2C |
| Octal | 274 | 45 | 170 | 0 | 120 | 44 | 32 | 507 | 103 | 54 |
| Binary | 10111100 | 100101 | 1111000 | 0 | 1010000 | 100100 | 11010 | 101000111 | 1000011 | 101100 |
Color Harmonies of #BC2578
Complementary color
Monochromatic Colors of #BC2578
Black with #BC2578
Text Example
Text Example
White with #BC2578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2578; }
p { color: rgb(188,37,120); }
H1.HeaderClassName
{
color: #BC2578;
}
.AnyTagClassName
{
color: #BC2578;
}
</style>
background-color css
<style>
a { background-color: #BC2578; }
a { background-color: rgb(188,37,120); }
div.DivClassName
{
background-color: #BC2578;
}
.BgClassName
{
background-color: #BC2578;
}
</style>
border-color css
<style>
span { border-color: #BC2578; }
span { border-color: rgb(188,37,120); }
td.TdClassName
{
border-color: #BC2578;
}
.TagClassName
{
border-color: #BC2578;
}
</style>