Shades of Medium Violet Red #BC1082
Tints of Medium Violet Red #BC1082
RGB
CMYK
RGB Variations
Color information
#BC1082 (or 0xBC1082) is known color: Medium Violet Red. HEX triplet: BC, 10 and 82. RGB value is (188,16,130). Sum of RGB (Red+Green+Blue) = 188+16+130=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1082 is #43EF7D. Grayscale: #505050. Windows color (decimal): -4452222 or 8523964. OLE color: 8523964.
HSL color Cylindrical-coordinate representation of color #BC1082: hue angle of 320.23º 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 #BC1082 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 130 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.26 |
| HSL | 320.23º | 0.84% | 0.4% | - |
| HSV(B) | 320.23º | 0.91% | 0.74% | - |
| XYZ | 24.95 | 12.67 | 22.25 | - |
| YUV | 80.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 130 | 0 | 0.91 | 0.31 | 0.26 | 320.23 | 0.84 | 0.4 |
| Hex | BC | 10 | 82 | 0 | 5B | 1F | 1A | 140 | 54 | 28 |
| Octal | 274 | 20 | 202 | 0 | 133 | 37 | 32 | 500 | 124 | 50 |
| Binary | 10111100 | 10000 | 10000010 | 0 | 1011011 | 11111 | 11010 | 101000000 | 1010100 | 101000 |
Color Harmonies of #BC1082
Complementary color
Monochromatic Colors of #BC1082
Black with #BC1082
Text Example
Text Example
White with #BC1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1082; }
p { color: rgb(188,16,130); }
H1.HeaderClassName
{
color: #BC1082;
}
.AnyTagClassName
{
color: #BC1082;
}
</style>
background-color css
<style>
a { background-color: #BC1082; }
a { background-color: rgb(188,16,130); }
div.DivClassName
{
background-color: #BC1082;
}
.BgClassName
{
background-color: #BC1082;
}
</style>
border-color css
<style>
span { border-color: #BC1082; }
span { border-color: rgb(188,16,130); }
td.TdClassName
{
border-color: #BC1082;
}
.TagClassName
{
border-color: #BC1082;
}
</style>