Shades of Medium Red Violet #BC2687
Tints of Medium Red Violet #BC2687
RGB
CMYK
RGB Variations
Color information
#BC2687 (or 0xBC2687) is known color: Medium Red Violet. HEX triplet: BC, 26 and 87. RGB value is (188,38,135). Sum of RGB (Red+Green+Blue) = 188+38+135=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2687 is #43D978. Grayscale: #5D5D5D. Windows color (decimal): -4446585 or 8857276. OLE color: 8857276.
HSL color Cylindrical-coordinate representation of color #BC2687: hue angle of 321.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 #BC2687 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 135 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.26 |
| HSL | 321.2º | 0.66% | 0.44% | - |
| HSV(B) | 321.2º | 0.8% | 0.74% | - |
| XYZ | 25.81 | 13.83 | 24.23 | - |
| YUV | 93.91 | 151.2 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 135 | 0 | 0.80 | 0.28 | 0.26 | 321.2 | 0.66 | 0.44 |
| Hex | BC | 26 | 87 | 0 | 50 | 1C | 1A | 141 | 42 | 2C |
| Octal | 274 | 46 | 207 | 0 | 120 | 34 | 32 | 501 | 102 | 54 |
| Binary | 10111100 | 100110 | 10000111 | 0 | 1010000 | 11100 | 11010 | 101000001 | 1000010 | 101100 |
Color Harmonies of #BC2687
Complementary color
Monochromatic Colors of #BC2687
Black with #BC2687
Text Example
Text Example
White with #BC2687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2687; }
p { color: rgb(188,38,135); }
H1.HeaderClassName
{
color: #BC2687;
}
.AnyTagClassName
{
color: #BC2687;
}
</style>
background-color css
<style>
a { background-color: #BC2687; }
a { background-color: rgb(188,38,135); }
div.DivClassName
{
background-color: #BC2687;
}
.BgClassName
{
background-color: #BC2687;
}
</style>
border-color css
<style>
span { border-color: #BC2687; }
span { border-color: rgb(188,38,135); }
td.TdClassName
{
border-color: #BC2687;
}
.TagClassName
{
border-color: #BC2687;
}
</style>