Shades of Medium Red Violet #B7296E
Tints of Medium Red Violet #B7296E
RGB
CMYK
RGB Variations
Color information
#B7296E (or 0xB7296E) is known color: Medium Red Violet. HEX triplet: B7, 29 and 6E. RGB value is (183,41,110). Sum of RGB (Red+Green+Blue) = 183+41+110=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B7296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7296E is #48D691. Grayscale: #5B5B5B. Windows color (decimal): -4773522 or 7219639. OLE color: 7219639.
HSL color Cylindrical-coordinate representation of color #B7296E: hue angle of 330.85º 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 #B7296E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 110 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.28 |
| HSL | 330.85º | 0.63% | 0.44% | - |
| HSV(B) | 330.85º | 0.78% | 0.72% | - |
| XYZ | 23.14 | 12.78 | 16 | - |
| YUV | 91.32 | 138.54 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 110 | 0 | 0.78 | 0.40 | 0.28 | 330.85 | 0.63 | 0.44 |
| Hex | B7 | 29 | 6E | 0 | 4E | 28 | 1C | 14B | 3F | 2C |
| Octal | 267 | 51 | 156 | 0 | 116 | 50 | 34 | 513 | 77 | 54 |
| Binary | 10110111 | 101001 | 1101110 | 0 | 1001110 | 101000 | 11100 | 101001011 | 111111 | 101100 |
Color Harmonies of #B7296E
Complementary color
Monochromatic Colors of #B7296E
Black with #B7296E
Text Example
Text Example
White with #B7296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7296E; }
p { color: rgb(183,41,110); }
H1.HeaderClassName
{
color: #B7296E;
}
.AnyTagClassName
{
color: #B7296E;
}
</style>
background-color css
<style>
a { background-color: #B7296E; }
a { background-color: rgb(183,41,110); }
div.DivClassName
{
background-color: #B7296E;
}
.BgClassName
{
background-color: #B7296E;
}
</style>
border-color css
<style>
span { border-color: #B7296E; }
span { border-color: rgb(183,41,110); }
td.TdClassName
{
border-color: #B7296E;
}
.TagClassName
{
border-color: #B7296E;
}
</style>