Shades of Medium Violet Red #BC2090
Tints of Medium Violet Red #BC2090
RGB
CMYK
RGB Variations
Color information
#BC2090 (or 0xBC2090) is known color: Medium Violet Red. HEX triplet: BC, 20 and 90. RGB value is (188,32,144). Sum of RGB (Red+Green+Blue) = 188+32+144=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2090 is #43DF6F. Grayscale: #5B5B5B. Windows color (decimal): -4448112 or 9445564. OLE color: 9445564.
HSL color Cylindrical-coordinate representation of color #BC2090: hue angle of 316.92º 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 #BC2090 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 144 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.26 |
| HSL | 316.92º | 0.71% | 0.43% | - |
| HSV(B) | 316.92º | 0.83% | 0.74% | - |
| XYZ | 26.29 | 13.74 | 27.65 | - |
| YUV | 91.41 | 157.68 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 144 | 0 | 0.83 | 0.23 | 0.26 | 316.92 | 0.71 | 0.43 |
| Hex | BC | 20 | 90 | 0 | 53 | 17 | 1A | 13D | 47 | 2B |
| Octal | 274 | 40 | 220 | 0 | 123 | 27 | 32 | 475 | 107 | 53 |
| Binary | 10111100 | 100000 | 10010000 | 0 | 1010011 | 10111 | 11010 | 100111101 | 1000111 | 101011 |
Color Harmonies of #BC2090
Complementary color
Monochromatic Colors of #BC2090
Black with #BC2090
Text Example
Text Example
White with #BC2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2090; }
p { color: rgb(188,32,144); }
H1.HeaderClassName
{
color: #BC2090;
}
.AnyTagClassName
{
color: #BC2090;
}
</style>
background-color css
<style>
a { background-color: #BC2090; }
a { background-color: rgb(188,32,144); }
div.DivClassName
{
background-color: #BC2090;
}
.BgClassName
{
background-color: #BC2090;
}
</style>
border-color css
<style>
span { border-color: #BC2090; }
span { border-color: rgb(188,32,144); }
td.TdClassName
{
border-color: #BC2090;
}
.TagClassName
{
border-color: #BC2090;
}
</style>