Shades of Medium Violet Red #BC0682
Tints of Medium Violet Red #BC0682
RGB
CMYK
RGB Variations
Color information
#BC0682 (or 0xBC0682) is known color: Medium Violet Red. HEX triplet: BC, 06 and 82. RGB value is (188,6,130). Sum of RGB (Red+Green+Blue) = 188+6+130=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0682 is #43F97D. Grayscale: #4A4A4A. Windows color (decimal): -4454782 or 8521404. OLE color: 8521404.
HSL color Cylindrical-coordinate representation of color #BC0682: hue angle of 319.12º degrees, saturation: 0.94, 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 #BC0682 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.26 |
| HSL | 319.12º | 0.94% | 0.38% | - |
| HSV(B) | 319.12º | 0.97% | 0.74% | - |
| XYZ | 24.83 | 12.43 | 22.21 | - |
| YUV | 74.55 | 159.3 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 130 | 0 | 0.97 | 0.31 | 0.26 | 319.12 | 0.94 | 0.38 |
| Hex | BC | 6 | 82 | 0 | 61 | 1F | 1A | 13F | 5E | 26 |
| Octal | 274 | 6 | 202 | 0 | 141 | 37 | 32 | 477 | 136 | 46 |
| Binary | 10111100 | 110 | 10000010 | 0 | 1100001 | 11111 | 11010 | 100111111 | 1011110 | 100110 |
Color Harmonies of #BC0682
Complementary color
Monochromatic Colors of #BC0682
Black with #BC0682
Text Example
Text Example
White with #BC0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0682; }
p { color: rgb(188,6,130); }
H1.HeaderClassName
{
color: #BC0682;
}
.AnyTagClassName
{
color: #BC0682;
}
</style>
background-color css
<style>
a { background-color: #BC0682; }
a { background-color: rgb(188,6,130); }
div.DivClassName
{
background-color: #BC0682;
}
.BgClassName
{
background-color: #BC0682;
}
</style>
border-color css
<style>
span { border-color: #BC0682; }
span { border-color: rgb(188,6,130); }
td.TdClassName
{
border-color: #BC0682;
}
.TagClassName
{
border-color: #BC0682;
}
</style>