Shades of Medium Violet Red #BC0175
Tints of Medium Violet Red #BC0175
RGB
CMYK
RGB Variations
Color information
#BC0175 (or 0xBC0175) is known color: Medium Violet Red. HEX triplet: BC, 01 and 75. RGB value is (188,1,117). Sum of RGB (Red+Green+Blue) = 188+1+117=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0175 is #43FE8A. Grayscale: #454545. Windows color (decimal): -4456075 or 7668156. OLE color: 7668156.
HSL color Cylindrical-coordinate representation of color #BC0175: hue angle of 322.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0175 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.26 |
| HSL | 322.78º | 0.99% | 0.37% | - |
| HSV(B) | 322.78º | 0.99% | 0.74% | - |
| XYZ | 23.96 | 12 | 17.88 | - |
| YUV | 70.14 | 154.45 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 117 | 0 | 0.99 | 0.38 | 0.26 | 322.78 | 0.99 | 0.37 |
| Hex | BC | 1 | 75 | 0 | 63 | 26 | 1A | 143 | 63 | 25 |
| Octal | 274 | 1 | 165 | 0 | 143 | 46 | 32 | 503 | 143 | 45 |
| Binary | 10111100 | 1 | 1110101 | 0 | 1100011 | 100110 | 11010 | 101000011 | 1100011 | 100101 |
Color Harmonies of #BC0175
Complementary color
Monochromatic Colors of #BC0175
Black with #BC0175
Text Example
Text Example
White with #BC0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0175; }
p { color: rgb(188,1,117); }
H1.HeaderClassName
{
color: #BC0175;
}
.AnyTagClassName
{
color: #BC0175;
}
</style>
background-color css
<style>
a { background-color: #BC0175; }
a { background-color: rgb(188,1,117); }
div.DivClassName
{
background-color: #BC0175;
}
.BgClassName
{
background-color: #BC0175;
}
</style>
border-color css
<style>
span { border-color: #BC0175; }
span { border-color: rgb(188,1,117); }
td.TdClassName
{
border-color: #BC0175;
}
.TagClassName
{
border-color: #BC0175;
}
</style>