Shades of Medium Violet Red #BC0583
Tints of Medium Violet Red #BC0583
RGB
CMYK
RGB Variations
Color information
#BC0583 (or 0xBC0583) is known color: Medium Violet Red. HEX triplet: BC, 05 and 83. RGB value is (188,5,131). Sum of RGB (Red+Green+Blue) = 188+5+131=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0583 is #43FA7C. Grayscale: #494949. Windows color (decimal): -4455037 or 8586684. OLE color: 8586684.
HSL color Cylindrical-coordinate representation of color #BC0583: hue angle of 318.69º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0583 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 131 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.26 |
| HSL | 318.69º | 0.95% | 0.38% | - |
| HSV(B) | 318.69º | 0.97% | 0.74% | - |
| XYZ | 24.89 | 12.44 | 22.56 | - |
| YUV | 74.08 | 160.13 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 131 | 0 | 0.97 | 0.30 | 0.26 | 318.69 | 0.95 | 0.38 |
| Hex | BC | 5 | 83 | 0 | 61 | 1E | 1A | 13F | 5F | 26 |
| Octal | 274 | 5 | 203 | 0 | 141 | 36 | 32 | 477 | 137 | 46 |
| Binary | 10111100 | 101 | 10000011 | 0 | 1100001 | 11110 | 11010 | 100111111 | 1011111 | 100110 |
Color Harmonies of #BC0583
Complementary color
Monochromatic Colors of #BC0583
Black with #BC0583
Text Example
Text Example
White with #BC0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0583; }
p { color: rgb(188,5,131); }
H1.HeaderClassName
{
color: #BC0583;
}
.AnyTagClassName
{
color: #BC0583;
}
</style>
background-color css
<style>
a { background-color: #BC0583; }
a { background-color: rgb(188,5,131); }
div.DivClassName
{
background-color: #BC0583;
}
.BgClassName
{
background-color: #BC0583;
}
</style>
border-color css
<style>
span { border-color: #BC0583; }
span { border-color: rgb(188,5,131); }
td.TdClassName
{
border-color: #BC0583;
}
.TagClassName
{
border-color: #BC0583;
}
</style>