Shades of Medium Red Violet #BC2672
Tints of Medium Red Violet #BC2672
RGB
CMYK
RGB Variations
Color information
#BC2672 (or 0xBC2672) is known color: Medium Red Violet. HEX triplet: BC, 26 and 72. RGB value is (188,38,114). Sum of RGB (Red+Green+Blue) = 188+38+114=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2672 is #43D98D. Grayscale: #5B5B5B. Windows color (decimal): -4446606 or 7481020. OLE color: 7481020.
HSL color Cylindrical-coordinate representation of color #BC2672: hue angle of 329.6º 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 #BC2672 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 114 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.26 |
| HSL | 329.6º | 0.66% | 0.44% | - |
| HSV(B) | 329.6º | 0.8% | 0.74% | - |
| XYZ | 24.47 | 13.29 | 17.2 | - |
| YUV | 91.51 | 140.7 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 114 | 0 | 0.80 | 0.39 | 0.26 | 329.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 72 | 0 | 50 | 27 | 1A | 14A | 42 | 2C |
| Octal | 274 | 46 | 162 | 0 | 120 | 47 | 32 | 512 | 102 | 54 |
| Binary | 10111100 | 100110 | 1110010 | 0 | 1010000 | 100111 | 11010 | 101001010 | 1000010 | 101100 |
Color Harmonies of #BC2672
Complementary color
Monochromatic Colors of #BC2672
Black with #BC2672
Text Example
Text Example
White with #BC2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2672; }
p { color: rgb(188,38,114); }
H1.HeaderClassName
{
color: #BC2672;
}
.AnyTagClassName
{
color: #BC2672;
}
</style>
background-color css
<style>
a { background-color: #BC2672; }
a { background-color: rgb(188,38,114); }
div.DivClassName
{
background-color: #BC2672;
}
.BgClassName
{
background-color: #BC2672;
}
</style>
border-color css
<style>
span { border-color: #BC2672; }
span { border-color: rgb(188,38,114); }
td.TdClassName
{
border-color: #BC2672;
}
.TagClassName
{
border-color: #BC2672;
}
</style>