Shades of Medium Red Violet #BC328E
Tints of Medium Red Violet #BC328E
RGB
CMYK
RGB Variations
Color information
#BC328E (or 0xBC328E) is known color: Medium Red Violet. HEX triplet: BC, 32 and 8E. RGB value is (188,50,142). Sum of RGB (Red+Green+Blue) = 188+50+142=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC328E is #43CD71. Grayscale: #656565. Windows color (decimal): -4443506 or 9319100. OLE color: 9319100.
HSL color Cylindrical-coordinate representation of color #BC328E: hue angle of 320º 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 #BC328E is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 142 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.26 |
| HSL | 320º | 0.58% | 0.47% | - |
| HSV(B) | 320º | 0.73% | 0.74% | - |
| XYZ | 26.76 | 14.93 | 27.06 | - |
| YUV | 101.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 142 | 0 | 0.73 | 0.24 | 0.26 | 320 | 0.58 | 0.47 |
| Hex | BC | 32 | 8E | 0 | 49 | 18 | 1A | 140 | 3A | 2F |
| Octal | 274 | 62 | 216 | 0 | 111 | 30 | 32 | 500 | 72 | 57 |
| Binary | 10111100 | 110010 | 10001110 | 0 | 1001001 | 11000 | 11010 | 101000000 | 111010 | 101111 |
Color Harmonies of #BC328E
Complementary color
Monochromatic Colors of #BC328E
Black with #BC328E
Text Example
Text Example
White with #BC328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC328E; }
p { color: rgb(188,50,142); }
H1.HeaderClassName
{
color: #BC328E;
}
.AnyTagClassName
{
color: #BC328E;
}
</style>
background-color css
<style>
a { background-color: #BC328E; }
a { background-color: rgb(188,50,142); }
div.DivClassName
{
background-color: #BC328E;
}
.BgClassName
{
background-color: #BC328E;
}
</style>
border-color css
<style>
span { border-color: #BC328E; }
span { border-color: rgb(188,50,142); }
td.TdClassName
{
border-color: #BC328E;
}
.TagClassName
{
border-color: #BC328E;
}
</style>