Shades of Medium Red Violet #BC2F85
Tints of Medium Red Violet #BC2F85
RGB
CMYK
RGB Variations
Color information
#BC2F85 (or 0xBC2F85) is known color: Medium Red Violet. HEX triplet: BC, 2F and 85. RGB value is (188,47,133). Sum of RGB (Red+Green+Blue) = 188+47+133=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2F85 is #43D07A. Grayscale: #626262. Windows color (decimal): -4444283 or 8728508. OLE color: 8728508.
HSL color Cylindrical-coordinate representation of color #BC2F85: hue angle of 323.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2F85 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 133 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.26 |
| HSL | 323.4º | 0.6% | 0.46% | - |
| HSV(B) | 323.4º | 0.75% | 0.74% | - |
| XYZ | 25.99 | 14.42 | 23.6 | - |
| YUV | 98.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 133 | 0 | 0.75 | 0.29 | 0.26 | 323.4 | 0.6 | 0.46 |
| Hex | BC | 2F | 85 | 0 | 4B | 1D | 1A | 143 | 3C | 2E |
| Octal | 274 | 57 | 205 | 0 | 113 | 35 | 32 | 503 | 74 | 56 |
| Binary | 10111100 | 101111 | 10000101 | 0 | 1001011 | 11101 | 11010 | 101000011 | 111100 | 101110 |
Color Harmonies of #BC2F85
Complementary color
Monochromatic Colors of #BC2F85
Black with #BC2F85
Text Example
Text Example
White with #BC2F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F85; }
p { color: rgb(188,47,133); }
H1.HeaderClassName
{
color: #BC2F85;
}
.AnyTagClassName
{
color: #BC2F85;
}
</style>
background-color css
<style>
a { background-color: #BC2F85; }
a { background-color: rgb(188,47,133); }
div.DivClassName
{
background-color: #BC2F85;
}
.BgClassName
{
background-color: #BC2F85;
}
</style>
border-color css
<style>
span { border-color: #BC2F85; }
span { border-color: rgb(188,47,133); }
td.TdClassName
{
border-color: #BC2F85;
}
.TagClassName
{
border-color: #BC2F85;
}
</style>