Shades of Medium Red Violet #B7297B
Tints of Medium Red Violet #B7297B
RGB
CMYK
RGB Variations
Color information
#B7297B (or 0xB7297B) is known color: Medium Red Violet. HEX triplet: B7, 29 and 7B. RGB value is (183,41,123). Sum of RGB (Red+Green+Blue) = 183+41+123=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7297B is #48D684. Grayscale: #5C5C5C. Windows color (decimal): -4773509 or 8071607. OLE color: 8071607.
HSL color Cylindrical-coordinate representation of color #B7297B: hue angle of 325.35º 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 #B7297B is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 123 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.28 |
| HSL | 325.35º | 0.63% | 0.44% | - |
| HSV(B) | 325.35º | 0.78% | 0.72% | - |
| XYZ | 23.9 | 13.08 | 20 | - |
| YUV | 92.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 123 | 0 | 0.78 | 0.33 | 0.28 | 325.35 | 0.63 | 0.44 |
| Hex | B7 | 29 | 7B | 0 | 4E | 21 | 1C | 145 | 3F | 2C |
| Octal | 267 | 51 | 173 | 0 | 116 | 41 | 34 | 505 | 77 | 54 |
| Binary | 10110111 | 101001 | 1111011 | 0 | 1001110 | 100001 | 11100 | 101000101 | 111111 | 101100 |
Color Harmonies of #B7297B
Complementary color
Monochromatic Colors of #B7297B
Black with #B7297B
Text Example
Text Example
White with #B7297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7297B; }
p { color: rgb(183,41,123); }
H1.HeaderClassName
{
color: #B7297B;
}
.AnyTagClassName
{
color: #B7297B;
}
</style>
background-color css
<style>
a { background-color: #B7297B; }
a { background-color: rgb(183,41,123); }
div.DivClassName
{
background-color: #B7297B;
}
.BgClassName
{
background-color: #B7297B;
}
</style>
border-color css
<style>
span { border-color: #B7297B; }
span { border-color: rgb(183,41,123); }
td.TdClassName
{
border-color: #B7297B;
}
.TagClassName
{
border-color: #B7297B;
}
</style>