Shades of Medium Red Violet #BC327A
Tints of Medium Red Violet #BC327A
RGB
CMYK
RGB Variations
Color information
#BC327A (or 0xBC327A) is known color: Medium Red Violet. HEX triplet: BC, 32 and 7A. RGB value is (188,50,122). Sum of RGB (Red+Green+Blue) = 188+50+122=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC327A is #43CD85. Grayscale: #636363. Windows color (decimal): -4443526 or 8008380. OLE color: 8008380.
HSL color Cylindrical-coordinate representation of color #BC327A: hue angle of 328.7º 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 #BC327A is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 122 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.26 |
| HSL | 328.7º | 0.58% | 0.47% | - |
| HSV(B) | 328.7º | 0.73% | 0.74% | - |
| XYZ | 25.39 | 14.38 | 19.85 | - |
| YUV | 99.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 122 | 0 | 0.73 | 0.35 | 0.26 | 328.7 | 0.58 | 0.47 |
| Hex | BC | 32 | 7A | 0 | 49 | 23 | 1A | 149 | 3A | 2F |
| Octal | 274 | 62 | 172 | 0 | 111 | 43 | 32 | 511 | 72 | 57 |
| Binary | 10111100 | 110010 | 1111010 | 0 | 1001001 | 100011 | 11010 | 101001001 | 111010 | 101111 |
Color Harmonies of #BC327A
Complementary color
Monochromatic Colors of #BC327A
Black with #BC327A
Text Example
Text Example
White with #BC327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC327A; }
p { color: rgb(188,50,122); }
H1.HeaderClassName
{
color: #BC327A;
}
.AnyTagClassName
{
color: #BC327A;
}
</style>
background-color css
<style>
a { background-color: #BC327A; }
a { background-color: rgb(188,50,122); }
div.DivClassName
{
background-color: #BC327A;
}
.BgClassName
{
background-color: #BC327A;
}
</style>
border-color css
<style>
span { border-color: #BC327A; }
span { border-color: rgb(188,50,122); }
td.TdClassName
{
border-color: #BC327A;
}
.TagClassName
{
border-color: #BC327A;
}
</style>