Shades of Medium Red Violet #BC329E
Tints of Medium Red Violet #BC329E
RGB
CMYK
RGB Variations
Color information
#BC329E (or 0xBC329E) is known color: Medium Red Violet. HEX triplet: BC, 32 and 9E. RGB value is (188,50,158). Sum of RGB (Red+Green+Blue) = 188+50+158=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC329E is #43CD61. Grayscale: #676767. Windows color (decimal): -4443490 or 10367676. OLE color: 10367676.
HSL color Cylindrical-coordinate representation of color #BC329E: hue angle of 313.04º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC329E is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 158 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.26 |
| HSL | 313.04º | 0.58% | 0.47% | - |
| HSV(B) | 313.04º | 0.73% | 0.74% | - |
| XYZ | 28.05 | 15.44 | 33.85 | - |
| YUV | 103.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 158 | 0 | 0.73 | 0.16 | 0.26 | 313.04 | 0.58 | 0.47 |
| Hex | BC | 32 | 9E | 0 | 49 | 10 | 1A | 139 | 3A | 2F |
| Octal | 274 | 62 | 236 | 0 | 111 | 20 | 32 | 471 | 72 | 57 |
| Binary | 10111100 | 110010 | 10011110 | 0 | 1001001 | 10000 | 11010 | 100111001 | 111010 | 101111 |
Color Harmonies of #BC329E
Complementary color
Monochromatic Colors of #BC329E
Black with #BC329E
Text Example
Text Example
White with #BC329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC329E; }
p { color: rgb(188,50,158); }
H1.HeaderClassName
{
color: #BC329E;
}
.AnyTagClassName
{
color: #BC329E;
}
</style>
background-color css
<style>
a { background-color: #BC329E; }
a { background-color: rgb(188,50,158); }
div.DivClassName
{
background-color: #BC329E;
}
.BgClassName
{
background-color: #BC329E;
}
</style>
border-color css
<style>
span { border-color: #BC329E; }
span { border-color: rgb(188,50,158); }
td.TdClassName
{
border-color: #BC329E;
}
.TagClassName
{
border-color: #BC329E;
}
</style>