Shades of Medium Red Violet #BC378E
Tints of Medium Red Violet #BC378E
RGB
CMYK
RGB Variations
Color information
#BC378E (or 0xBC378E) is known color: Medium Red Violet. HEX triplet: BC, 37 and 8E. RGB value is (188,55,142). Sum of RGB (Red+Green+Blue) = 188+55+142=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC378E is #43C871. Grayscale: #686868. Windows color (decimal): -4442226 or 9320380. OLE color: 9320380.
HSL color Cylindrical-coordinate representation of color #BC378E: hue angle of 320.75º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC378E is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 142 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.26 |
| HSL | 320.75º | 0.55% | 0.48% | - |
| HSV(B) | 320.75º | 0.71% | 0.74% | - |
| XYZ | 26.99 | 15.38 | 27.14 | - |
| YUV | 104.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 142 | 0 | 0.71 | 0.24 | 0.26 | 320.75 | 0.55 | 0.48 |
| Hex | BC | 37 | 8E | 0 | 47 | 18 | 1A | 141 | 37 | 30 |
| Octal | 274 | 67 | 216 | 0 | 107 | 30 | 32 | 501 | 67 | 60 |
| Binary | 10111100 | 110111 | 10001110 | 0 | 1000111 | 11000 | 11010 | 101000001 | 110111 | 110000 |
Color Harmonies of #BC378E
Complementary color
Monochromatic Colors of #BC378E
Black with #BC378E
Text Example
Text Example
White with #BC378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC378E; }
p { color: rgb(188,55,142); }
H1.HeaderClassName
{
color: #BC378E;
}
.AnyTagClassName
{
color: #BC378E;
}
</style>
background-color css
<style>
a { background-color: #BC378E; }
a { background-color: rgb(188,55,142); }
div.DivClassName
{
background-color: #BC378E;
}
.BgClassName
{
background-color: #BC378E;
}
</style>
border-color css
<style>
span { border-color: #BC378E; }
span { border-color: rgb(188,55,142); }
td.TdClassName
{
border-color: #BC378E;
}
.TagClassName
{
border-color: #BC378E;
}
</style>