Shades of Medium Red Violet #BC318C
Tints of Medium Red Violet #BC318C
RGB
CMYK
RGB Variations
Color information
#BC318C (or 0xBC318C) is known color: Medium Red Violet. HEX triplet: BC, 31 and 8C. RGB value is (188,49,140). Sum of RGB (Red+Green+Blue) = 188+49+140=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC318C is #43CE73. Grayscale: #646464. Windows color (decimal): -4443764 or 9187772. OLE color: 9187772.
HSL color Cylindrical-coordinate representation of color #BC318C: hue angle of 320.72º 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 #BC318C is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 140 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.26 |
| HSL | 320.72º | 0.59% | 0.46% | - |
| HSV(B) | 320.72º | 0.74% | 0.74% | - |
| XYZ | 26.57 | 14.78 | 26.26 | - |
| YUV | 100.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 140 | 0 | 0.74 | 0.26 | 0.26 | 320.72 | 0.59 | 0.46 |
| Hex | BC | 31 | 8C | 0 | 4A | 1A | 1A | 141 | 3B | 2E |
| Octal | 274 | 61 | 214 | 0 | 112 | 32 | 32 | 501 | 73 | 56 |
| Binary | 10111100 | 110001 | 10001100 | 0 | 1001010 | 11010 | 11010 | 101000001 | 111011 | 101110 |
Color Harmonies of #BC318C
Complementary color
Monochromatic Colors of #BC318C
Black with #BC318C
Text Example
Text Example
White with #BC318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC318C; }
p { color: rgb(188,49,140); }
H1.HeaderClassName
{
color: #BC318C;
}
.AnyTagClassName
{
color: #BC318C;
}
</style>
background-color css
<style>
a { background-color: #BC318C; }
a { background-color: rgb(188,49,140); }
div.DivClassName
{
background-color: #BC318C;
}
.BgClassName
{
background-color: #BC318C;
}
</style>
border-color css
<style>
span { border-color: #BC318C; }
span { border-color: rgb(188,49,140); }
td.TdClassName
{
border-color: #BC318C;
}
.TagClassName
{
border-color: #BC318C;
}
</style>