Shades of Medium Red Violet #BC327D
Tints of Medium Red Violet #BC327D
RGB
CMYK
RGB Variations
Color information
#BC327D (or 0xBC327D) is known color: Medium Red Violet. HEX triplet: BC, 32 and 7D. RGB value is (188,50,125). Sum of RGB (Red+Green+Blue) = 188+50+125=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC327D is #43CD82. Grayscale: #636363. Windows color (decimal): -4443523 or 8204988. OLE color: 8204988.
HSL color Cylindrical-coordinate representation of color #BC327D: hue angle of 327.39º 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 #BC327D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 125 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.26 |
| HSL | 327.39º | 0.58% | 0.47% | - |
| HSV(B) | 327.39º | 0.73% | 0.74% | - |
| XYZ | 25.58 | 14.45 | 20.84 | - |
| YUV | 99.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 125 | 0 | 0.73 | 0.34 | 0.26 | 327.39 | 0.58 | 0.47 |
| Hex | BC | 32 | 7D | 0 | 49 | 22 | 1A | 147 | 3A | 2F |
| Octal | 274 | 62 | 175 | 0 | 111 | 42 | 32 | 507 | 72 | 57 |
| Binary | 10111100 | 110010 | 1111101 | 0 | 1001001 | 100010 | 11010 | 101000111 | 111010 | 101111 |
Color Harmonies of #BC327D
Complementary color
Monochromatic Colors of #BC327D
Black with #BC327D
Text Example
Text Example
White with #BC327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC327D; }
p { color: rgb(188,50,125); }
H1.HeaderClassName
{
color: #BC327D;
}
.AnyTagClassName
{
color: #BC327D;
}
</style>
background-color css
<style>
a { background-color: #BC327D; }
a { background-color: rgb(188,50,125); }
div.DivClassName
{
background-color: #BC327D;
}
.BgClassName
{
background-color: #BC327D;
}
</style>
border-color css
<style>
span { border-color: #BC327D; }
span { border-color: rgb(188,50,125); }
td.TdClassName
{
border-color: #BC327D;
}
.TagClassName
{
border-color: #BC327D;
}
</style>