Shades of Medium Red Violet #BC3476
Tints of Medium Red Violet #BC3476
RGB
CMYK
RGB Variations
Color information
#BC3476 (or 0xBC3476) is known color: Medium Red Violet. HEX triplet: BC, 34 and 76. RGB value is (188,52,118). Sum of RGB (Red+Green+Blue) = 188+52+118=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3476 is #43CB89. Grayscale: #646464. Windows color (decimal): -4443018 or 7746748. OLE color: 7746748.
HSL color Cylindrical-coordinate representation of color #BC3476: hue angle of 330.88º 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 #BC3476 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 118 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.26 |
| HSL | 330.88º | 0.57% | 0.47% | - |
| HSV(B) | 330.88º | 0.72% | 0.74% | - |
| XYZ | 25.24 | 14.46 | 18.6 | - |
| YUV | 100.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 118 | 0 | 0.72 | 0.37 | 0.26 | 330.88 | 0.57 | 0.47 |
| Hex | BC | 34 | 76 | 0 | 48 | 25 | 1A | 14B | 39 | 2F |
| Octal | 274 | 64 | 166 | 0 | 110 | 45 | 32 | 513 | 71 | 57 |
| Binary | 10111100 | 110100 | 1110110 | 0 | 1001000 | 100101 | 11010 | 101001011 | 111001 | 101111 |
Color Harmonies of #BC3476
Complementary color
Monochromatic Colors of #BC3476
Black with #BC3476
Text Example
Text Example
White with #BC3476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3476; }
p { color: rgb(188,52,118); }
H1.HeaderClassName
{
color: #BC3476;
}
.AnyTagClassName
{
color: #BC3476;
}
</style>
background-color css
<style>
a { background-color: #BC3476; }
a { background-color: rgb(188,52,118); }
div.DivClassName
{
background-color: #BC3476;
}
.BgClassName
{
background-color: #BC3476;
}
</style>
border-color css
<style>
span { border-color: #BC3476; }
span { border-color: rgb(188,52,118); }
td.TdClassName
{
border-color: #BC3476;
}
.TagClassName
{
border-color: #BC3476;
}
</style>