Shades of Medium Violet Red #BC2075
Tints of Medium Violet Red #BC2075
RGB
CMYK
RGB Variations
Color information
#BC2075 (or 0xBC2075) is known color: Medium Violet Red. HEX triplet: BC, 20 and 75. RGB value is (188,32,117). Sum of RGB (Red+Green+Blue) = 188+32+117=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2075 is #43DF8A. Grayscale: #585858. Windows color (decimal): -4448139 or 7676092. OLE color: 7676092.
HSL color Cylindrical-coordinate representation of color #BC2075: hue angle of 327.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2075 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 117 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.26 |
| HSL | 327.31º | 0.71% | 0.43% | - |
| HSV(B) | 327.31º | 0.83% | 0.74% | - |
| XYZ | 24.47 | 13.01 | 18.05 | - |
| YUV | 88.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 117 | 0 | 0.83 | 0.38 | 0.26 | 327.31 | 0.71 | 0.43 |
| Hex | BC | 20 | 75 | 0 | 53 | 26 | 1A | 147 | 47 | 2B |
| Octal | 274 | 40 | 165 | 0 | 123 | 46 | 32 | 507 | 107 | 53 |
| Binary | 10111100 | 100000 | 1110101 | 0 | 1010011 | 100110 | 11010 | 101000111 | 1000111 | 101011 |
Color Harmonies of #BC2075
Complementary color
Monochromatic Colors of #BC2075
Black with #BC2075
Text Example
Text Example
White with #BC2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2075; }
p { color: rgb(188,32,117); }
H1.HeaderClassName
{
color: #BC2075;
}
.AnyTagClassName
{
color: #BC2075;
}
</style>
background-color css
<style>
a { background-color: #BC2075; }
a { background-color: rgb(188,32,117); }
div.DivClassName
{
background-color: #BC2075;
}
.BgClassName
{
background-color: #BC2075;
}
</style>
border-color css
<style>
span { border-color: #BC2075; }
span { border-color: rgb(188,32,117); }
td.TdClassName
{
border-color: #BC2075;
}
.TagClassName
{
border-color: #BC2075;
}
</style>