Shades of Medium Violet Red #BC0182
Tints of Medium Violet Red #BC0182
RGB
CMYK
RGB Variations
Color information
#BC0182 (or 0xBC0182) is known color: Medium Violet Red. HEX triplet: BC, 01 and 82. RGB value is (188,1,130). Sum of RGB (Red+Green+Blue) = 188+1+130=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0182 is #43FE7D. Grayscale: #474747. Windows color (decimal): -4456062 or 8520124. OLE color: 8520124.
HSL color Cylindrical-coordinate representation of color #BC0182: hue angle of 318.61º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0182 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.26 |
| HSL | 318.61º | 0.99% | 0.37% | - |
| HSV(B) | 318.61º | 0.99% | 0.74% | - |
| XYZ | 24.78 | 12.32 | 22.19 | - |
| YUV | 71.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 130 | 0 | 0.99 | 0.31 | 0.26 | 318.61 | 0.99 | 0.37 |
| Hex | BC | 1 | 82 | 0 | 63 | 1F | 1A | 13F | 63 | 25 |
| Octal | 274 | 1 | 202 | 0 | 143 | 37 | 32 | 477 | 143 | 45 |
| Binary | 10111100 | 1 | 10000010 | 0 | 1100011 | 11111 | 11010 | 100111111 | 1100011 | 100101 |
Color Harmonies of #BC0182
Complementary color
Monochromatic Colors of #BC0182
Black with #BC0182
Text Example
Text Example
White with #BC0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0182; }
p { color: rgb(188,1,130); }
H1.HeaderClassName
{
color: #BC0182;
}
.AnyTagClassName
{
color: #BC0182;
}
</style>
background-color css
<style>
a { background-color: #BC0182; }
a { background-color: rgb(188,1,130); }
div.DivClassName
{
background-color: #BC0182;
}
.BgClassName
{
background-color: #BC0182;
}
</style>
border-color css
<style>
span { border-color: #BC0182; }
span { border-color: rgb(188,1,130); }
td.TdClassName
{
border-color: #BC0182;
}
.TagClassName
{
border-color: #BC0182;
}
</style>