Shades of Medium Red Violet #B8317C
Tints of Medium Red Violet #B8317C
RGB
CMYK
RGB Variations
Color information
#B8317C (or 0xB8317C) is known color: Medium Red Violet. HEX triplet: B8, 31 and 7C. RGB value is (184,49,124). Sum of RGB (Red+Green+Blue) = 184+49+124=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8317C is #47CE83. Grayscale: #616161. Windows color (decimal): -4705924 or 8139192. OLE color: 8139192.
HSL color Cylindrical-coordinate representation of color #B8317C: hue angle of 326.67º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8317C is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 124 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.28 |
| HSL | 326.67º | 0.58% | 0.46% | - |
| HSV(B) | 326.67º | 0.73% | 0.72% | - |
| XYZ | 24.5 | 13.84 | 20.45 | - |
| YUV | 97.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 124 | 0 | 0.73 | 0.33 | 0.28 | 326.67 | 0.58 | 0.46 |
| Hex | B8 | 31 | 7C | 0 | 49 | 21 | 1C | 147 | 3A | 2E |
| Octal | 270 | 61 | 174 | 0 | 111 | 41 | 34 | 507 | 72 | 56 |
| Binary | 10111000 | 110001 | 1111100 | 0 | 1001001 | 100001 | 11100 | 101000111 | 111010 | 101110 |
Color Harmonies of #B8317C
Complementary color
Monochromatic Colors of #B8317C
Black with #B8317C
Text Example
Text Example
White with #B8317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8317C; }
p { color: rgb(184,49,124); }
H1.HeaderClassName
{
color: #B8317C;
}
.AnyTagClassName
{
color: #B8317C;
}
</style>
background-color css
<style>
a { background-color: #B8317C; }
a { background-color: rgb(184,49,124); }
div.DivClassName
{
background-color: #B8317C;
}
.BgClassName
{
background-color: #B8317C;
}
</style>
border-color css
<style>
span { border-color: #B8317C; }
span { border-color: rgb(184,49,124); }
td.TdClassName
{
border-color: #B8317C;
}
.TagClassName
{
border-color: #B8317C;
}
</style>