Shades of Medium Violet Red #BC1081
Tints of Medium Violet Red #BC1081
RGB
CMYK
RGB Variations
Color information
#BC1081 (or 0xBC1081) is known color: Medium Violet Red. HEX triplet: BC, 10 and 81. RGB value is (188,16,129). Sum of RGB (Red+Green+Blue) = 188+16+129=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1081 is #43EF7E. Grayscale: #505050. Windows color (decimal): -4452223 or 8458428. OLE color: 8458428.
HSL color Cylindrical-coordinate representation of color #BC1081: hue angle of 320.58º 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 #BC1081 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 129 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.26 |
| HSL | 320.58º | 0.84% | 0.4% | - |
| HSV(B) | 320.58º | 0.91% | 0.74% | - |
| XYZ | 24.89 | 12.65 | 21.9 | - |
| YUV | 80.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 129 | 0 | 0.91 | 0.31 | 0.26 | 320.58 | 0.84 | 0.4 |
| Hex | BC | 10 | 81 | 0 | 5B | 1F | 1A | 141 | 54 | 28 |
| Octal | 274 | 20 | 201 | 0 | 133 | 37 | 32 | 501 | 124 | 50 |
| Binary | 10111100 | 10000 | 10000001 | 0 | 1011011 | 11111 | 11010 | 101000001 | 1010100 | 101000 |
Color Harmonies of #BC1081
Complementary color
Monochromatic Colors of #BC1081
Black with #BC1081
Text Example
Text Example
White with #BC1081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1081; }
p { color: rgb(188,16,129); }
H1.HeaderClassName
{
color: #BC1081;
}
.AnyTagClassName
{
color: #BC1081;
}
</style>
background-color css
<style>
a { background-color: #BC1081; }
a { background-color: rgb(188,16,129); }
div.DivClassName
{
background-color: #BC1081;
}
.BgClassName
{
background-color: #BC1081;
}
</style>
border-color css
<style>
span { border-color: #BC1081; }
span { border-color: rgb(188,16,129); }
td.TdClassName
{
border-color: #BC1081;
}
.TagClassName
{
border-color: #BC1081;
}
</style>