Shades of Medium Violet Red #BC1697
Tints of Medium Violet Red #BC1697
RGB
CMYK
RGB Variations
Color information
#BC1697 (or 0xBC1697) is known color: Medium Violet Red. HEX triplet: BC, 16 and 97. RGB value is (188,22,151). Sum of RGB (Red+Green+Blue) = 188+22+151=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1697 is #43E968. Grayscale: #555555. Windows color (decimal): -4450665 or 9901756. OLE color: 9901756.
HSL color Cylindrical-coordinate representation of color #BC1697: hue angle of 313.37º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1697 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 151 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.26 |
| HSL | 313.37º | 0.79% | 0.41% | - |
| HSV(B) | 313.37º | 0.88% | 0.74% | - |
| XYZ | 26.61 | 13.5 | 30.48 | - |
| YUV | 86.34 | 164.5 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 151 | 0 | 0.88 | 0.20 | 0.26 | 313.37 | 0.79 | 0.41 |
| Hex | BC | 16 | 97 | 0 | 58 | 14 | 1A | 139 | 4F | 29 |
| Octal | 274 | 26 | 227 | 0 | 130 | 24 | 32 | 471 | 117 | 51 |
| Binary | 10111100 | 10110 | 10010111 | 0 | 1011000 | 10100 | 11010 | 100111001 | 1001111 | 101001 |
Color Harmonies of #BC1697
Complementary color
Monochromatic Colors of #BC1697
Black with #BC1697
Text Example
Text Example
White with #BC1697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1697; }
p { color: rgb(188,22,151); }
H1.HeaderClassName
{
color: #BC1697;
}
.AnyTagClassName
{
color: #BC1697;
}
</style>
background-color css
<style>
a { background-color: #BC1697; }
a { background-color: rgb(188,22,151); }
div.DivClassName
{
background-color: #BC1697;
}
.BgClassName
{
background-color: #BC1697;
}
</style>
border-color css
<style>
span { border-color: #BC1697; }
span { border-color: rgb(188,22,151); }
td.TdClassName
{
border-color: #BC1697;
}
.TagClassName
{
border-color: #BC1697;
}
</style>