Shades of Medium Red Violet #B7318A
Tints of Medium Red Violet #B7318A
RGB
CMYK
RGB Variations
Color information
#B7318A (or 0xB7318A) is known color: Medium Red Violet. HEX triplet: B7, 31 and 8A. RGB value is (183,49,138). Sum of RGB (Red+Green+Blue) = 183+49+138=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7318A is #48CE75. Grayscale: #626262. Windows color (decimal): -4771446 or 9056695. OLE color: 9056695.
HSL color Cylindrical-coordinate representation of color #B7318A: hue angle of 320.15º 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 #B7318A is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 138 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.28 |
| HSL | 320.15º | 0.58% | 0.45% | - |
| HSV(B) | 320.15º | 0.73% | 0.72% | - |
| XYZ | 25.21 | 14.1 | 25.44 | - |
| YUV | 99.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 138 | 0 | 0.73 | 0.25 | 0.28 | 320.15 | 0.58 | 0.45 |
| Hex | B7 | 31 | 8A | 0 | 49 | 19 | 1C | 140 | 3A | 2D |
| Octal | 267 | 61 | 212 | 0 | 111 | 31 | 34 | 500 | 72 | 55 |
| Binary | 10110111 | 110001 | 10001010 | 0 | 1001001 | 11001 | 11100 | 101000000 | 111010 | 101101 |
Color Harmonies of #B7318A
Complementary color
Monochromatic Colors of #B7318A
Black with #B7318A
Text Example
Text Example
White with #B7318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7318A; }
p { color: rgb(183,49,138); }
H1.HeaderClassName
{
color: #B7318A;
}
.AnyTagClassName
{
color: #B7318A;
}
</style>
background-color css
<style>
a { background-color: #B7318A; }
a { background-color: rgb(183,49,138); }
div.DivClassName
{
background-color: #B7318A;
}
.BgClassName
{
background-color: #B7318A;
}
</style>
border-color css
<style>
span { border-color: #B7318A; }
span { border-color: rgb(183,49,138); }
td.TdClassName
{
border-color: #B7318A;
}
.TagClassName
{
border-color: #B7318A;
}
</style>