Shades of Medium Red Violet #BC2679
Tints of Medium Red Violet #BC2679
RGB
CMYK
RGB Variations
Color information
#BC2679 (or 0xBC2679) is known color: Medium Red Violet. HEX triplet: BC, 26 and 79. RGB value is (188,38,121). Sum of RGB (Red+Green+Blue) = 188+38+121=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2679 is #43D986. Grayscale: #5C5C5C. Windows color (decimal): -4446599 or 7939772. OLE color: 7939772.
HSL color Cylindrical-coordinate representation of color #BC2679: hue angle of 326.8º 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 #BC2679 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 121 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.26 |
| HSL | 326.8º | 0.66% | 0.44% | - |
| HSV(B) | 326.8º | 0.8% | 0.74% | - |
| XYZ | 24.88 | 13.46 | 19.38 | - |
| YUV | 92.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 121 | 0 | 0.80 | 0.36 | 0.26 | 326.8 | 0.66 | 0.44 |
| Hex | BC | 26 | 79 | 0 | 50 | 24 | 1A | 147 | 42 | 2C |
| Octal | 274 | 46 | 171 | 0 | 120 | 44 | 32 | 507 | 102 | 54 |
| Binary | 10111100 | 100110 | 1111001 | 0 | 1010000 | 100100 | 11010 | 101000111 | 1000010 | 101100 |
Color Harmonies of #BC2679
Complementary color
Monochromatic Colors of #BC2679
Black with #BC2679
Text Example
Text Example
White with #BC2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2679; }
p { color: rgb(188,38,121); }
H1.HeaderClassName
{
color: #BC2679;
}
.AnyTagClassName
{
color: #BC2679;
}
</style>
background-color css
<style>
a { background-color: #BC2679; }
a { background-color: rgb(188,38,121); }
div.DivClassName
{
background-color: #BC2679;
}
.BgClassName
{
background-color: #BC2679;
}
</style>
border-color css
<style>
span { border-color: #BC2679; }
span { border-color: rgb(188,38,121); }
td.TdClassName
{
border-color: #BC2679;
}
.TagClassName
{
border-color: #BC2679;
}
</style>