Shades of Medium Red Violet #BC2780
Tints of Medium Red Violet #BC2780
RGB
CMYK
RGB Variations
Color information
#BC2780 (or 0xBC2780) is known color: Medium Red Violet. HEX triplet: BC, 27 and 80. RGB value is (188,39,128). Sum of RGB (Red+Green+Blue) = 188+39+128=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2780 is #43D87F. Grayscale: #5D5D5D. Windows color (decimal): -4446336 or 8398780. OLE color: 8398780.
HSL color Cylindrical-coordinate representation of color #BC2780: hue angle of 324.16º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2780 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 128 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.26 |
| HSL | 324.16º | 0.66% | 0.45% | - |
| HSV(B) | 324.16º | 0.79% | 0.74% | - |
| XYZ | 25.36 | 13.7 | 21.73 | - |
| YUV | 93.7 | 147.36 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 128 | 0 | 0.79 | 0.32 | 0.26 | 324.16 | 0.66 | 0.45 |
| Hex | BC | 27 | 80 | 0 | 4F | 20 | 1A | 144 | 42 | 2D |
| Octal | 274 | 47 | 200 | 0 | 117 | 40 | 32 | 504 | 102 | 55 |
| Binary | 10111100 | 100111 | 10000000 | 0 | 1001111 | 100000 | 11010 | 101000100 | 1000010 | 101101 |
Color Harmonies of #BC2780
Complementary color
Monochromatic Colors of #BC2780
Black with #BC2780
Text Example
Text Example
White with #BC2780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2780; }
p { color: rgb(188,39,128); }
H1.HeaderClassName
{
color: #BC2780;
}
.AnyTagClassName
{
color: #BC2780;
}
</style>
background-color css
<style>
a { background-color: #BC2780; }
a { background-color: rgb(188,39,128); }
div.DivClassName
{
background-color: #BC2780;
}
.BgClassName
{
background-color: #BC2780;
}
</style>
border-color css
<style>
span { border-color: #BC2780; }
span { border-color: rgb(188,39,128); }
td.TdClassName
{
border-color: #BC2780;
}
.TagClassName
{
border-color: #BC2780;
}
</style>