Shades of Medium Violet Red #BC1796
Tints of Medium Violet Red #BC1796
RGB
CMYK
RGB Variations
Color information
#BC1796 (or 0xBC1796) is known color: Medium Violet Red. HEX triplet: BC, 17 and 96. RGB value is (188,23,150). Sum of RGB (Red+Green+Blue) = 188+23+150=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1796 is #43E869. Grayscale: #565656. Windows color (decimal): -4450410 or 9836476. OLE color: 9836476.
HSL color Cylindrical-coordinate representation of color #BC1796: hue angle of 313.82º degrees, saturation: 0.78, 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 #BC1796 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 150 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.26 |
| HSL | 313.82º | 0.78% | 0.41% | - |
| HSV(B) | 313.82º | 0.88% | 0.74% | - |
| XYZ | 26.55 | 13.51 | 30.06 | - |
| YUV | 86.81 | 163.66 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 150 | 0 | 0.88 | 0.20 | 0.26 | 313.82 | 0.78 | 0.41 |
| Hex | BC | 17 | 96 | 0 | 58 | 14 | 1A | 13A | 4E | 29 |
| Octal | 274 | 27 | 226 | 0 | 130 | 24 | 32 | 472 | 116 | 51 |
| Binary | 10111100 | 10111 | 10010110 | 0 | 1011000 | 10100 | 11010 | 100111010 | 1001110 | 101001 |
Color Harmonies of #BC1796
Complementary color
Monochromatic Colors of #BC1796
Black with #BC1796
Text Example
Text Example
White with #BC1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1796; }
p { color: rgb(188,23,150); }
H1.HeaderClassName
{
color: #BC1796;
}
.AnyTagClassName
{
color: #BC1796;
}
</style>
background-color css
<style>
a { background-color: #BC1796; }
a { background-color: rgb(188,23,150); }
div.DivClassName
{
background-color: #BC1796;
}
.BgClassName
{
background-color: #BC1796;
}
</style>
border-color css
<style>
span { border-color: #BC1796; }
span { border-color: rgb(188,23,150); }
td.TdClassName
{
border-color: #BC1796;
}
.TagClassName
{
border-color: #BC1796;
}
</style>