Shades of Medium Violet Red #BC1675
Tints of Medium Violet Red #BC1675
RGB
CMYK
RGB Variations
Color information
#BC1675 (or 0xBC1675) is known color: Medium Violet Red. HEX triplet: BC, 16 and 75. RGB value is (188,22,117). Sum of RGB (Red+Green+Blue) = 188+22+117=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1675 is #43E98A. Grayscale: #525252. Windows color (decimal): -4450699 or 7673532. OLE color: 7673532.
HSL color Cylindrical-coordinate representation of color #BC1675: hue angle of 325.66º 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 #BC1675 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 117 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.26 |
| HSL | 325.66º | 0.79% | 0.41% | - |
| HSV(B) | 325.66º | 0.88% | 0.74% | - |
| XYZ | 24.24 | 12.55 | 17.97 | - |
| YUV | 82.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 117 | 0 | 0.88 | 0.38 | 0.26 | 325.66 | 0.79 | 0.41 |
| Hex | BC | 16 | 75 | 0 | 58 | 26 | 1A | 146 | 4F | 29 |
| Octal | 274 | 26 | 165 | 0 | 130 | 46 | 32 | 506 | 117 | 51 |
| Binary | 10111100 | 10110 | 1110101 | 0 | 1011000 | 100110 | 11010 | 101000110 | 1001111 | 101001 |
Color Harmonies of #BC1675
Complementary color
Monochromatic Colors of #BC1675
Black with #BC1675
Text Example
Text Example
White with #BC1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1675; }
p { color: rgb(188,22,117); }
H1.HeaderClassName
{
color: #BC1675;
}
.AnyTagClassName
{
color: #BC1675;
}
</style>
background-color css
<style>
a { background-color: #BC1675; }
a { background-color: rgb(188,22,117); }
div.DivClassName
{
background-color: #BC1675;
}
.BgClassName
{
background-color: #BC1675;
}
</style>
border-color css
<style>
span { border-color: #BC1675; }
span { border-color: rgb(188,22,117); }
td.TdClassName
{
border-color: #BC1675;
}
.TagClassName
{
border-color: #BC1675;
}
</style>