Shades of Medium Red Violet #BC318D
Tints of Medium Red Violet #BC318D
RGB
CMYK
RGB Variations
Color information
#BC318D (or 0xBC318D) is known color: Medium Red Violet. HEX triplet: BC, 31 and 8D. RGB value is (188,49,141). Sum of RGB (Red+Green+Blue) = 188+49+141=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC318D is #43CE72. Grayscale: #646464. Windows color (decimal): -4443763 or 9253308. OLE color: 9253308.
HSL color Cylindrical-coordinate representation of color #BC318D: hue angle of 320.29º 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 #BC318D is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 141 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.26 |
| HSL | 320.29º | 0.59% | 0.46% | - |
| HSV(B) | 320.29º | 0.74% | 0.74% | - |
| XYZ | 26.65 | 14.81 | 26.65 | - |
| YUV | 101.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 141 | 0 | 0.74 | 0.25 | 0.26 | 320.29 | 0.59 | 0.46 |
| Hex | BC | 31 | 8D | 0 | 4A | 19 | 1A | 140 | 3B | 2E |
| Octal | 274 | 61 | 215 | 0 | 112 | 31 | 32 | 500 | 73 | 56 |
| Binary | 10111100 | 110001 | 10001101 | 0 | 1001010 | 11001 | 11010 | 101000000 | 111011 | 101110 |
Color Harmonies of #BC318D
Complementary color
Monochromatic Colors of #BC318D
Black with #BC318D
Text Example
Text Example
White with #BC318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC318D; }
p { color: rgb(188,49,141); }
H1.HeaderClassName
{
color: #BC318D;
}
.AnyTagClassName
{
color: #BC318D;
}
</style>
background-color css
<style>
a { background-color: #BC318D; }
a { background-color: rgb(188,49,141); }
div.DivClassName
{
background-color: #BC318D;
}
.BgClassName
{
background-color: #BC318D;
}
</style>
border-color css
<style>
span { border-color: #BC318D; }
span { border-color: rgb(188,49,141); }
td.TdClassName
{
border-color: #BC318D;
}
.TagClassName
{
border-color: #BC318D;
}
</style>