Shades of Medium Violet Red #BC1482
Tints of Medium Violet Red #BC1482
RGB
CMYK
RGB Variations
Color information
#BC1482 (or 0xBC1482) is known color: Medium Violet Red. HEX triplet: BC, 14 and 82. RGB value is (188,20,130). Sum of RGB (Red+Green+Blue) = 188+20+130=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1482 is #43EB7D. Grayscale: #525252. Windows color (decimal): -4451198 or 8524988. OLE color: 8524988.
HSL color Cylindrical-coordinate representation of color #BC1482: hue angle of 320.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1482 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 130 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.26 |
| HSL | 320.71º | 0.81% | 0.41% | - |
| HSV(B) | 320.71º | 0.89% | 0.74% | - |
| XYZ | 25.02 | 12.8 | 22.27 | - |
| YUV | 82.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 130 | 0 | 0.89 | 0.31 | 0.26 | 320.71 | 0.81 | 0.41 |
| Hex | BC | 14 | 82 | 0 | 59 | 1F | 1A | 141 | 51 | 29 |
| Octal | 274 | 24 | 202 | 0 | 131 | 37 | 32 | 501 | 121 | 51 |
| Binary | 10111100 | 10100 | 10000010 | 0 | 1011001 | 11111 | 11010 | 101000001 | 1010001 | 101001 |
Color Harmonies of #BC1482
Complementary color
Monochromatic Colors of #BC1482
Black with #BC1482
Text Example
Text Example
White with #BC1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1482; }
p { color: rgb(188,20,130); }
H1.HeaderClassName
{
color: #BC1482;
}
.AnyTagClassName
{
color: #BC1482;
}
</style>
background-color css
<style>
a { background-color: #BC1482; }
a { background-color: rgb(188,20,130); }
div.DivClassName
{
background-color: #BC1482;
}
.BgClassName
{
background-color: #BC1482;
}
</style>
border-color css
<style>
span { border-color: #BC1482; }
span { border-color: rgb(188,20,130); }
td.TdClassName
{
border-color: #BC1482;
}
.TagClassName
{
border-color: #BC1482;
}
</style>