Shades of Medium Red Violet #BC337E
Tints of Medium Red Violet #BC337E
RGB
CMYK
RGB Variations
Color information
#BC337E (or 0xBC337E) is known color: Medium Red Violet. HEX triplet: BC, 33 and 7E. RGB value is (188,51,126). Sum of RGB (Red+Green+Blue) = 188+51+126=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC337E is #43CC81. Grayscale: #646464. Windows color (decimal): -4443266 or 8270780. OLE color: 8270780.
HSL color Cylindrical-coordinate representation of color #BC337E: hue angle of 327.15º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC337E is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 126 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.26 |
| HSL | 327.15º | 0.57% | 0.47% | - |
| HSV(B) | 327.15º | 0.73% | 0.74% | - |
| XYZ | 25.69 | 14.57 | 21.2 | - |
| YUV | 100.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 126 | 0 | 0.73 | 0.33 | 0.26 | 327.15 | 0.57 | 0.47 |
| Hex | BC | 33 | 7E | 0 | 49 | 21 | 1A | 147 | 39 | 2F |
| Octal | 274 | 63 | 176 | 0 | 111 | 41 | 32 | 507 | 71 | 57 |
| Binary | 10111100 | 110011 | 1111110 | 0 | 1001001 | 100001 | 11010 | 101000111 | 111001 | 101111 |
Color Harmonies of #BC337E
Complementary color
Monochromatic Colors of #BC337E
Black with #BC337E
Text Example
Text Example
White with #BC337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC337E; }
p { color: rgb(188,51,126); }
H1.HeaderClassName
{
color: #BC337E;
}
.AnyTagClassName
{
color: #BC337E;
}
</style>
background-color css
<style>
a { background-color: #BC337E; }
a { background-color: rgb(188,51,126); }
div.DivClassName
{
background-color: #BC337E;
}
.BgClassName
{
background-color: #BC337E;
}
</style>
border-color css
<style>
span { border-color: #BC337E; }
span { border-color: rgb(188,51,126); }
td.TdClassName
{
border-color: #BC337E;
}
.TagClassName
{
border-color: #BC337E;
}
</style>