Shades of Medium Red Violet #B8318D
Tints of Medium Red Violet #B8318D
RGB
CMYK
RGB Variations
Color information
#B8318D (or 0xB8318D) is known color: Medium Red Violet. HEX triplet: B8, 31 and 8D. RGB value is (184,49,141). Sum of RGB (Red+Green+Blue) = 184+49+141=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8318D is #47CE72. Grayscale: #636363. Windows color (decimal): -4705907 or 9253304. OLE color: 9253304.
HSL color Cylindrical-coordinate representation of color #B8318D: hue angle of 319.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 #B8318D is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 141 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.28 |
| HSL | 319.11º | 0.58% | 0.46% | - |
| HSV(B) | 319.11º | 0.73% | 0.72% | - |
| XYZ | 25.67 | 14.31 | 26.61 | - |
| YUV | 99.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 141 | 0 | 0.73 | 0.23 | 0.28 | 319.11 | 0.58 | 0.46 |
| Hex | B8 | 31 | 8D | 0 | 49 | 17 | 1C | 13F | 3A | 2E |
| Octal | 270 | 61 | 215 | 0 | 111 | 27 | 34 | 477 | 72 | 56 |
| Binary | 10111000 | 110001 | 10001101 | 0 | 1001001 | 10111 | 11100 | 100111111 | 111010 | 101110 |
Color Harmonies of #B8318D
Complementary color
Monochromatic Colors of #B8318D
Black with #B8318D
Text Example
Text Example
White with #B8318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8318D; }
p { color: rgb(184,49,141); }
H1.HeaderClassName
{
color: #B8318D;
}
.AnyTagClassName
{
color: #B8318D;
}
</style>
background-color css
<style>
a { background-color: #B8318D; }
a { background-color: rgb(184,49,141); }
div.DivClassName
{
background-color: #B8318D;
}
.BgClassName
{
background-color: #B8318D;
}
</style>
border-color css
<style>
span { border-color: #B8318D; }
span { border-color: rgb(184,49,141); }
td.TdClassName
{
border-color: #B8318D;
}
.TagClassName
{
border-color: #B8318D;
}
</style>