Shades of Medium Red Violet #BC296F
Tints of Medium Red Violet #BC296F
RGB
CMYK
RGB Variations
Color information
#BC296F (or 0xBC296F) is known color: Medium Red Violet. HEX triplet: BC, 29 and 6F. RGB value is (188,41,111). Sum of RGB (Red+Green+Blue) = 188+41+111=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC296F is #43D690. Grayscale: #5C5C5C. Windows color (decimal): -4445841 or 7285180. OLE color: 7285180.
HSL color Cylindrical-coordinate representation of color #BC296F: hue angle of 331.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC296F is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 111 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.26 |
| HSL | 331.43º | 0.64% | 0.45% | - |
| HSV(B) | 331.43º | 0.78% | 0.74% | - |
| XYZ | 24.4 | 13.42 | 16.34 | - |
| YUV | 92.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 111 | 0 | 0.78 | 0.41 | 0.26 | 331.43 | 0.64 | 0.45 |
| Hex | BC | 29 | 6F | 0 | 4E | 29 | 1A | 14B | 40 | 2D |
| Octal | 274 | 51 | 157 | 0 | 116 | 51 | 32 | 513 | 100 | 55 |
| Binary | 10111100 | 101001 | 1101111 | 0 | 1001110 | 101001 | 11010 | 101001011 | 1000000 | 101101 |
Color Harmonies of #BC296F
Complementary color
Monochromatic Colors of #BC296F
Black with #BC296F
Text Example
Text Example
White with #BC296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC296F; }
p { color: rgb(188,41,111); }
H1.HeaderClassName
{
color: #BC296F;
}
.AnyTagClassName
{
color: #BC296F;
}
</style>
background-color css
<style>
a { background-color: #BC296F; }
a { background-color: rgb(188,41,111); }
div.DivClassName
{
background-color: #BC296F;
}
.BgClassName
{
background-color: #BC296F;
}
</style>
border-color css
<style>
span { border-color: #BC296F; }
span { border-color: rgb(188,41,111); }
td.TdClassName
{
border-color: #BC296F;
}
.TagClassName
{
border-color: #BC296F;
}
</style>