Shades of Medium Red Violet #BC3E7E
Tints of Medium Red Violet #BC3E7E
RGB
CMYK
RGB Variations
Color information
#BC3E7E (or 0xBC3E7E) is known color: Medium Red Violet. HEX triplet: BC, 3E and 7E. RGB value is (188,62,126). Sum of RGB (Red+Green+Blue) = 188+62+126=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E7E is #43C181. Grayscale: #6A6A6A. Windows color (decimal): -4440450 or 8273596. OLE color: 8273596.
HSL color Cylindrical-coordinate representation of color #BC3E7E: hue angle of 329.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E7E is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 126 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.26 |
| HSL | 329.52º | 0.5% | 0.49% | - |
| HSV(B) | 329.52º | 0.67% | 0.74% | - |
| XYZ | 26.23 | 15.64 | 21.38 | - |
| YUV | 106.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 126 | 0 | 0.67 | 0.33 | 0.26 | 329.52 | 0.5 | 0.49 |
| Hex | BC | 3E | 7E | 0 | 43 | 21 | 1A | 14A | 32 | 31 |
| Octal | 274 | 76 | 176 | 0 | 103 | 41 | 32 | 512 | 62 | 61 |
| Binary | 10111100 | 111110 | 1111110 | 0 | 1000011 | 100001 | 11010 | 101001010 | 110010 | 110001 |
Color Harmonies of #BC3E7E
Complementary color
Monochromatic Colors of #BC3E7E
Black with #BC3E7E
Text Example
Text Example
White with #BC3E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E7E; }
p { color: rgb(188,62,126); }
H1.HeaderClassName
{
color: #BC3E7E;
}
.AnyTagClassName
{
color: #BC3E7E;
}
</style>
background-color css
<style>
a { background-color: #BC3E7E; }
a { background-color: rgb(188,62,126); }
div.DivClassName
{
background-color: #BC3E7E;
}
.BgClassName
{
background-color: #BC3E7E;
}
</style>
border-color css
<style>
span { border-color: #BC3E7E; }
span { border-color: rgb(188,62,126); }
td.TdClassName
{
border-color: #BC3E7E;
}
.TagClassName
{
border-color: #BC3E7E;
}
</style>