Shades of Medium Red Violet #BC2881
Tints of Medium Red Violet #BC2881
RGB
CMYK
RGB Variations
Color information
#BC2881 (or 0xBC2881) is known color: Medium Red Violet. HEX triplet: BC, 28 and 81. RGB value is (188,40,129). Sum of RGB (Red+Green+Blue) = 188+40+129=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2881 is #43D77E. Grayscale: #5E5E5E. Windows color (decimal): -4446079 or 8464572. OLE color: 8464572.
HSL color Cylindrical-coordinate representation of color #BC2881: hue angle of 323.92º degrees, saturation: 0.65, 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 #BC2881 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 129 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.26 |
| HSL | 323.92º | 0.65% | 0.45% | - |
| HSV(B) | 323.92º | 0.79% | 0.74% | - |
| XYZ | 25.46 | 13.79 | 22.09 | - |
| YUV | 94.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 129 | 0 | 0.79 | 0.31 | 0.26 | 323.92 | 0.65 | 0.45 |
| Hex | BC | 28 | 81 | 0 | 4F | 1F | 1A | 144 | 41 | 2D |
| Octal | 274 | 50 | 201 | 0 | 117 | 37 | 32 | 504 | 101 | 55 |
| Binary | 10111100 | 101000 | 10000001 | 0 | 1001111 | 11111 | 11010 | 101000100 | 1000001 | 101101 |
Color Harmonies of #BC2881
Complementary color
Monochromatic Colors of #BC2881
Black with #BC2881
Text Example
Text Example
White with #BC2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2881; }
p { color: rgb(188,40,129); }
H1.HeaderClassName
{
color: #BC2881;
}
.AnyTagClassName
{
color: #BC2881;
}
</style>
background-color css
<style>
a { background-color: #BC2881; }
a { background-color: rgb(188,40,129); }
div.DivClassName
{
background-color: #BC2881;
}
.BgClassName
{
background-color: #BC2881;
}
</style>
border-color css
<style>
span { border-color: #BC2881; }
span { border-color: rgb(188,40,129); }
td.TdClassName
{
border-color: #BC2881;
}
.TagClassName
{
border-color: #BC2881;
}
</style>