Shades of Medium Red Violet #BC379A
Tints of Medium Red Violet #BC379A
RGB
CMYK
RGB Variations
Color information
#BC379A (or 0xBC379A) is known color: Medium Red Violet. HEX triplet: BC, 37 and 9A. RGB value is (188,55,154). Sum of RGB (Red+Green+Blue) = 188+55+154=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC379A is #43C865. Grayscale: #696969. Windows color (decimal): -4442214 or 10106812. OLE color: 10106812.
HSL color Cylindrical-coordinate representation of color #BC379A: hue angle of 315.34º 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 #BC379A is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 154 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.26 |
| HSL | 315.34º | 0.55% | 0.48% | - |
| HSV(B) | 315.34º | 0.71% | 0.74% | - |
| XYZ | 27.94 | 15.76 | 32.14 | - |
| YUV | 106.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 154 | 0 | 0.71 | 0.18 | 0.26 | 315.34 | 0.55 | 0.48 |
| Hex | BC | 37 | 9A | 0 | 47 | 12 | 1A | 13B | 37 | 30 |
| Octal | 274 | 67 | 232 | 0 | 107 | 22 | 32 | 473 | 67 | 60 |
| Binary | 10111100 | 110111 | 10011010 | 0 | 1000111 | 10010 | 11010 | 100111011 | 110111 | 110000 |
Color Harmonies of #BC379A
Complementary color
Monochromatic Colors of #BC379A
Black with #BC379A
Text Example
Text Example
White with #BC379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC379A; }
p { color: rgb(188,55,154); }
H1.HeaderClassName
{
color: #BC379A;
}
.AnyTagClassName
{
color: #BC379A;
}
</style>
background-color css
<style>
a { background-color: #BC379A; }
a { background-color: rgb(188,55,154); }
div.DivClassName
{
background-color: #BC379A;
}
.BgClassName
{
background-color: #BC379A;
}
</style>
border-color css
<style>
span { border-color: #BC379A; }
span { border-color: rgb(188,55,154); }
td.TdClassName
{
border-color: #BC379A;
}
.TagClassName
{
border-color: #BC379A;
}
</style>