Shades of Medium Red Violet #B8319F
Tints of Medium Red Violet #B8319F
RGB
CMYK
RGB Variations
Color information
#B8319F (or 0xB8319F) is known color: Medium Red Violet. HEX triplet: B8, 31 and 9F. RGB value is (184,49,159). Sum of RGB (Red+Green+Blue) = 184+49+159=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8319F is #47CE60. Grayscale: #656565. Windows color (decimal): -4705889 or 10432952. OLE color: 10432952.
HSL color Cylindrical-coordinate representation of color #B8319F: hue angle of 311.11º 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 #B8319F is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 159 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.28 |
| HSL | 311.11º | 0.58% | 0.46% | - |
| HSV(B) | 311.11º | 0.73% | 0.72% | - |
| XYZ | 27.12 | 14.89 | 34.25 | - |
| YUV | 101.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 159 | 0 | 0.73 | 0.14 | 0.28 | 311.11 | 0.58 | 0.46 |
| Hex | B8 | 31 | 9F | 0 | 49 | E | 1C | 137 | 3A | 2E |
| Octal | 270 | 61 | 237 | 0 | 111 | 16 | 34 | 467 | 72 | 56 |
| Binary | 10111000 | 110001 | 10011111 | 0 | 1001001 | 1110 | 11100 | 100110111 | 111010 | 101110 |
Color Harmonies of #B8319F
Complementary color
Monochromatic Colors of #B8319F
Black with #B8319F
Text Example
Text Example
White with #B8319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8319F; }
p { color: rgb(184,49,159); }
H1.HeaderClassName
{
color: #B8319F;
}
.AnyTagClassName
{
color: #B8319F;
}
</style>
background-color css
<style>
a { background-color: #B8319F; }
a { background-color: rgb(184,49,159); }
div.DivClassName
{
background-color: #B8319F;
}
.BgClassName
{
background-color: #B8319F;
}
</style>
border-color css
<style>
span { border-color: #B8319F; }
span { border-color: rgb(184,49,159); }
td.TdClassName
{
border-color: #B8319F;
}
.TagClassName
{
border-color: #B8319F;
}
</style>