Shades of Medium Violet Red #BC2097
Tints of Medium Violet Red #BC2097
RGB
CMYK
RGB Variations
Color information
#BC2097 (or 0xBC2097) is known color: Medium Violet Red. HEX triplet: BC, 20 and 97. RGB value is (188,32,151). Sum of RGB (Red+Green+Blue) = 188+32+151=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2097 is #43DF68. Grayscale: #5B5B5B. Windows color (decimal): -4448105 or 9904316. OLE color: 9904316.
HSL color Cylindrical-coordinate representation of color #BC2097: hue angle of 314.23º 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 #BC2097 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 151 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.26 |
| HSL | 314.23º | 0.71% | 0.43% | - |
| HSV(B) | 314.23º | 0.83% | 0.74% | - |
| XYZ | 26.84 | 13.96 | 30.56 | - |
| YUV | 92.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 151 | 0 | 0.83 | 0.20 | 0.26 | 314.23 | 0.71 | 0.43 |
| Hex | BC | 20 | 97 | 0 | 53 | 14 | 1A | 13A | 47 | 2B |
| Octal | 274 | 40 | 227 | 0 | 123 | 24 | 32 | 472 | 107 | 53 |
| Binary | 10111100 | 100000 | 10010111 | 0 | 1010011 | 10100 | 11010 | 100111010 | 1000111 | 101011 |
Color Harmonies of #BC2097
Complementary color
Monochromatic Colors of #BC2097
Black with #BC2097
Text Example
Text Example
White with #BC2097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2097; }
p { color: rgb(188,32,151); }
H1.HeaderClassName
{
color: #BC2097;
}
.AnyTagClassName
{
color: #BC2097;
}
</style>
background-color css
<style>
a { background-color: #BC2097; }
a { background-color: rgb(188,32,151); }
div.DivClassName
{
background-color: #BC2097;
}
.BgClassName
{
background-color: #BC2097;
}
</style>
border-color css
<style>
span { border-color: #BC2097; }
span { border-color: rgb(188,32,151); }
td.TdClassName
{
border-color: #BC2097;
}
.TagClassName
{
border-color: #BC2097;
}
</style>