Shades of Medium Red Violet #BC3075
Tints of Medium Red Violet #BC3075
RGB
CMYK
RGB Variations
Color information
#BC3075 (or 0xBC3075) is known color: Medium Red Violet. HEX triplet: BC, 30 and 75. RGB value is (188,48,117). Sum of RGB (Red+Green+Blue) = 188+48+117=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3075 is #43CF8A. Grayscale: #616161. Windows color (decimal): -4444043 or 7680188. OLE color: 7680188.
HSL color Cylindrical-coordinate representation of color #BC3075: hue angle of 330.43º 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 #BC3075 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 117 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.26 |
| HSL | 330.43º | 0.59% | 0.46% | - |
| HSV(B) | 330.43º | 0.74% | 0.74% | - |
| XYZ | 25.01 | 14.09 | 18.23 | - |
| YUV | 97.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 117 | 0 | 0.74 | 0.38 | 0.26 | 330.43 | 0.59 | 0.46 |
| Hex | BC | 30 | 75 | 0 | 4A | 26 | 1A | 14A | 3B | 2E |
| Octal | 274 | 60 | 165 | 0 | 112 | 46 | 32 | 512 | 73 | 56 |
| Binary | 10111100 | 110000 | 1110101 | 0 | 1001010 | 100110 | 11010 | 101001010 | 111011 | 101110 |
Color Harmonies of #BC3075
Complementary color
Monochromatic Colors of #BC3075
Black with #BC3075
Text Example
Text Example
White with #BC3075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3075; }
p { color: rgb(188,48,117); }
H1.HeaderClassName
{
color: #BC3075;
}
.AnyTagClassName
{
color: #BC3075;
}
</style>
background-color css
<style>
a { background-color: #BC3075; }
a { background-color: rgb(188,48,117); }
div.DivClassName
{
background-color: #BC3075;
}
.BgClassName
{
background-color: #BC3075;
}
</style>
border-color css
<style>
span { border-color: #BC3075; }
span { border-color: rgb(188,48,117); }
td.TdClassName
{
border-color: #BC3075;
}
.TagClassName
{
border-color: #BC3075;
}
</style>