Shades of Medium Red Violet #BC296C
Tints of Medium Red Violet #BC296C
RGB
CMYK
RGB Variations
Color information
#BC296C (or 0xBC296C) is known color: Medium Red Violet. HEX triplet: BC, 29 and 6C. RGB value is (188,41,108). Sum of RGB (Red+Green+Blue) = 188+41+108=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC296C is #43D693. Grayscale: #5C5C5C. Windows color (decimal): -4445844 or 7088572. OLE color: 7088572.
HSL color Cylindrical-coordinate representation of color #BC296C: hue angle of 332.65º 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 #BC296C is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 108 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.26 |
| HSL | 332.65º | 0.64% | 0.45% | - |
| HSV(B) | 332.65º | 0.78% | 0.74% | - |
| XYZ | 24.24 | 13.36 | 15.49 | - |
| YUV | 92.59 | 136.7 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 108 | 0 | 0.78 | 0.43 | 0.26 | 332.65 | 0.64 | 0.45 |
| Hex | BC | 29 | 6C | 0 | 4E | 2B | 1A | 14D | 40 | 2D |
| Octal | 274 | 51 | 154 | 0 | 116 | 53 | 32 | 515 | 100 | 55 |
| Binary | 10111100 | 101001 | 1101100 | 0 | 1001110 | 101011 | 11010 | 101001101 | 1000000 | 101101 |
Color Harmonies of #BC296C
Complementary color
Monochromatic Colors of #BC296C
Black with #BC296C
Text Example
Text Example
White with #BC296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC296C; }
p { color: rgb(188,41,108); }
H1.HeaderClassName
{
color: #BC296C;
}
.AnyTagClassName
{
color: #BC296C;
}
</style>
background-color css
<style>
a { background-color: #BC296C; }
a { background-color: rgb(188,41,108); }
div.DivClassName
{
background-color: #BC296C;
}
.BgClassName
{
background-color: #BC296C;
}
</style>
border-color css
<style>
span { border-color: #BC296C; }
span { border-color: rgb(188,41,108); }
td.TdClassName
{
border-color: #BC296C;
}
.TagClassName
{
border-color: #BC296C;
}
</style>