Shades of Medium Red Violet #BC339A
Tints of Medium Red Violet #BC339A
RGB
CMYK
RGB Variations
Color information
#BC339A (or 0xBC339A) is known color: Medium Red Violet. HEX triplet: BC, 33 and 9A. RGB value is (188,51,154). Sum of RGB (Red+Green+Blue) = 188+51+154=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC339A is #43CC65. Grayscale: #676767. Windows color (decimal): -4443238 or 10105788. OLE color: 10105788.
HSL color Cylindrical-coordinate representation of color #BC339A: hue angle of 314.89º 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 #BC339A is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 154 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.26 |
| HSL | 314.89º | 0.57% | 0.47% | - |
| HSV(B) | 314.89º | 0.73% | 0.74% | - |
| XYZ | 27.76 | 15.39 | 32.08 | - |
| YUV | 103.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 154 | 0 | 0.73 | 0.18 | 0.26 | 314.89 | 0.57 | 0.47 |
| Hex | BC | 33 | 9A | 0 | 49 | 12 | 1A | 13B | 39 | 2F |
| Octal | 274 | 63 | 232 | 0 | 111 | 22 | 32 | 473 | 71 | 57 |
| Binary | 10111100 | 110011 | 10011010 | 0 | 1001001 | 10010 | 11010 | 100111011 | 111001 | 101111 |
Color Harmonies of #BC339A
Complementary color
Monochromatic Colors of #BC339A
Black with #BC339A
Text Example
Text Example
White with #BC339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC339A; }
p { color: rgb(188,51,154); }
H1.HeaderClassName
{
color: #BC339A;
}
.AnyTagClassName
{
color: #BC339A;
}
</style>
background-color css
<style>
a { background-color: #BC339A; }
a { background-color: rgb(188,51,154); }
div.DivClassName
{
background-color: #BC339A;
}
.BgClassName
{
background-color: #BC339A;
}
</style>
border-color css
<style>
span { border-color: #BC339A; }
span { border-color: rgb(188,51,154); }
td.TdClassName
{
border-color: #BC339A;
}
.TagClassName
{
border-color: #BC339A;
}
</style>