Shades of Medium Red Violet #BC3985
Tints of Medium Red Violet #BC3985
RGB
CMYK
RGB Variations
Color information
#BC3985 (or 0xBC3985) is known color: Medium Red Violet. HEX triplet: BC, 39 and 85. RGB value is (188,57,133). Sum of RGB (Red+Green+Blue) = 188+57+133=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3985 is #43C67A. Grayscale: #686868. Windows color (decimal): -4441723 or 8731068. OLE color: 8731068.
HSL color Cylindrical-coordinate representation of color #BC3985: hue angle of 325.19º 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 #BC3985 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 133 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.26 |
| HSL | 325.19º | 0.53% | 0.48% | - |
| HSV(B) | 325.19º | 0.7% | 0.74% | - |
| XYZ | 26.44 | 15.31 | 23.75 | - |
| YUV | 104.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 133 | 0 | 0.70 | 0.29 | 0.26 | 325.19 | 0.53 | 0.48 |
| Hex | BC | 39 | 85 | 0 | 46 | 1D | 1A | 145 | 35 | 30 |
| Octal | 274 | 71 | 205 | 0 | 106 | 35 | 32 | 505 | 65 | 60 |
| Binary | 10111100 | 111001 | 10000101 | 0 | 1000110 | 11101 | 11010 | 101000101 | 110101 | 110000 |
Color Harmonies of #BC3985
Complementary color
Monochromatic Colors of #BC3985
Black with #BC3985
Text Example
Text Example
White with #BC3985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3985; }
p { color: rgb(188,57,133); }
H1.HeaderClassName
{
color: #BC3985;
}
.AnyTagClassName
{
color: #BC3985;
}
</style>
background-color css
<style>
a { background-color: #BC3985; }
a { background-color: rgb(188,57,133); }
div.DivClassName
{
background-color: #BC3985;
}
.BgClassName
{
background-color: #BC3985;
}
</style>
border-color css
<style>
span { border-color: #BC3985; }
span { border-color: rgb(188,57,133); }
td.TdClassName
{
border-color: #BC3985;
}
.TagClassName
{
border-color: #BC3985;
}
</style>