Shades of Medium Red Violet #BC3280
Tints of Medium Red Violet #BC3280
RGB
CMYK
RGB Variations
Color information
#BC3280 (or 0xBC3280) is known color: Medium Red Violet. HEX triplet: BC, 32 and 80. RGB value is (188,50,128). Sum of RGB (Red+Green+Blue) = 188+50+128=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3280 is #43CD7F. Grayscale: #636363. Windows color (decimal): -4443520 or 8401596. OLE color: 8401596.
HSL color Cylindrical-coordinate representation of color #BC3280: hue angle of 326.09º degrees, saturation: 0.58, 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 #BC3280 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 128 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.26 |
| HSL | 326.09º | 0.58% | 0.47% | - |
| HSV(B) | 326.09º | 0.73% | 0.74% | - |
| XYZ | 25.78 | 14.53 | 21.87 | - |
| YUV | 100.15 | 143.72 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 128 | 0 | 0.73 | 0.32 | 0.26 | 326.09 | 0.58 | 0.47 |
| Hex | BC | 32 | 80 | 0 | 49 | 20 | 1A | 146 | 3A | 2F |
| Octal | 274 | 62 | 200 | 0 | 111 | 40 | 32 | 506 | 72 | 57 |
| Binary | 10111100 | 110010 | 10000000 | 0 | 1001001 | 100000 | 11010 | 101000110 | 111010 | 101111 |
Color Harmonies of #BC3280
Complementary color
Monochromatic Colors of #BC3280
Black with #BC3280
Text Example
Text Example
White with #BC3280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3280; }
p { color: rgb(188,50,128); }
H1.HeaderClassName
{
color: #BC3280;
}
.AnyTagClassName
{
color: #BC3280;
}
</style>
background-color css
<style>
a { background-color: #BC3280; }
a { background-color: rgb(188,50,128); }
div.DivClassName
{
background-color: #BC3280;
}
.BgClassName
{
background-color: #BC3280;
}
</style>
border-color css
<style>
span { border-color: #BC3280; }
span { border-color: rgb(188,50,128); }
td.TdClassName
{
border-color: #BC3280;
}
.TagClassName
{
border-color: #BC3280;
}
</style>