Shades of Medium Violet Red #BC1382
Tints of Medium Violet Red #BC1382
RGB
CMYK
RGB Variations
Color information
#BC1382 (or 0xBC1382) is known color: Medium Violet Red. HEX triplet: BC, 13 and 82. RGB value is (188,19,130). Sum of RGB (Red+Green+Blue) = 188+19+130=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1382 is #43EC7D. Grayscale: #515151. Windows color (decimal): -4451454 or 8524732. OLE color: 8524732.
HSL color Cylindrical-coordinate representation of color #BC1382: hue angle of 320.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1382 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 130 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.26 |
| HSL | 320.59º | 0.82% | 0.41% | - |
| HSV(B) | 320.59º | 0.9% | 0.74% | - |
| XYZ | 25 | 12.77 | 22.27 | - |
| YUV | 82.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 130 | 0 | 0.90 | 0.31 | 0.26 | 320.59 | 0.82 | 0.41 |
| Hex | BC | 13 | 82 | 0 | 5A | 1F | 1A | 141 | 52 | 29 |
| Octal | 274 | 23 | 202 | 0 | 132 | 37 | 32 | 501 | 122 | 51 |
| Binary | 10111100 | 10011 | 10000010 | 0 | 1011010 | 11111 | 11010 | 101000001 | 1010010 | 101001 |
Color Harmonies of #BC1382
Complementary color
Monochromatic Colors of #BC1382
Black with #BC1382
Text Example
Text Example
White with #BC1382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1382; }
p { color: rgb(188,19,130); }
H1.HeaderClassName
{
color: #BC1382;
}
.AnyTagClassName
{
color: #BC1382;
}
</style>
background-color css
<style>
a { background-color: #BC1382; }
a { background-color: rgb(188,19,130); }
div.DivClassName
{
background-color: #BC1382;
}
.BgClassName
{
background-color: #BC1382;
}
</style>
border-color css
<style>
span { border-color: #BC1382; }
span { border-color: rgb(188,19,130); }
td.TdClassName
{
border-color: #BC1382;
}
.TagClassName
{
border-color: #BC1382;
}
</style>