Shades of Medium Violet Red #BC1783
Tints of Medium Violet Red #BC1783
RGB
CMYK
RGB Variations
Color information
#BC1783 (or 0xBC1783) is known color: Medium Violet Red. HEX triplet: BC, 17 and 83. RGB value is (188,23,131). Sum of RGB (Red+Green+Blue) = 188+23+131=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1783 is #43E87C. Grayscale: #545454. Windows color (decimal): -4450429 or 8591292. OLE color: 8591292.
HSL color Cylindrical-coordinate representation of color #BC1783: hue angle of 320.73º 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 #BC1783 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 131 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.26 |
| HSL | 320.73º | 0.78% | 0.41% | - |
| HSV(B) | 320.73º | 0.88% | 0.74% | - |
| XYZ | 25.14 | 12.94 | 22.65 | - |
| YUV | 84.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 131 | 0 | 0.88 | 0.30 | 0.26 | 320.73 | 0.78 | 0.41 |
| Hex | BC | 17 | 83 | 0 | 58 | 1E | 1A | 141 | 4E | 29 |
| Octal | 274 | 27 | 203 | 0 | 130 | 36 | 32 | 501 | 116 | 51 |
| Binary | 10111100 | 10111 | 10000011 | 0 | 1011000 | 11110 | 11010 | 101000001 | 1001110 | 101001 |
Color Harmonies of #BC1783
Complementary color
Monochromatic Colors of #BC1783
Black with #BC1783
Text Example
Text Example
White with #BC1783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1783; }
p { color: rgb(188,23,131); }
H1.HeaderClassName
{
color: #BC1783;
}
.AnyTagClassName
{
color: #BC1783;
}
</style>
background-color css
<style>
a { background-color: #BC1783; }
a { background-color: rgb(188,23,131); }
div.DivClassName
{
background-color: #BC1783;
}
.BgClassName
{
background-color: #BC1783;
}
</style>
border-color css
<style>
span { border-color: #BC1783; }
span { border-color: rgb(188,23,131); }
td.TdClassName
{
border-color: #BC1783;
}
.TagClassName
{
border-color: #BC1783;
}
</style>