Shades of Medium Red Violet #BC3471
Tints of Medium Red Violet #BC3471
RGB
CMYK
RGB Variations
Color information
#BC3471 (or 0xBC3471) is known color: Medium Red Violet. HEX triplet: BC, 34 and 71. RGB value is (188,52,113). Sum of RGB (Red+Green+Blue) = 188+52+113=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3471 is #43CB8E. Grayscale: #636363. Windows color (decimal): -4443023 or 7419068. OLE color: 7419068.
HSL color Cylindrical-coordinate representation of color #BC3471: hue angle of 333.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3471 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 113 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.26 |
| HSL | 333.09º | 0.57% | 0.47% | - |
| HSV(B) | 333.09º | 0.72% | 0.74% | - |
| XYZ | 24.95 | 14.34 | 17.08 | - |
| YUV | 99.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 113 | 0 | 0.72 | 0.40 | 0.26 | 333.09 | 0.57 | 0.47 |
| Hex | BC | 34 | 71 | 0 | 48 | 28 | 1A | 14D | 39 | 2F |
| Octal | 274 | 64 | 161 | 0 | 110 | 50 | 32 | 515 | 71 | 57 |
| Binary | 10111100 | 110100 | 1110001 | 0 | 1001000 | 101000 | 11010 | 101001101 | 111001 | 101111 |
Color Harmonies of #BC3471
Complementary color
Monochromatic Colors of #BC3471
Black with #BC3471
Text Example
Text Example
White with #BC3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3471; }
p { color: rgb(188,52,113); }
H1.HeaderClassName
{
color: #BC3471;
}
.AnyTagClassName
{
color: #BC3471;
}
</style>
background-color css
<style>
a { background-color: #BC3471; }
a { background-color: rgb(188,52,113); }
div.DivClassName
{
background-color: #BC3471;
}
.BgClassName
{
background-color: #BC3471;
}
</style>
border-color css
<style>
span { border-color: #BC3471; }
span { border-color: rgb(188,52,113); }
td.TdClassName
{
border-color: #BC3471;
}
.TagClassName
{
border-color: #BC3471;
}
</style>