Shades of Medium Red Violet #BC2884
Tints of Medium Red Violet #BC2884
RGB
CMYK
RGB Variations
Color information
#BC2884 (or 0xBC2884) is known color: Medium Red Violet. HEX triplet: BC, 28 and 84. RGB value is (188,40,132). Sum of RGB (Red+Green+Blue) = 188+40+132=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2884 is #43D77B. Grayscale: #5E5E5E. Windows color (decimal): -4446076 or 8661180. OLE color: 8661180.
HSL color Cylindrical-coordinate representation of color #BC2884: hue angle of 322.7º 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 #BC2884 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 132 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.26 |
| HSL | 322.7º | 0.65% | 0.45% | - |
| HSV(B) | 322.7º | 0.79% | 0.74% | - |
| XYZ | 25.66 | 13.87 | 23.16 | - |
| YUV | 94.74 | 149.03 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 132 | 0 | 0.79 | 0.30 | 0.26 | 322.7 | 0.65 | 0.45 |
| Hex | BC | 28 | 84 | 0 | 4F | 1E | 1A | 143 | 41 | 2D |
| Octal | 274 | 50 | 204 | 0 | 117 | 36 | 32 | 503 | 101 | 55 |
| Binary | 10111100 | 101000 | 10000100 | 0 | 1001111 | 11110 | 11010 | 101000011 | 1000001 | 101101 |
Color Harmonies of #BC2884
Complementary color
Monochromatic Colors of #BC2884
Black with #BC2884
Text Example
Text Example
White with #BC2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2884; }
p { color: rgb(188,40,132); }
H1.HeaderClassName
{
color: #BC2884;
}
.AnyTagClassName
{
color: #BC2884;
}
</style>
background-color css
<style>
a { background-color: #BC2884; }
a { background-color: rgb(188,40,132); }
div.DivClassName
{
background-color: #BC2884;
}
.BgClassName
{
background-color: #BC2884;
}
</style>
border-color css
<style>
span { border-color: #BC2884; }
span { border-color: rgb(188,40,132); }
td.TdClassName
{
border-color: #BC2884;
}
.TagClassName
{
border-color: #BC2884;
}
</style>