Shades of Medium Violet Red #BC2095
Tints of Medium Violet Red #BC2095
RGB
CMYK
RGB Variations
Color information
#BC2095 (or 0xBC2095) is known color: Medium Violet Red. HEX triplet: BC, 20 and 95. RGB value is (188,32,149). Sum of RGB (Red+Green+Blue) = 188+32+149=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2095 is #43DF6A. Grayscale: #5B5B5B. Windows color (decimal): -4448107 or 9773244. OLE color: 9773244.
HSL color Cylindrical-coordinate representation of color #BC2095: hue angle of 315º 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 #BC2095 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 149 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.26 |
| HSL | 315º | 0.71% | 0.43% | - |
| HSV(B) | 315º | 0.83% | 0.74% | - |
| XYZ | 26.68 | 13.89 | 29.71 | - |
| YUV | 91.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 149 | 0 | 0.83 | 0.21 | 0.26 | 315 | 0.71 | 0.43 |
| Hex | BC | 20 | 95 | 0 | 53 | 15 | 1A | 13B | 47 | 2B |
| Octal | 274 | 40 | 225 | 0 | 123 | 25 | 32 | 473 | 107 | 53 |
| Binary | 10111100 | 100000 | 10010101 | 0 | 1010011 | 10101 | 11010 | 100111011 | 1000111 | 101011 |
Color Harmonies of #BC2095
Complementary color
Monochromatic Colors of #BC2095
Black with #BC2095
Text Example
Text Example
White with #BC2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2095; }
p { color: rgb(188,32,149); }
H1.HeaderClassName
{
color: #BC2095;
}
.AnyTagClassName
{
color: #BC2095;
}
</style>
background-color css
<style>
a { background-color: #BC2095; }
a { background-color: rgb(188,32,149); }
div.DivClassName
{
background-color: #BC2095;
}
.BgClassName
{
background-color: #BC2095;
}
</style>
border-color css
<style>
span { border-color: #BC2095; }
span { border-color: rgb(188,32,149); }
td.TdClassName
{
border-color: #BC2095;
}
.TagClassName
{
border-color: #BC2095;
}
</style>