Shades of Medium Red Violet #BC3087
Tints of Medium Red Violet #BC3087
RGB
CMYK
RGB Variations
Color information
#BC3087 (or 0xBC3087) is known color: Medium Red Violet. HEX triplet: BC, 30 and 87. RGB value is (188,48,135). Sum of RGB (Red+Green+Blue) = 188+48+135=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3087 is #43CF78. Grayscale: #636363. Windows color (decimal): -4444025 or 8859836. OLE color: 8859836.
HSL color Cylindrical-coordinate representation of color #BC3087: hue angle of 322.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3087 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 135 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.26 |
| HSL | 322.71º | 0.59% | 0.46% | - |
| HSV(B) | 322.71º | 0.74% | 0.74% | - |
| XYZ | 26.17 | 14.55 | 24.35 | - |
| YUV | 99.78 | 147.88 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 135 | 0 | 0.74 | 0.28 | 0.26 | 322.71 | 0.59 | 0.46 |
| Hex | BC | 30 | 87 | 0 | 4A | 1C | 1A | 143 | 3B | 2E |
| Octal | 274 | 60 | 207 | 0 | 112 | 34 | 32 | 503 | 73 | 56 |
| Binary | 10111100 | 110000 | 10000111 | 0 | 1001010 | 11100 | 11010 | 101000011 | 111011 | 101110 |
Color Harmonies of #BC3087
Complementary color
Monochromatic Colors of #BC3087
Black with #BC3087
Text Example
Text Example
White with #BC3087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3087; }
p { color: rgb(188,48,135); }
H1.HeaderClassName
{
color: #BC3087;
}
.AnyTagClassName
{
color: #BC3087;
}
</style>
background-color css
<style>
a { background-color: #BC3087; }
a { background-color: rgb(188,48,135); }
div.DivClassName
{
background-color: #BC3087;
}
.BgClassName
{
background-color: #BC3087;
}
</style>
border-color css
<style>
span { border-color: #BC3087; }
span { border-color: rgb(188,48,135); }
td.TdClassName
{
border-color: #BC3087;
}
.TagClassName
{
border-color: #BC3087;
}
</style>