Shades of Medium Red Violet #BC3988
Tints of Medium Red Violet #BC3988
RGB
CMYK
RGB Variations
Color information
#BC3988 (or 0xBC3988) is known color: Medium Red Violet. HEX triplet: BC, 39 and 88. RGB value is (188,57,136). Sum of RGB (Red+Green+Blue) = 188+57+136=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3988 is #43C677. Grayscale: #686868. Windows color (decimal): -4441720 or 8927676. OLE color: 8927676.
HSL color Cylindrical-coordinate representation of color #BC3988: hue angle of 323.82º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3988 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 136 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.26 |
| HSL | 323.82º | 0.53% | 0.48% | - |
| HSV(B) | 323.82º | 0.7% | 0.74% | - |
| XYZ | 26.65 | 15.4 | 24.86 | - |
| YUV | 105.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 136 | 0 | 0.70 | 0.28 | 0.26 | 323.82 | 0.53 | 0.48 |
| Hex | BC | 39 | 88 | 0 | 46 | 1C | 1A | 144 | 35 | 30 |
| Octal | 274 | 71 | 210 | 0 | 106 | 34 | 32 | 504 | 65 | 60 |
| Binary | 10111100 | 111001 | 10001000 | 0 | 1000110 | 11100 | 11010 | 101000100 | 110101 | 110000 |
Color Harmonies of #BC3988
Complementary color
Monochromatic Colors of #BC3988
Black with #BC3988
Text Example
Text Example
White with #BC3988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3988; }
p { color: rgb(188,57,136); }
H1.HeaderClassName
{
color: #BC3988;
}
.AnyTagClassName
{
color: #BC3988;
}
</style>
background-color css
<style>
a { background-color: #BC3988; }
a { background-color: rgb(188,57,136); }
div.DivClassName
{
background-color: #BC3988;
}
.BgClassName
{
background-color: #BC3988;
}
</style>
border-color css
<style>
span { border-color: #BC3988; }
span { border-color: rgb(188,57,136); }
td.TdClassName
{
border-color: #BC3988;
}
.TagClassName
{
border-color: #BC3988;
}
</style>