Shades of Medium Red Violet #BC3599
Tints of Medium Red Violet #BC3599
RGB
CMYK
RGB Variations
Color information
#BC3599 (or 0xBC3599) is known color: Medium Red Violet. HEX triplet: BC, 35 and 99. RGB value is (188,53,153). Sum of RGB (Red+Green+Blue) = 188+53+153=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3599 is #43CA66. Grayscale: #686868. Windows color (decimal): -4442727 or 10040764. OLE color: 10040764.
HSL color Cylindrical-coordinate representation of color #BC3599: hue angle of 315.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 #BC3599 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 153 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.26 |
| HSL | 315.56º | 0.56% | 0.47% | - |
| HSV(B) | 315.56º | 0.72% | 0.74% | - |
| XYZ | 27.76 | 15.54 | 31.67 | - |
| YUV | 104.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 153 | 0 | 0.72 | 0.19 | 0.26 | 315.56 | 0.56 | 0.47 |
| Hex | BC | 35 | 99 | 0 | 48 | 13 | 1A | 13C | 38 | 2F |
| Octal | 274 | 65 | 231 | 0 | 110 | 23 | 32 | 474 | 70 | 57 |
| Binary | 10111100 | 110101 | 10011001 | 0 | 1001000 | 10011 | 11010 | 100111100 | 111000 | 101111 |
Color Harmonies of #BC3599
Complementary color
Monochromatic Colors of #BC3599
Black with #BC3599
Text Example
Text Example
White with #BC3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3599; }
p { color: rgb(188,53,153); }
H1.HeaderClassName
{
color: #BC3599;
}
.AnyTagClassName
{
color: #BC3599;
}
</style>
background-color css
<style>
a { background-color: #BC3599; }
a { background-color: rgb(188,53,153); }
div.DivClassName
{
background-color: #BC3599;
}
.BgClassName
{
background-color: #BC3599;
}
</style>
border-color css
<style>
span { border-color: #BC3599; }
span { border-color: rgb(188,53,153); }
td.TdClassName
{
border-color: #BC3599;
}
.TagClassName
{
border-color: #BC3599;
}
</style>