Shades of Medium Red Violet #BC319F
Tints of Medium Red Violet #BC319F
RGB
CMYK
RGB Variations
Color information
#BC319F (or 0xBC319F) is known color: Medium Red Violet. HEX triplet: BC, 31 and 9F. RGB value is (188,49,159). Sum of RGB (Red+Green+Blue) = 188+49+159=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC319F is #43CE60. Grayscale: #666666. Windows color (decimal): -4443745 or 10432956. OLE color: 10432956.
HSL color Cylindrical-coordinate representation of color #BC319F: hue angle of 312.52º 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 #BC319F is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 159 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.26 |
| HSL | 312.52º | 0.59% | 0.46% | - |
| HSV(B) | 312.52º | 0.74% | 0.74% | - |
| XYZ | 28.1 | 15.39 | 34.29 | - |
| YUV | 103.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 159 | 0 | 0.74 | 0.15 | 0.26 | 312.52 | 0.59 | 0.46 |
| Hex | BC | 31 | 9F | 0 | 4A | F | 1A | 139 | 3B | 2E |
| Octal | 274 | 61 | 237 | 0 | 112 | 17 | 32 | 471 | 73 | 56 |
| Binary | 10111100 | 110001 | 10011111 | 0 | 1001010 | 1111 | 11010 | 100111001 | 111011 | 101110 |
Color Harmonies of #BC319F
Complementary color
Monochromatic Colors of #BC319F
Black with #BC319F
Text Example
Text Example
White with #BC319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC319F; }
p { color: rgb(188,49,159); }
H1.HeaderClassName
{
color: #BC319F;
}
.AnyTagClassName
{
color: #BC319F;
}
</style>
background-color css
<style>
a { background-color: #BC319F; }
a { background-color: rgb(188,49,159); }
div.DivClassName
{
background-color: #BC319F;
}
.BgClassName
{
background-color: #BC319F;
}
</style>
border-color css
<style>
span { border-color: #BC319F; }
span { border-color: rgb(188,49,159); }
td.TdClassName
{
border-color: #BC319F;
}
.TagClassName
{
border-color: #BC319F;
}
</style>