Shades of Medium Red Violet #BC2682
Tints of Medium Red Violet #BC2682
RGB
CMYK
RGB Variations
Color information
#BC2682 (or 0xBC2682) is known color: Medium Red Violet. HEX triplet: BC, 26 and 82. RGB value is (188,38,130). Sum of RGB (Red+Green+Blue) = 188+38+130=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2682 is #43D97D. Grayscale: #5D5D5D. Windows color (decimal): -4446590 or 8529596. OLE color: 8529596.
HSL color Cylindrical-coordinate representation of color #BC2682: hue angle of 323.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2682 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 130 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.26 |
| HSL | 323.2º | 0.66% | 0.44% | - |
| HSV(B) | 323.2º | 0.8% | 0.74% | - |
| XYZ | 25.46 | 13.69 | 22.42 | - |
| YUV | 93.34 | 148.7 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 130 | 0 | 0.80 | 0.31 | 0.26 | 323.2 | 0.66 | 0.44 |
| Hex | BC | 26 | 82 | 0 | 50 | 1F | 1A | 143 | 42 | 2C |
| Octal | 274 | 46 | 202 | 0 | 120 | 37 | 32 | 503 | 102 | 54 |
| Binary | 10111100 | 100110 | 10000010 | 0 | 1010000 | 11111 | 11010 | 101000011 | 1000010 | 101100 |
Color Harmonies of #BC2682
Complementary color
Monochromatic Colors of #BC2682
Black with #BC2682
Text Example
Text Example
White with #BC2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2682; }
p { color: rgb(188,38,130); }
H1.HeaderClassName
{
color: #BC2682;
}
.AnyTagClassName
{
color: #BC2682;
}
</style>
background-color css
<style>
a { background-color: #BC2682; }
a { background-color: rgb(188,38,130); }
div.DivClassName
{
background-color: #BC2682;
}
.BgClassName
{
background-color: #BC2682;
}
</style>
border-color css
<style>
span { border-color: #BC2682; }
span { border-color: rgb(188,38,130); }
td.TdClassName
{
border-color: #BC2682;
}
.TagClassName
{
border-color: #BC2682;
}
</style>