Shades of Medium Red Violet #BC319D
Tints of Medium Red Violet #BC319D
RGB
CMYK
RGB Variations
Color information
#BC319D (or 0xBC319D) is known color: Medium Red Violet. HEX triplet: BC, 31 and 9D. RGB value is (188,49,157). Sum of RGB (Red+Green+Blue) = 188+49+157=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC319D is #43CE62. Grayscale: #666666. Windows color (decimal): -4443747 or 10301884. OLE color: 10301884.
HSL color Cylindrical-coordinate representation of color #BC319D: hue angle of 313.38º 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 #BC319D is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 157 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.26 |
| HSL | 313.38º | 0.59% | 0.46% | - |
| HSV(B) | 313.38º | 0.74% | 0.74% | - |
| XYZ | 27.92 | 15.32 | 33.38 | - |
| YUV | 102.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 157 | 0 | 0.74 | 0.16 | 0.26 | 313.38 | 0.59 | 0.46 |
| Hex | BC | 31 | 9D | 0 | 4A | 10 | 1A | 139 | 3B | 2E |
| Octal | 274 | 61 | 235 | 0 | 112 | 20 | 32 | 471 | 73 | 56 |
| Binary | 10111100 | 110001 | 10011101 | 0 | 1001010 | 10000 | 11010 | 100111001 | 111011 | 101110 |
Color Harmonies of #BC319D
Complementary color
Monochromatic Colors of #BC319D
Black with #BC319D
Text Example
Text Example
White with #BC319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC319D; }
p { color: rgb(188,49,157); }
H1.HeaderClassName
{
color: #BC319D;
}
.AnyTagClassName
{
color: #BC319D;
}
</style>
background-color css
<style>
a { background-color: #BC319D; }
a { background-color: rgb(188,49,157); }
div.DivClassName
{
background-color: #BC319D;
}
.BgClassName
{
background-color: #BC319D;
}
</style>
border-color css
<style>
span { border-color: #BC319D; }
span { border-color: rgb(188,49,157); }
td.TdClassName
{
border-color: #BC319D;
}
.TagClassName
{
border-color: #BC319D;
}
</style>