Shades of Medium Red Violet #BC2478
Tints of Medium Red Violet #BC2478
RGB
CMYK
RGB Variations
Color information
#BC2478 (or 0xBC2478) is known color: Medium Red Violet. HEX triplet: BC, 24 and 78. RGB value is (188,36,120). Sum of RGB (Red+Green+Blue) = 188+36+120=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2478 is #43DB87. Grayscale: #5A5A5A. Windows color (decimal): -4447112 or 7873724. OLE color: 7873724.
HSL color Cylindrical-coordinate representation of color #BC2478: hue angle of 326.84º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2478 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 120 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.26 |
| HSL | 326.84º | 0.68% | 0.44% | - |
| HSV(B) | 326.84º | 0.81% | 0.74% | - |
| XYZ | 24.76 | 13.31 | 19.03 | - |
| YUV | 91.02 | 144.36 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 120 | 0 | 0.81 | 0.36 | 0.26 | 326.84 | 0.68 | 0.44 |
| Hex | BC | 24 | 78 | 0 | 51 | 24 | 1A | 147 | 44 | 2C |
| Octal | 274 | 44 | 170 | 0 | 121 | 44 | 32 | 507 | 104 | 54 |
| Binary | 10111100 | 100100 | 1111000 | 0 | 1010001 | 100100 | 11010 | 101000111 | 1000100 | 101100 |
Color Harmonies of #BC2478
Complementary color
Monochromatic Colors of #BC2478
Black with #BC2478
Text Example
Text Example
White with #BC2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2478; }
p { color: rgb(188,36,120); }
H1.HeaderClassName
{
color: #BC2478;
}
.AnyTagClassName
{
color: #BC2478;
}
</style>
background-color css
<style>
a { background-color: #BC2478; }
a { background-color: rgb(188,36,120); }
div.DivClassName
{
background-color: #BC2478;
}
.BgClassName
{
background-color: #BC2478;
}
</style>
border-color css
<style>
span { border-color: #BC2478; }
span { border-color: rgb(188,36,120); }
td.TdClassName
{
border-color: #BC2478;
}
.TagClassName
{
border-color: #BC2478;
}
</style>