Shades of Medium Red Violet #BC337B
Tints of Medium Red Violet #BC337B
RGB
CMYK
RGB Variations
Color information
#BC337B (or 0xBC337B) is known color: Medium Red Violet. HEX triplet: BC, 33 and 7B. RGB value is (188,51,123). Sum of RGB (Red+Green+Blue) = 188+51+123=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC337B is #43CC84. Grayscale: #646464. Windows color (decimal): -4443269 or 8074172. OLE color: 8074172.
HSL color Cylindrical-coordinate representation of color #BC337B: hue angle of 328.47º 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 #BC337B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 123 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.26 |
| HSL | 328.47º | 0.57% | 0.47% | - |
| HSV(B) | 328.47º | 0.73% | 0.74% | - |
| XYZ | 25.5 | 14.49 | 20.19 | - |
| YUV | 100.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 123 | 0 | 0.73 | 0.35 | 0.26 | 328.47 | 0.57 | 0.47 |
| Hex | BC | 33 | 7B | 0 | 49 | 23 | 1A | 148 | 39 | 2F |
| Octal | 274 | 63 | 173 | 0 | 111 | 43 | 32 | 510 | 71 | 57 |
| Binary | 10111100 | 110011 | 1111011 | 0 | 1001001 | 100011 | 11010 | 101001000 | 111001 | 101111 |
Color Harmonies of #BC337B
Complementary color
Monochromatic Colors of #BC337B
Black with #BC337B
Text Example
Text Example
White with #BC337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC337B; }
p { color: rgb(188,51,123); }
H1.HeaderClassName
{
color: #BC337B;
}
.AnyTagClassName
{
color: #BC337B;
}
</style>
background-color css
<style>
a { background-color: #BC337B; }
a { background-color: rgb(188,51,123); }
div.DivClassName
{
background-color: #BC337B;
}
.BgClassName
{
background-color: #BC337B;
}
</style>
border-color css
<style>
span { border-color: #BC337B; }
span { border-color: rgb(188,51,123); }
td.TdClassName
{
border-color: #BC337B;
}
.TagClassName
{
border-color: #BC337B;
}
</style>