Shades of Medium Violet Red #BC1794
Tints of Medium Violet Red #BC1794
RGB
CMYK
RGB Variations
Color information
#BC1794 (or 0xBC1794) is known color: Medium Violet Red. HEX triplet: BC, 17 and 94. RGB value is (188,23,148). Sum of RGB (Red+Green+Blue) = 188+23+148=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1794 is #43E86B. Grayscale: #565656. Windows color (decimal): -4450412 or 9705404. OLE color: 9705404.
HSL color Cylindrical-coordinate representation of color #BC1794: hue angle of 314.55º 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 #BC1794 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 148 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.26 |
| HSL | 314.55º | 0.78% | 0.41% | - |
| HSV(B) | 314.55º | 0.88% | 0.74% | - |
| XYZ | 26.39 | 13.44 | 29.22 | - |
| YUV | 86.59 | 162.66 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 148 | 0 | 0.88 | 0.21 | 0.26 | 314.55 | 0.78 | 0.41 |
| Hex | BC | 17 | 94 | 0 | 58 | 15 | 1A | 13B | 4E | 29 |
| Octal | 274 | 27 | 224 | 0 | 130 | 25 | 32 | 473 | 116 | 51 |
| Binary | 10111100 | 10111 | 10010100 | 0 | 1011000 | 10101 | 11010 | 100111011 | 1001110 | 101001 |
Color Harmonies of #BC1794
Complementary color
Monochromatic Colors of #BC1794
Black with #BC1794
Text Example
Text Example
White with #BC1794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1794; }
p { color: rgb(188,23,148); }
H1.HeaderClassName
{
color: #BC1794;
}
.AnyTagClassName
{
color: #BC1794;
}
</style>
background-color css
<style>
a { background-color: #BC1794; }
a { background-color: rgb(188,23,148); }
div.DivClassName
{
background-color: #BC1794;
}
.BgClassName
{
background-color: #BC1794;
}
</style>
border-color css
<style>
span { border-color: #BC1794; }
span { border-color: rgb(188,23,148); }
td.TdClassName
{
border-color: #BC1794;
}
.TagClassName
{
border-color: #BC1794;
}
</style>