Shades of Medium Red Violet #BC329D
Tints of Medium Red Violet #BC329D
RGB
CMYK
RGB Variations
Color information
#BC329D (or 0xBC329D) is known color: Medium Red Violet. HEX triplet: BC, 32 and 9D. RGB value is (188,50,157). Sum of RGB (Red+Green+Blue) = 188+50+157=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC329D is #43CD62. Grayscale: #676767. Windows color (decimal): -4443491 or 10302140. OLE color: 10302140.
HSL color Cylindrical-coordinate representation of color #BC329D: hue angle of 313.48º 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 #BC329D is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 157 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.26 |
| HSL | 313.48º | 0.58% | 0.47% | - |
| HSV(B) | 313.48º | 0.73% | 0.74% | - |
| XYZ | 27.97 | 15.41 | 33.4 | - |
| YUV | 103.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 157 | 0 | 0.73 | 0.16 | 0.26 | 313.48 | 0.58 | 0.47 |
| Hex | BC | 32 | 9D | 0 | 49 | 10 | 1A | 139 | 3A | 2F |
| Octal | 274 | 62 | 235 | 0 | 111 | 20 | 32 | 471 | 72 | 57 |
| Binary | 10111100 | 110010 | 10011101 | 0 | 1001001 | 10000 | 11010 | 100111001 | 111010 | 101111 |
Color Harmonies of #BC329D
Complementary color
Monochromatic Colors of #BC329D
Black with #BC329D
Text Example
Text Example
White with #BC329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC329D; }
p { color: rgb(188,50,157); }
H1.HeaderClassName
{
color: #BC329D;
}
.AnyTagClassName
{
color: #BC329D;
}
</style>
background-color css
<style>
a { background-color: #BC329D; }
a { background-color: rgb(188,50,157); }
div.DivClassName
{
background-color: #BC329D;
}
.BgClassName
{
background-color: #BC329D;
}
</style>
border-color css
<style>
span { border-color: #BC329D; }
span { border-color: rgb(188,50,157); }
td.TdClassName
{
border-color: #BC329D;
}
.TagClassName
{
border-color: #BC329D;
}
</style>