Shades of Medium Red Violet #BC2E85
Tints of Medium Red Violet #BC2E85
RGB
CMYK
RGB Variations
Color information
#BC2E85 (or 0xBC2E85) is known color: Medium Red Violet. HEX triplet: BC, 2E and 85. RGB value is (188,46,133). Sum of RGB (Red+Green+Blue) = 188+46+133=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2E85 is #43D17A. Grayscale: #626262. Windows color (decimal): -4444539 or 8728252. OLE color: 8728252.
HSL color Cylindrical-coordinate representation of color #BC2E85: hue angle of 323.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2E85 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 133 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.26 |
| HSL | 323.24º | 0.61% | 0.46% | - |
| HSV(B) | 323.24º | 0.76% | 0.74% | - |
| XYZ | 25.95 | 14.34 | 23.59 | - |
| YUV | 98.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 133 | 0 | 0.76 | 0.29 | 0.26 | 323.24 | 0.61 | 0.46 |
| Hex | BC | 2E | 85 | 0 | 4C | 1D | 1A | 143 | 3D | 2E |
| Octal | 274 | 56 | 205 | 0 | 114 | 35 | 32 | 503 | 75 | 56 |
| Binary | 10111100 | 101110 | 10000101 | 0 | 1001100 | 11101 | 11010 | 101000011 | 111101 | 101110 |
Color Harmonies of #BC2E85
Complementary color
Monochromatic Colors of #BC2E85
Black with #BC2E85
Text Example
Text Example
White with #BC2E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E85; }
p { color: rgb(188,46,133); }
H1.HeaderClassName
{
color: #BC2E85;
}
.AnyTagClassName
{
color: #BC2E85;
}
</style>
background-color css
<style>
a { background-color: #BC2E85; }
a { background-color: rgb(188,46,133); }
div.DivClassName
{
background-color: #BC2E85;
}
.BgClassName
{
background-color: #BC2E85;
}
</style>
border-color css
<style>
span { border-color: #BC2E85; }
span { border-color: rgb(188,46,133); }
td.TdClassName
{
border-color: #BC2E85;
}
.TagClassName
{
border-color: #BC2E85;
}
</style>