Shades of Medium Red Violet #BC387D
Tints of Medium Red Violet #BC387D
RGB
CMYK
RGB Variations
Color information
#BC387D (or 0xBC387D) is known color: Medium Red Violet. HEX triplet: BC, 38 and 7D. RGB value is (188,56,125). Sum of RGB (Red+Green+Blue) = 188+56+125=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC387D is #43C782. Grayscale: #676767. Windows color (decimal): -4441987 or 8206524. OLE color: 8206524.
HSL color Cylindrical-coordinate representation of color #BC387D: hue angle of 328.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC387D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 125 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.26 |
| HSL | 328.64º | 0.54% | 0.48% | - |
| HSV(B) | 328.64º | 0.7% | 0.74% | - |
| XYZ | 25.85 | 15 | 20.93 | - |
| YUV | 103.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 125 | 0 | 0.70 | 0.34 | 0.26 | 328.64 | 0.54 | 0.48 |
| Hex | BC | 38 | 7D | 0 | 46 | 22 | 1A | 149 | 36 | 30 |
| Octal | 274 | 70 | 175 | 0 | 106 | 42 | 32 | 511 | 66 | 60 |
| Binary | 10111100 | 111000 | 1111101 | 0 | 1000110 | 100010 | 11010 | 101001001 | 110110 | 110000 |
Color Harmonies of #BC387D
Complementary color
Monochromatic Colors of #BC387D
Black with #BC387D
Text Example
Text Example
White with #BC387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC387D; }
p { color: rgb(188,56,125); }
H1.HeaderClassName
{
color: #BC387D;
}
.AnyTagClassName
{
color: #BC387D;
}
</style>
background-color css
<style>
a { background-color: #BC387D; }
a { background-color: rgb(188,56,125); }
div.DivClassName
{
background-color: #BC387D;
}
.BgClassName
{
background-color: #BC387D;
}
</style>
border-color css
<style>
span { border-color: #BC387D; }
span { border-color: rgb(188,56,125); }
td.TdClassName
{
border-color: #BC387D;
}
.TagClassName
{
border-color: #BC387D;
}
</style>