Shades of Medium Violet Red #BC1085
Tints of Medium Violet Red #BC1085
RGB
CMYK
RGB Variations
Color information
#BC1085 (or 0xBC1085) is known color: Medium Violet Red. HEX triplet: BC, 10 and 85. RGB value is (188,16,133). Sum of RGB (Red+Green+Blue) = 188+16+133=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1085 is #43EF7A. Grayscale: #505050. Windows color (decimal): -4452219 or 8720572. OLE color: 8720572.
HSL color Cylindrical-coordinate representation of color #BC1085: hue angle of 319.19º 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 #BC1085 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 133 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.26 |
| HSL | 319.19º | 0.84% | 0.4% | - |
| HSV(B) | 319.19º | 0.91% | 0.74% | - |
| XYZ | 25.16 | 12.76 | 23.33 | - |
| YUV | 80.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 133 | 0 | 0.91 | 0.29 | 0.26 | 319.19 | 0.84 | 0.4 |
| Hex | BC | 10 | 85 | 0 | 5B | 1D | 1A | 13F | 54 | 28 |
| Octal | 274 | 20 | 205 | 0 | 133 | 35 | 32 | 477 | 124 | 50 |
| Binary | 10111100 | 10000 | 10000101 | 0 | 1011011 | 11101 | 11010 | 100111111 | 1010100 | 101000 |
Color Harmonies of #BC1085
Complementary color
Monochromatic Colors of #BC1085
Black with #BC1085
Text Example
Text Example
White with #BC1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1085; }
p { color: rgb(188,16,133); }
H1.HeaderClassName
{
color: #BC1085;
}
.AnyTagClassName
{
color: #BC1085;
}
</style>
background-color css
<style>
a { background-color: #BC1085; }
a { background-color: rgb(188,16,133); }
div.DivClassName
{
background-color: #BC1085;
}
.BgClassName
{
background-color: #BC1085;
}
</style>
border-color css
<style>
span { border-color: #BC1085; }
span { border-color: rgb(188,16,133); }
td.TdClassName
{
border-color: #BC1085;
}
.TagClassName
{
border-color: #BC1085;
}
</style>