Shades of Medium Violet Red #BC0584
Tints of Medium Violet Red #BC0584
RGB
CMYK
RGB Variations
Color information
#BC0584 (or 0xBC0584) is known color: Medium Violet Red. HEX triplet: BC, 05 and 84. RGB value is (188,5,132). Sum of RGB (Red+Green+Blue) = 188+5+132=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0584 is #43FA7B. Grayscale: #494949. Windows color (decimal): -4455036 or 8652220. OLE color: 8652220.
HSL color Cylindrical-coordinate representation of color #BC0584: hue angle of 318.36º 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 #BC0584 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 132 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.26 |
| HSL | 318.36º | 0.95% | 0.38% | - |
| HSV(B) | 318.36º | 0.97% | 0.74% | - |
| XYZ | 24.96 | 12.47 | 22.92 | - |
| YUV | 74.2 | 160.63 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 132 | 0 | 0.97 | 0.30 | 0.26 | 318.36 | 0.95 | 0.38 |
| Hex | BC | 5 | 84 | 0 | 61 | 1E | 1A | 13E | 5F | 26 |
| Octal | 274 | 5 | 204 | 0 | 141 | 36 | 32 | 476 | 137 | 46 |
| Binary | 10111100 | 101 | 10000100 | 0 | 1100001 | 11110 | 11010 | 100111110 | 1011111 | 100110 |
Color Harmonies of #BC0584
Complementary color
Monochromatic Colors of #BC0584
Black with #BC0584
Text Example
Text Example
White with #BC0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0584; }
p { color: rgb(188,5,132); }
H1.HeaderClassName
{
color: #BC0584;
}
.AnyTagClassName
{
color: #BC0584;
}
</style>
background-color css
<style>
a { background-color: #BC0584; }
a { background-color: rgb(188,5,132); }
div.DivClassName
{
background-color: #BC0584;
}
.BgClassName
{
background-color: #BC0584;
}
</style>
border-color css
<style>
span { border-color: #BC0584; }
span { border-color: rgb(188,5,132); }
td.TdClassName
{
border-color: #BC0584;
}
.TagClassName
{
border-color: #BC0584;
}
</style>