Shades of Medium Red Violet #BC319C
Tints of Medium Red Violet #BC319C
RGB
CMYK
RGB Variations
Color information
#BC319C (or 0xBC319C) is known color: Medium Red Violet. HEX triplet: BC, 31 and 9C. RGB value is (188,49,156). Sum of RGB (Red+Green+Blue) = 188+49+156=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC319C is #43CE63. Grayscale: #666666. Windows color (decimal): -4443748 or 10236348. OLE color: 10236348.
HSL color Cylindrical-coordinate representation of color #BC319C: hue angle of 313.81º 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 #BC319C is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 156 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.26 |
| HSL | 313.81º | 0.59% | 0.46% | - |
| HSV(B) | 313.81º | 0.74% | 0.74% | - |
| XYZ | 27.84 | 15.29 | 32.94 | - |
| YUV | 102.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 156 | 0 | 0.74 | 0.17 | 0.26 | 313.81 | 0.59 | 0.46 |
| Hex | BC | 31 | 9C | 0 | 4A | 11 | 1A | 13A | 3B | 2E |
| Octal | 274 | 61 | 234 | 0 | 112 | 21 | 32 | 472 | 73 | 56 |
| Binary | 10111100 | 110001 | 10011100 | 0 | 1001010 | 10001 | 11010 | 100111010 | 111011 | 101110 |
Color Harmonies of #BC319C
Complementary color
Monochromatic Colors of #BC319C
Black with #BC319C
Text Example
Text Example
White with #BC319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC319C; }
p { color: rgb(188,49,156); }
H1.HeaderClassName
{
color: #BC319C;
}
.AnyTagClassName
{
color: #BC319C;
}
</style>
background-color css
<style>
a { background-color: #BC319C; }
a { background-color: rgb(188,49,156); }
div.DivClassName
{
background-color: #BC319C;
}
.BgClassName
{
background-color: #BC319C;
}
</style>
border-color css
<style>
span { border-color: #BC319C; }
span { border-color: rgb(188,49,156); }
td.TdClassName
{
border-color: #BC319C;
}
.TagClassName
{
border-color: #BC319C;
}
</style>