Shades of Medium Red Violet #BC2476
Tints of Medium Red Violet #BC2476
RGB
CMYK
RGB Variations
Color information
#BC2476 (or 0xBC2476) is known color: Medium Red Violet. HEX triplet: BC, 24 and 76. RGB value is (188,36,118). Sum of RGB (Red+Green+Blue) = 188+36+118=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2476 is #43DB89. Grayscale: #5A5A5A. Windows color (decimal): -4447114 or 7742652. OLE color: 7742652.
HSL color Cylindrical-coordinate representation of color #BC2476: hue angle of 327.63º 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 #BC2476 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 118 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.26 |
| HSL | 327.63º | 0.68% | 0.44% | - |
| HSV(B) | 327.63º | 0.81% | 0.74% | - |
| XYZ | 24.64 | 13.26 | 18.4 | - |
| YUV | 90.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 118 | 0 | 0.81 | 0.37 | 0.26 | 327.63 | 0.68 | 0.44 |
| Hex | BC | 24 | 76 | 0 | 51 | 25 | 1A | 148 | 44 | 2C |
| Octal | 274 | 44 | 166 | 0 | 121 | 45 | 32 | 510 | 104 | 54 |
| Binary | 10111100 | 100100 | 1110110 | 0 | 1010001 | 100101 | 11010 | 101001000 | 1000100 | 101100 |
Color Harmonies of #BC2476
Complementary color
Monochromatic Colors of #BC2476
Black with #BC2476
Text Example
Text Example
White with #BC2476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2476; }
p { color: rgb(188,36,118); }
H1.HeaderClassName
{
color: #BC2476;
}
.AnyTagClassName
{
color: #BC2476;
}
</style>
background-color css
<style>
a { background-color: #BC2476; }
a { background-color: rgb(188,36,118); }
div.DivClassName
{
background-color: #BC2476;
}
.BgClassName
{
background-color: #BC2476;
}
</style>
border-color css
<style>
span { border-color: #BC2476; }
span { border-color: rgb(188,36,118); }
td.TdClassName
{
border-color: #BC2476;
}
.TagClassName
{
border-color: #BC2476;
}
</style>