Shades of Medium Red Violet #B7297C
Tints of Medium Red Violet #B7297C
RGB
CMYK
RGB Variations
Color information
#B7297C (or 0xB7297C) is known color: Medium Red Violet. HEX triplet: B7, 29 and 7C. RGB value is (183,41,124). Sum of RGB (Red+Green+Blue) = 183+41+124=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7297C is #48D683. Grayscale: #5C5C5C. Windows color (decimal): -4773508 or 8137143. OLE color: 8137143.
HSL color Cylindrical-coordinate representation of color #B7297C: hue angle of 324.93º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7297C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 124 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.28 |
| HSL | 324.93º | 0.63% | 0.44% | - |
| HSV(B) | 324.93º | 0.78% | 0.72% | - |
| XYZ | 23.96 | 13.11 | 20.34 | - |
| YUV | 92.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 124 | 0 | 0.78 | 0.32 | 0.28 | 324.93 | 0.63 | 0.44 |
| Hex | B7 | 29 | 7C | 0 | 4E | 20 | 1C | 145 | 3F | 2C |
| Octal | 267 | 51 | 174 | 0 | 116 | 40 | 34 | 505 | 77 | 54 |
| Binary | 10110111 | 101001 | 1111100 | 0 | 1001110 | 100000 | 11100 | 101000101 | 111111 | 101100 |
Color Harmonies of #B7297C
Complementary color
Monochromatic Colors of #B7297C
Black with #B7297C
Text Example
Text Example
White with #B7297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7297C; }
p { color: rgb(183,41,124); }
H1.HeaderClassName
{
color: #B7297C;
}
.AnyTagClassName
{
color: #B7297C;
}
</style>
background-color css
<style>
a { background-color: #B7297C; }
a { background-color: rgb(183,41,124); }
div.DivClassName
{
background-color: #B7297C;
}
.BgClassName
{
background-color: #B7297C;
}
</style>
border-color css
<style>
span { border-color: #B7297C; }
span { border-color: rgb(183,41,124); }
td.TdClassName
{
border-color: #B7297C;
}
.TagClassName
{
border-color: #B7297C;
}
</style>