Shades of Medium Red Violet #BC339F
Tints of Medium Red Violet #BC339F
RGB
CMYK
RGB Variations
Color information
#BC339F (or 0xBC339F) is known color: Medium Red Violet. HEX triplet: BC, 33 and 9F. RGB value is (188,51,159). Sum of RGB (Red+Green+Blue) = 188+51+159=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC339F is #43CC60. Grayscale: #676767. Windows color (decimal): -4443233 or 10433468. OLE color: 10433468.
HSL color Cylindrical-coordinate representation of color #BC339F: hue angle of 312.7º 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 #BC339F is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 159 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.26 |
| HSL | 312.7º | 0.57% | 0.47% | - |
| HSV(B) | 312.7º | 0.73% | 0.74% | - |
| XYZ | 28.18 | 15.56 | 34.32 | - |
| YUV | 104.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 159 | 0 | 0.73 | 0.15 | 0.26 | 312.7 | 0.57 | 0.47 |
| Hex | BC | 33 | 9F | 0 | 49 | F | 1A | 139 | 39 | 2F |
| Octal | 274 | 63 | 237 | 0 | 111 | 17 | 32 | 471 | 71 | 57 |
| Binary | 10111100 | 110011 | 10011111 | 0 | 1001001 | 1111 | 11010 | 100111001 | 111001 | 101111 |
Color Harmonies of #BC339F
Complementary color
Monochromatic Colors of #BC339F
Black with #BC339F
Text Example
Text Example
White with #BC339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC339F; }
p { color: rgb(188,51,159); }
H1.HeaderClassName
{
color: #BC339F;
}
.AnyTagClassName
{
color: #BC339F;
}
</style>
background-color css
<style>
a { background-color: #BC339F; }
a { background-color: rgb(188,51,159); }
div.DivClassName
{
background-color: #BC339F;
}
.BgClassName
{
background-color: #BC339F;
}
</style>
border-color css
<style>
span { border-color: #BC339F; }
span { border-color: rgb(188,51,159); }
td.TdClassName
{
border-color: #BC339F;
}
.TagClassName
{
border-color: #BC339F;
}
</style>