Shades of Medium Red Violet #BC3C7B
Tints of Medium Red Violet #BC3C7B
RGB
CMYK
RGB Variations
Color information
#BC3C7B (or 0xBC3C7B) is known color: Medium Red Violet. HEX triplet: BC, 3C and 7B. RGB value is (188,60,123). Sum of RGB (Red+Green+Blue) = 188+60+123=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C7B is #43C384. Grayscale: #696969. Windows color (decimal): -4440965 or 8076476. OLE color: 8076476.
HSL color Cylindrical-coordinate representation of color #BC3C7B: hue angle of 330.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C7B is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 123 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.26 |
| HSL | 330.47º | 0.52% | 0.49% | - |
| HSV(B) | 330.47º | 0.68% | 0.74% | - |
| XYZ | 25.93 | 15.35 | 20.34 | - |
| YUV | 105.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 123 | 0 | 0.68 | 0.35 | 0.26 | 330.47 | 0.52 | 0.49 |
| Hex | BC | 3C | 7B | 0 | 44 | 23 | 1A | 14A | 34 | 31 |
| Octal | 274 | 74 | 173 | 0 | 104 | 43 | 32 | 512 | 64 | 61 |
| Binary | 10111100 | 111100 | 1111011 | 0 | 1000100 | 100011 | 11010 | 101001010 | 110100 | 110001 |
Color Harmonies of #BC3C7B
Complementary color
Monochromatic Colors of #BC3C7B
Black with #BC3C7B
Text Example
Text Example
White with #BC3C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C7B; }
p { color: rgb(188,60,123); }
H1.HeaderClassName
{
color: #BC3C7B;
}
.AnyTagClassName
{
color: #BC3C7B;
}
</style>
background-color css
<style>
a { background-color: #BC3C7B; }
a { background-color: rgb(188,60,123); }
div.DivClassName
{
background-color: #BC3C7B;
}
.BgClassName
{
background-color: #BC3C7B;
}
</style>
border-color css
<style>
span { border-color: #BC3C7B; }
span { border-color: rgb(188,60,123); }
td.TdClassName
{
border-color: #BC3C7B;
}
.TagClassName
{
border-color: #BC3C7B;
}
</style>