Shades of Medium Violet Red #BC1774
Tints of Medium Violet Red #BC1774
RGB
CMYK
RGB Variations
Color information
#BC1774 (or 0xBC1774) is known color: Medium Violet Red. HEX triplet: BC, 17 and 74. RGB value is (188,23,116). Sum of RGB (Red+Green+Blue) = 188+23+116=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1774 is #43E88B. Grayscale: #525252. Windows color (decimal): -4450444 or 7608252. OLE color: 7608252.
HSL color Cylindrical-coordinate representation of color #BC1774: hue angle of 326.18º 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 #BC1774 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 116 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.26 |
| HSL | 326.18º | 0.78% | 0.41% | - |
| HSV(B) | 326.18º | 0.88% | 0.74% | - |
| XYZ | 24.2 | 12.57 | 17.67 | - |
| YUV | 82.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 116 | 0 | 0.88 | 0.38 | 0.26 | 326.18 | 0.78 | 0.41 |
| Hex | BC | 17 | 74 | 0 | 58 | 26 | 1A | 146 | 4E | 29 |
| Octal | 274 | 27 | 164 | 0 | 130 | 46 | 32 | 506 | 116 | 51 |
| Binary | 10111100 | 10111 | 1110100 | 0 | 1011000 | 100110 | 11010 | 101000110 | 1001110 | 101001 |
Color Harmonies of #BC1774
Complementary color
Monochromatic Colors of #BC1774
Black with #BC1774
Text Example
Text Example
White with #BC1774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1774; }
p { color: rgb(188,23,116); }
H1.HeaderClassName
{
color: #BC1774;
}
.AnyTagClassName
{
color: #BC1774;
}
</style>
background-color css
<style>
a { background-color: #BC1774; }
a { background-color: rgb(188,23,116); }
div.DivClassName
{
background-color: #BC1774;
}
.BgClassName
{
background-color: #BC1774;
}
</style>
border-color css
<style>
span { border-color: #BC1774; }
span { border-color: rgb(188,23,116); }
td.TdClassName
{
border-color: #BC1774;
}
.TagClassName
{
border-color: #BC1774;
}
</style>