Shades of Medium Red Violet #B7318B
Tints of Medium Red Violet #B7318B
RGB
CMYK
RGB Variations
Color information
#B7318B (or 0xB7318B) is known color: Medium Red Violet. HEX triplet: B7, 31 and 8B. RGB value is (183,49,139). Sum of RGB (Red+Green+Blue) = 183+49+139=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7318B is #48CE74. Grayscale: #636363. Windows color (decimal): -4771445 or 9122231. OLE color: 9122231.
HSL color Cylindrical-coordinate representation of color #B7318B: hue angle of 319.7º 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 #B7318B is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 139 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.28 |
| HSL | 319.7º | 0.58% | 0.45% | - |
| HSV(B) | 319.7º | 0.73% | 0.72% | - |
| XYZ | 25.29 | 14.13 | 25.82 | - |
| YUV | 99.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 139 | 0 | 0.73 | 0.24 | 0.28 | 319.7 | 0.58 | 0.45 |
| Hex | B7 | 31 | 8B | 0 | 49 | 18 | 1C | 140 | 3A | 2D |
| Octal | 267 | 61 | 213 | 0 | 111 | 30 | 34 | 500 | 72 | 55 |
| Binary | 10110111 | 110001 | 10001011 | 0 | 1001001 | 11000 | 11100 | 101000000 | 111010 | 101101 |
Color Harmonies of #B7318B
Complementary color
Monochromatic Colors of #B7318B
Black with #B7318B
Text Example
Text Example
White with #B7318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7318B; }
p { color: rgb(183,49,139); }
H1.HeaderClassName
{
color: #B7318B;
}
.AnyTagClassName
{
color: #B7318B;
}
</style>
background-color css
<style>
a { background-color: #B7318B; }
a { background-color: rgb(183,49,139); }
div.DivClassName
{
background-color: #B7318B;
}
.BgClassName
{
background-color: #B7318B;
}
</style>
border-color css
<style>
span { border-color: #B7318B; }
span { border-color: rgb(183,49,139); }
td.TdClassName
{
border-color: #B7318B;
}
.TagClassName
{
border-color: #B7318B;
}
</style>