Shades of Medium Red Violet #BC2680
Tints of Medium Red Violet #BC2680
RGB
CMYK
RGB Variations
Color information
#BC2680 (or 0xBC2680) is known color: Medium Red Violet. HEX triplet: BC, 26 and 80. RGB value is (188,38,128). Sum of RGB (Red+Green+Blue) = 188+38+128=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2680 is #43D97F. Grayscale: #5C5C5C. Windows color (decimal): -4446592 or 8398524. OLE color: 8398524.
HSL color Cylindrical-coordinate representation of color #BC2680: hue angle of 324º 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 #BC2680 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 128 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.26 |
| HSL | 324º | 0.66% | 0.44% | - |
| HSV(B) | 324º | 0.8% | 0.74% | - |
| XYZ | 25.33 | 13.64 | 21.72 | - |
| YUV | 93.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 128 | 0 | 0.80 | 0.32 | 0.26 | 324 | 0.66 | 0.44 |
| Hex | BC | 26 | 80 | 0 | 50 | 20 | 1A | 144 | 42 | 2C |
| Octal | 274 | 46 | 200 | 0 | 120 | 40 | 32 | 504 | 102 | 54 |
| Binary | 10111100 | 100110 | 10000000 | 0 | 1010000 | 100000 | 11010 | 101000100 | 1000010 | 101100 |
Color Harmonies of #BC2680
Complementary color
Monochromatic Colors of #BC2680
Black with #BC2680
Text Example
Text Example
White with #BC2680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2680; }
p { color: rgb(188,38,128); }
H1.HeaderClassName
{
color: #BC2680;
}
.AnyTagClassName
{
color: #BC2680;
}
</style>
background-color css
<style>
a { background-color: #BC2680; }
a { background-color: rgb(188,38,128); }
div.DivClassName
{
background-color: #BC2680;
}
.BgClassName
{
background-color: #BC2680;
}
</style>
border-color css
<style>
span { border-color: #BC2680; }
span { border-color: rgb(188,38,128); }
td.TdClassName
{
border-color: #BC2680;
}
.TagClassName
{
border-color: #BC2680;
}
</style>