Shades of Medium Violet Red #BC1782
Tints of Medium Violet Red #BC1782
RGB
CMYK
RGB Variations
Color information
#BC1782 (or 0xBC1782) is known color: Medium Violet Red. HEX triplet: BC, 17 and 82. RGB value is (188,23,130). Sum of RGB (Red+Green+Blue) = 188+23+130=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1782 is #43E87D. Grayscale: #545454. Windows color (decimal): -4450430 or 8525756. OLE color: 8525756.
HSL color Cylindrical-coordinate representation of color #BC1782: hue angle of 321.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1782 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 130 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.26 |
| HSL | 321.09º | 0.78% | 0.41% | - |
| HSV(B) | 321.09º | 0.88% | 0.74% | - |
| XYZ | 25.07 | 12.92 | 22.29 | - |
| YUV | 84.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 130 | 0 | 0.88 | 0.31 | 0.26 | 321.09 | 0.78 | 0.41 |
| Hex | BC | 17 | 82 | 0 | 58 | 1F | 1A | 141 | 4E | 29 |
| Octal | 274 | 27 | 202 | 0 | 130 | 37 | 32 | 501 | 116 | 51 |
| Binary | 10111100 | 10111 | 10000010 | 0 | 1011000 | 11111 | 11010 | 101000001 | 1001110 | 101001 |
Color Harmonies of #BC1782
Complementary color
Monochromatic Colors of #BC1782
Black with #BC1782
Text Example
Text Example
White with #BC1782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1782; }
p { color: rgb(188,23,130); }
H1.HeaderClassName
{
color: #BC1782;
}
.AnyTagClassName
{
color: #BC1782;
}
</style>
background-color css
<style>
a { background-color: #BC1782; }
a { background-color: rgb(188,23,130); }
div.DivClassName
{
background-color: #BC1782;
}
.BgClassName
{
background-color: #BC1782;
}
</style>
border-color css
<style>
span { border-color: #BC1782; }
span { border-color: rgb(188,23,130); }
td.TdClassName
{
border-color: #BC1782;
}
.TagClassName
{
border-color: #BC1782;
}
</style>