Shades of Medium Red Violet #BC3095
Tints of Medium Red Violet #BC3095
RGB
CMYK
RGB Variations
Color information
#BC3095 (or 0xBC3095) is known color: Medium Red Violet. HEX triplet: BC, 30 and 95. RGB value is (188,48,149). Sum of RGB (Red+Green+Blue) = 188+48+149=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3095 is #43CF6A. Grayscale: #656565. Windows color (decimal): -4444011 or 9777340. OLE color: 9777340.
HSL color Cylindrical-coordinate representation of color #BC3095: hue angle of 316.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 #BC3095 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 149 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.26 |
| HSL | 316.71º | 0.59% | 0.46% | - |
| HSV(B) | 316.71º | 0.74% | 0.74% | - |
| XYZ | 27.22 | 14.98 | 29.89 | - |
| YUV | 101.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 149 | 0 | 0.74 | 0.21 | 0.26 | 316.71 | 0.59 | 0.46 |
| Hex | BC | 30 | 95 | 0 | 4A | 15 | 1A | 13D | 3B | 2E |
| Octal | 274 | 60 | 225 | 0 | 112 | 25 | 32 | 475 | 73 | 56 |
| Binary | 10111100 | 110000 | 10010101 | 0 | 1001010 | 10101 | 11010 | 100111101 | 111011 | 101110 |
Color Harmonies of #BC3095
Complementary color
Monochromatic Colors of #BC3095
Black with #BC3095
Text Example
Text Example
White with #BC3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3095; }
p { color: rgb(188,48,149); }
H1.HeaderClassName
{
color: #BC3095;
}
.AnyTagClassName
{
color: #BC3095;
}
</style>
background-color css
<style>
a { background-color: #BC3095; }
a { background-color: rgb(188,48,149); }
div.DivClassName
{
background-color: #BC3095;
}
.BgClassName
{
background-color: #BC3095;
}
</style>
border-color css
<style>
span { border-color: #BC3095; }
span { border-color: rgb(188,48,149); }
td.TdClassName
{
border-color: #BC3095;
}
.TagClassName
{
border-color: #BC3095;
}
</style>