Shades of Medium Red Violet #B7317B
Tints of Medium Red Violet #B7317B
RGB
CMYK
RGB Variations
Color information
#B7317B (or 0xB7317B) is known color: Medium Red Violet. HEX triplet: B7, 31 and 7B. RGB value is (183,49,123). Sum of RGB (Red+Green+Blue) = 183+49+123=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7317B is #48CE84. Grayscale: #616161. Windows color (decimal): -4771461 or 8073655. OLE color: 8073655.
HSL color Cylindrical-coordinate representation of color #B7317B: hue angle of 326.87º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7317B is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 123 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.28 |
| HSL | 326.87º | 0.58% | 0.45% | - |
| HSV(B) | 326.87º | 0.73% | 0.72% | - |
| XYZ | 24.2 | 13.69 | 20.11 | - |
| YUV | 97.5 | 142.39 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 123 | 0 | 0.73 | 0.33 | 0.28 | 326.87 | 0.58 | 0.45 |
| Hex | B7 | 31 | 7B | 0 | 49 | 21 | 1C | 147 | 3A | 2D |
| Octal | 267 | 61 | 173 | 0 | 111 | 41 | 34 | 507 | 72 | 55 |
| Binary | 10110111 | 110001 | 1111011 | 0 | 1001001 | 100001 | 11100 | 101000111 | 111010 | 101101 |
Color Harmonies of #B7317B
Complementary color
Monochromatic Colors of #B7317B
Black with #B7317B
Text Example
Text Example
White with #B7317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7317B; }
p { color: rgb(183,49,123); }
H1.HeaderClassName
{
color: #B7317B;
}
.AnyTagClassName
{
color: #B7317B;
}
</style>
background-color css
<style>
a { background-color: #B7317B; }
a { background-color: rgb(183,49,123); }
div.DivClassName
{
background-color: #B7317B;
}
.BgClassName
{
background-color: #B7317B;
}
</style>
border-color css
<style>
span { border-color: #B7317B; }
span { border-color: rgb(183,49,123); }
td.TdClassName
{
border-color: #B7317B;
}
.TagClassName
{
border-color: #B7317B;
}
</style>