Shades of Medium Red Violet #B7319A
Tints of Medium Red Violet #B7319A
RGB
CMYK
RGB Variations
Color information
#B7319A (or 0xB7319A) is known color: Medium Red Violet. HEX triplet: B7, 31 and 9A. RGB value is (183,49,154). Sum of RGB (Red+Green+Blue) = 183+49+154=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7319A is #48CE65. Grayscale: #646464. Windows color (decimal): -4771430 or 10105271. OLE color: 10105271.
HSL color Cylindrical-coordinate representation of color #B7319A: hue angle of 312.99º 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 #B7319A is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 154 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.28 |
| HSL | 312.99º | 0.58% | 0.45% | - |
| HSV(B) | 312.99º | 0.73% | 0.72% | - |
| XYZ | 26.46 | 14.6 | 31.99 | - |
| YUV | 101.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 154 | 0 | 0.73 | 0.16 | 0.28 | 312.99 | 0.58 | 0.45 |
| Hex | B7 | 31 | 9A | 0 | 49 | 10 | 1C | 139 | 3A | 2D |
| Octal | 267 | 61 | 232 | 0 | 111 | 20 | 34 | 471 | 72 | 55 |
| Binary | 10110111 | 110001 | 10011010 | 0 | 1001001 | 10000 | 11100 | 100111001 | 111010 | 101101 |
Color Harmonies of #B7319A
Complementary color
Monochromatic Colors of #B7319A
Black with #B7319A
Text Example
Text Example
White with #B7319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7319A; }
p { color: rgb(183,49,154); }
H1.HeaderClassName
{
color: #B7319A;
}
.AnyTagClassName
{
color: #B7319A;
}
</style>
background-color css
<style>
a { background-color: #B7319A; }
a { background-color: rgb(183,49,154); }
div.DivClassName
{
background-color: #B7319A;
}
.BgClassName
{
background-color: #B7319A;
}
</style>
border-color css
<style>
span { border-color: #B7319A; }
span { border-color: rgb(183,49,154); }
td.TdClassName
{
border-color: #B7319A;
}
.TagClassName
{
border-color: #B7319A;
}
</style>