Shades of Medium Red Violet #B7319D
Tints of Medium Red Violet #B7319D
RGB
CMYK
RGB Variations
Color information
#B7319D (or 0xB7319D) is known color: Medium Red Violet. HEX triplet: B7, 31 and 9D. RGB value is (183,49,157). Sum of RGB (Red+Green+Blue) = 183+49+157=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7319D is #48CE62. Grayscale: #656565. Windows color (decimal): -4771427 or 10301879. OLE color: 10301879.
HSL color Cylindrical-coordinate representation of color #B7319D: hue angle of 311.64º 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 #B7319D is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 157 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.28 |
| HSL | 311.64º | 0.58% | 0.45% | - |
| HSV(B) | 311.64º | 0.73% | 0.72% | - |
| XYZ | 26.71 | 14.7 | 33.33 | - |
| YUV | 101.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 157 | 0 | 0.73 | 0.14 | 0.28 | 311.64 | 0.58 | 0.45 |
| Hex | B7 | 31 | 9D | 0 | 49 | E | 1C | 138 | 3A | 2D |
| Octal | 267 | 61 | 235 | 0 | 111 | 16 | 34 | 470 | 72 | 55 |
| Binary | 10110111 | 110001 | 10011101 | 0 | 1001001 | 1110 | 11100 | 100111000 | 111010 | 101101 |
Color Harmonies of #B7319D
Complementary color
Monochromatic Colors of #B7319D
Black with #B7319D
Text Example
Text Example
White with #B7319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7319D; }
p { color: rgb(183,49,157); }
H1.HeaderClassName
{
color: #B7319D;
}
.AnyTagClassName
{
color: #B7319D;
}
</style>
background-color css
<style>
a { background-color: #B7319D; }
a { background-color: rgb(183,49,157); }
div.DivClassName
{
background-color: #B7319D;
}
.BgClassName
{
background-color: #B7319D;
}
</style>
border-color css
<style>
span { border-color: #B7319D; }
span { border-color: rgb(183,49,157); }
td.TdClassName
{
border-color: #B7319D;
}
.TagClassName
{
border-color: #B7319D;
}
</style>