Shades of Medium Violet Red #BC1773
Tints of Medium Violet Red #BC1773
RGB
CMYK
RGB Variations
Color information
#BC1773 (or 0xBC1773) is known color: Medium Violet Red. HEX triplet: BC, 17 and 73. RGB value is (188,23,115). Sum of RGB (Red+Green+Blue) = 188+23+115=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1773 is #43E88C. Grayscale: #525252. Windows color (decimal): -4450445 or 7542716. OLE color: 7542716.
HSL color Cylindrical-coordinate representation of color #BC1773: hue angle of 326.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 #BC1773 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 115 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.26 |
| HSL | 326.55º | 0.78% | 0.41% | - |
| HSV(B) | 326.55º | 0.88% | 0.74% | - |
| XYZ | 24.14 | 12.54 | 17.37 | - |
| YUV | 82.82 | 146.16 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 115 | 0 | 0.88 | 0.39 | 0.26 | 326.55 | 0.78 | 0.41 |
| Hex | BC | 17 | 73 | 0 | 58 | 27 | 1A | 147 | 4E | 29 |
| Octal | 274 | 27 | 163 | 0 | 130 | 47 | 32 | 507 | 116 | 51 |
| Binary | 10111100 | 10111 | 1110011 | 0 | 1011000 | 100111 | 11010 | 101000111 | 1001110 | 101001 |
Color Harmonies of #BC1773
Complementary color
Monochromatic Colors of #BC1773
Black with #BC1773
Text Example
Text Example
White with #BC1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1773; }
p { color: rgb(188,23,115); }
H1.HeaderClassName
{
color: #BC1773;
}
.AnyTagClassName
{
color: #BC1773;
}
</style>
background-color css
<style>
a { background-color: #BC1773; }
a { background-color: rgb(188,23,115); }
div.DivClassName
{
background-color: #BC1773;
}
.BgClassName
{
background-color: #BC1773;
}
</style>
border-color css
<style>
span { border-color: #BC1773; }
span { border-color: rgb(188,23,115); }
td.TdClassName
{
border-color: #BC1773;
}
.TagClassName
{
border-color: #BC1773;
}
</style>