Shades of Medium Red Violet #BC3587
Tints of Medium Red Violet #BC3587
RGB
CMYK
RGB Variations
Color information
#BC3587 (or 0xBC3587) is known color: Medium Red Violet. HEX triplet: BC, 35 and 87. RGB value is (188,53,135). Sum of RGB (Red+Green+Blue) = 188+53+135=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3587 is #43CA78. Grayscale: #666666. Windows color (decimal): -4442745 or 8861116. OLE color: 8861116.
HSL color Cylindrical-coordinate representation of color #BC3587: hue angle of 323.56º degrees, saturation: 0.56, 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 #BC3587 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 135 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.26 |
| HSL | 323.56º | 0.56% | 0.47% | - |
| HSV(B) | 323.56º | 0.72% | 0.74% | - |
| XYZ | 26.39 | 14.99 | 24.42 | - |
| YUV | 102.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 135 | 0 | 0.72 | 0.28 | 0.26 | 323.56 | 0.56 | 0.47 |
| Hex | BC | 35 | 87 | 0 | 48 | 1C | 1A | 144 | 38 | 2F |
| Octal | 274 | 65 | 207 | 0 | 110 | 34 | 32 | 504 | 70 | 57 |
| Binary | 10111100 | 110101 | 10000111 | 0 | 1001000 | 11100 | 11010 | 101000100 | 111000 | 101111 |
Color Harmonies of #BC3587
Complementary color
Monochromatic Colors of #BC3587
Black with #BC3587
Text Example
Text Example
White with #BC3587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3587; }
p { color: rgb(188,53,135); }
H1.HeaderClassName
{
color: #BC3587;
}
.AnyTagClassName
{
color: #BC3587;
}
</style>
background-color css
<style>
a { background-color: #BC3587; }
a { background-color: rgb(188,53,135); }
div.DivClassName
{
background-color: #BC3587;
}
.BgClassName
{
background-color: #BC3587;
}
</style>
border-color css
<style>
span { border-color: #BC3587; }
span { border-color: rgb(188,53,135); }
td.TdClassName
{
border-color: #BC3587;
}
.TagClassName
{
border-color: #BC3587;
}
</style>