Shades of Medium Violet Red #BC2182
Tints of Medium Violet Red #BC2182
RGB
CMYK
RGB Variations
Color information
#BC2182 (or 0xBC2182) is known color: Medium Violet Red. HEX triplet: BC, 21 and 82. RGB value is (188,33,130). Sum of RGB (Red+Green+Blue) = 188+33+130=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2182 is #43DE7D. Grayscale: #5A5A5A. Windows color (decimal): -4447870 or 8528316. OLE color: 8528316.
HSL color Cylindrical-coordinate representation of color #BC2182: hue angle of 322.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2182 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 130 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.26 |
| HSL | 322.45º | 0.7% | 0.43% | - |
| HSV(B) | 322.45º | 0.82% | 0.74% | - |
| XYZ | 25.31 | 13.39 | 22.37 | - |
| YUV | 90.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 130 | 0 | 0.82 | 0.31 | 0.26 | 322.45 | 0.7 | 0.43 |
| Hex | BC | 21 | 82 | 0 | 52 | 1F | 1A | 142 | 46 | 2B |
| Octal | 274 | 41 | 202 | 0 | 122 | 37 | 32 | 502 | 106 | 53 |
| Binary | 10111100 | 100001 | 10000010 | 0 | 1010010 | 11111 | 11010 | 101000010 | 1000110 | 101011 |
Color Harmonies of #BC2182
Complementary color
Monochromatic Colors of #BC2182
Black with #BC2182
Text Example
Text Example
White with #BC2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2182; }
p { color: rgb(188,33,130); }
H1.HeaderClassName
{
color: #BC2182;
}
.AnyTagClassName
{
color: #BC2182;
}
</style>
background-color css
<style>
a { background-color: #BC2182; }
a { background-color: rgb(188,33,130); }
div.DivClassName
{
background-color: #BC2182;
}
.BgClassName
{
background-color: #BC2182;
}
</style>
border-color css
<style>
span { border-color: #BC2182; }
span { border-color: rgb(188,33,130); }
td.TdClassName
{
border-color: #BC2182;
}
.TagClassName
{
border-color: #BC2182;
}
</style>