Shades of Medium Red Violet #BC339E
Tints of Medium Red Violet #BC339E
RGB
CMYK
RGB Variations
Color information
#BC339E (or 0xBC339E) is known color: Medium Red Violet. HEX triplet: BC, 33 and 9E. RGB value is (188,51,158). Sum of RGB (Red+Green+Blue) = 188+51+158=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC339E is #43CC61. Grayscale: #676767. Windows color (decimal): -4443234 or 10367932. OLE color: 10367932.
HSL color Cylindrical-coordinate representation of color #BC339E: hue angle of 313.14º 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 #BC339E is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 158 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.26 |
| HSL | 313.14º | 0.57% | 0.47% | - |
| HSV(B) | 313.14º | 0.73% | 0.74% | - |
| XYZ | 28.09 | 15.53 | 33.86 | - |
| YUV | 104.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 158 | 0 | 0.73 | 0.16 | 0.26 | 313.14 | 0.57 | 0.47 |
| Hex | BC | 33 | 9E | 0 | 49 | 10 | 1A | 139 | 39 | 2F |
| Octal | 274 | 63 | 236 | 0 | 111 | 20 | 32 | 471 | 71 | 57 |
| Binary | 10111100 | 110011 | 10011110 | 0 | 1001001 | 10000 | 11010 | 100111001 | 111001 | 101111 |
Color Harmonies of #BC339E
Complementary color
Monochromatic Colors of #BC339E
Black with #BC339E
Text Example
Text Example
White with #BC339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC339E; }
p { color: rgb(188,51,158); }
H1.HeaderClassName
{
color: #BC339E;
}
.AnyTagClassName
{
color: #BC339E;
}
</style>
background-color css
<style>
a { background-color: #BC339E; }
a { background-color: rgb(188,51,158); }
div.DivClassName
{
background-color: #BC339E;
}
.BgClassName
{
background-color: #BC339E;
}
</style>
border-color css
<style>
span { border-color: #BC339E; }
span { border-color: rgb(188,51,158); }
td.TdClassName
{
border-color: #BC339E;
}
.TagClassName
{
border-color: #BC339E;
}
</style>