Shades of Medium Violet Red #BC0582
Tints of Medium Violet Red #BC0582
RGB
CMYK
RGB Variations
Color information
#BC0582 (or 0xBC0582) is known color: Medium Violet Red. HEX triplet: BC, 05 and 82. RGB value is (188,5,130). Sum of RGB (Red+Green+Blue) = 188+5+130=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0582 is #43FA7D. Grayscale: #494949. Windows color (decimal): -4455038 or 8521148. OLE color: 8521148.
HSL color Cylindrical-coordinate representation of color #BC0582: hue angle of 319.02º 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 #BC0582 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 130 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.26 |
| HSL | 319.02º | 0.95% | 0.38% | - |
| HSV(B) | 319.02º | 0.97% | 0.74% | - |
| XYZ | 24.82 | 12.41 | 22.21 | - |
| YUV | 73.97 | 159.63 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 130 | 0 | 0.97 | 0.31 | 0.26 | 319.02 | 0.95 | 0.38 |
| Hex | BC | 5 | 82 | 0 | 61 | 1F | 1A | 13F | 5F | 26 |
| Octal | 274 | 5 | 202 | 0 | 141 | 37 | 32 | 477 | 137 | 46 |
| Binary | 10111100 | 101 | 10000010 | 0 | 1100001 | 11111 | 11010 | 100111111 | 1011111 | 100110 |
Color Harmonies of #BC0582
Complementary color
Monochromatic Colors of #BC0582
Black with #BC0582
Text Example
Text Example
White with #BC0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0582; }
p { color: rgb(188,5,130); }
H1.HeaderClassName
{
color: #BC0582;
}
.AnyTagClassName
{
color: #BC0582;
}
</style>
background-color css
<style>
a { background-color: #BC0582; }
a { background-color: rgb(188,5,130); }
div.DivClassName
{
background-color: #BC0582;
}
.BgClassName
{
background-color: #BC0582;
}
</style>
border-color css
<style>
span { border-color: #BC0582; }
span { border-color: rgb(188,5,130); }
td.TdClassName
{
border-color: #BC0582;
}
.TagClassName
{
border-color: #BC0582;
}
</style>