Shades of Medium Red Violet #BC2676
Tints of Medium Red Violet #BC2676
RGB
CMYK
RGB Variations
Color information
#BC2676 (or 0xBC2676) is known color: Medium Red Violet. HEX triplet: BC, 26 and 76. RGB value is (188,38,118). Sum of RGB (Red+Green+Blue) = 188+38+118=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2676 is #43D989. Grayscale: #5B5B5B. Windows color (decimal): -4446602 or 7743164. OLE color: 7743164.
HSL color Cylindrical-coordinate representation of color #BC2676: hue angle of 328º 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 #BC2676 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 118 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.26 |
| HSL | 328º | 0.66% | 0.44% | - |
| HSV(B) | 328º | 0.8% | 0.74% | - |
| XYZ | 24.7 | 13.39 | 18.42 | - |
| YUV | 91.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 118 | 0 | 0.80 | 0.37 | 0.26 | 328 | 0.66 | 0.44 |
| Hex | BC | 26 | 76 | 0 | 50 | 25 | 1A | 148 | 42 | 2C |
| Octal | 274 | 46 | 166 | 0 | 120 | 45 | 32 | 510 | 102 | 54 |
| Binary | 10111100 | 100110 | 1110110 | 0 | 1010000 | 100101 | 11010 | 101001000 | 1000010 | 101100 |
Color Harmonies of #BC2676
Complementary color
Monochromatic Colors of #BC2676
Black with #BC2676
Text Example
Text Example
White with #BC2676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2676; }
p { color: rgb(188,38,118); }
H1.HeaderClassName
{
color: #BC2676;
}
.AnyTagClassName
{
color: #BC2676;
}
</style>
background-color css
<style>
a { background-color: #BC2676; }
a { background-color: rgb(188,38,118); }
div.DivClassName
{
background-color: #BC2676;
}
.BgClassName
{
background-color: #BC2676;
}
</style>
border-color css
<style>
span { border-color: #BC2676; }
span { border-color: rgb(188,38,118); }
td.TdClassName
{
border-color: #BC2676;
}
.TagClassName
{
border-color: #BC2676;
}
</style>