Shades of Medium Red Violet #BC2670
Tints of Medium Red Violet #BC2670
RGB
CMYK
RGB Variations
Color information
#BC2670 (or 0xBC2670) is known color: Medium Red Violet. HEX triplet: BC, 26 and 70. RGB value is (188,38,112). Sum of RGB (Red+Green+Blue) = 188+38+112=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2670 is #43D98F. Grayscale: #5B5B5B. Windows color (decimal): -4446608 or 7349948. OLE color: 7349948.
HSL color Cylindrical-coordinate representation of color #BC2670: hue angle of 330.4º 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 #BC2670 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 112 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.26 |
| HSL | 330.4º | 0.66% | 0.44% | - |
| HSV(B) | 330.4º | 0.8% | 0.74% | - |
| XYZ | 24.36 | 13.25 | 16.6 | - |
| YUV | 91.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 112 | 0 | 0.80 | 0.40 | 0.26 | 330.4 | 0.66 | 0.44 |
| Hex | BC | 26 | 70 | 0 | 50 | 28 | 1A | 14A | 42 | 2C |
| Octal | 274 | 46 | 160 | 0 | 120 | 50 | 32 | 512 | 102 | 54 |
| Binary | 10111100 | 100110 | 1110000 | 0 | 1010000 | 101000 | 11010 | 101001010 | 1000010 | 101100 |
Color Harmonies of #BC2670
Complementary color
Monochromatic Colors of #BC2670
Black with #BC2670
Text Example
Text Example
White with #BC2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2670; }
p { color: rgb(188,38,112); }
H1.HeaderClassName
{
color: #BC2670;
}
.AnyTagClassName
{
color: #BC2670;
}
</style>
background-color css
<style>
a { background-color: #BC2670; }
a { background-color: rgb(188,38,112); }
div.DivClassName
{
background-color: #BC2670;
}
.BgClassName
{
background-color: #BC2670;
}
</style>
border-color css
<style>
span { border-color: #BC2670; }
span { border-color: rgb(188,38,112); }
td.TdClassName
{
border-color: #BC2670;
}
.TagClassName
{
border-color: #BC2670;
}
</style>