Shades of Medium Red Violet #BC3175
Tints of Medium Red Violet #BC3175
RGB
CMYK
RGB Variations
Color information
#BC3175 (or 0xBC3175) is known color: Medium Red Violet. HEX triplet: BC, 31 and 75. RGB value is (188,49,117). Sum of RGB (Red+Green+Blue) = 188+49+117=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3175 is #43CE8A. Grayscale: #626262. Windows color (decimal): -4443787 or 7680444. OLE color: 7680444.
HSL color Cylindrical-coordinate representation of color #BC3175: hue angle of 330.65º 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 #BC3175 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 117 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.26 |
| HSL | 330.65º | 0.59% | 0.46% | - |
| HSV(B) | 330.65º | 0.74% | 0.74% | - |
| XYZ | 25.05 | 14.17 | 18.24 | - |
| YUV | 98.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 117 | 0 | 0.74 | 0.38 | 0.26 | 330.65 | 0.59 | 0.46 |
| Hex | BC | 31 | 75 | 0 | 4A | 26 | 1A | 14B | 3B | 2E |
| Octal | 274 | 61 | 165 | 0 | 112 | 46 | 32 | 513 | 73 | 56 |
| Binary | 10111100 | 110001 | 1110101 | 0 | 1001010 | 100110 | 11010 | 101001011 | 111011 | 101110 |
Color Harmonies of #BC3175
Complementary color
Monochromatic Colors of #BC3175
Black with #BC3175
Text Example
Text Example
White with #BC3175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3175; }
p { color: rgb(188,49,117); }
H1.HeaderClassName
{
color: #BC3175;
}
.AnyTagClassName
{
color: #BC3175;
}
</style>
background-color css
<style>
a { background-color: #BC3175; }
a { background-color: rgb(188,49,117); }
div.DivClassName
{
background-color: #BC3175;
}
.BgClassName
{
background-color: #BC3175;
}
</style>
border-color css
<style>
span { border-color: #BC3175; }
span { border-color: rgb(188,49,117); }
td.TdClassName
{
border-color: #BC3175;
}
.TagClassName
{
border-color: #BC3175;
}
</style>