Shades of Medium Violet Red #BC1075
Tints of Medium Violet Red #BC1075
RGB
CMYK
RGB Variations
Color information
#BC1075 (or 0xBC1075) is known color: Medium Violet Red. HEX triplet: BC, 10 and 75. RGB value is (188,16,117). Sum of RGB (Red+Green+Blue) = 188+16+117=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1075 is #43EF8A. Grayscale: #4E4E4E. Windows color (decimal): -4452235 or 7671996. OLE color: 7671996.
HSL color Cylindrical-coordinate representation of color #BC1075: hue angle of 324.77º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1075 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 117 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.26 |
| HSL | 324.77º | 0.84% | 0.4% | - |
| HSV(B) | 324.77º | 0.91% | 0.74% | - |
| XYZ | 24.14 | 12.35 | 17.94 | - |
| YUV | 78.94 | 149.48 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 117 | 0 | 0.91 | 0.38 | 0.26 | 324.77 | 0.84 | 0.4 |
| Hex | BC | 10 | 75 | 0 | 5B | 26 | 1A | 145 | 54 | 28 |
| Octal | 274 | 20 | 165 | 0 | 133 | 46 | 32 | 505 | 124 | 50 |
| Binary | 10111100 | 10000 | 1110101 | 0 | 1011011 | 100110 | 11010 | 101000101 | 1010100 | 101000 |
Color Harmonies of #BC1075
Complementary color
Monochromatic Colors of #BC1075
Black with #BC1075
Text Example
Text Example
White with #BC1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1075; }
p { color: rgb(188,16,117); }
H1.HeaderClassName
{
color: #BC1075;
}
.AnyTagClassName
{
color: #BC1075;
}
</style>
background-color css
<style>
a { background-color: #BC1075; }
a { background-color: rgb(188,16,117); }
div.DivClassName
{
background-color: #BC1075;
}
.BgClassName
{
background-color: #BC1075;
}
</style>
border-color css
<style>
span { border-color: #BC1075; }
span { border-color: rgb(188,16,117); }
td.TdClassName
{
border-color: #BC1075;
}
.TagClassName
{
border-color: #BC1075;
}
</style>