Shades of Medium Red Violet #B9318D
Tints of Medium Red Violet #B9318D
RGB
CMYK
RGB Variations
Color information
#B9318D (or 0xB9318D) is known color: Medium Red Violet. HEX triplet: B9, 31 and 8D. RGB value is (185,49,141). Sum of RGB (Red+Green+Blue) = 185+49+141=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9318D is #46CE72. Grayscale: #636363. Windows color (decimal): -4640371 or 9253305. OLE color: 9253305.
HSL color Cylindrical-coordinate representation of color #B9318D: hue angle of 319.41º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9318D is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 141 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.27 |
| HSL | 319.41º | 0.58% | 0.46% | - |
| HSV(B) | 319.41º | 0.74% | 0.73% | - |
| XYZ | 25.91 | 14.43 | 26.62 | - |
| YUV | 100.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 141 | 0 | 0.74 | 0.24 | 0.27 | 319.41 | 0.58 | 0.46 |
| Hex | B9 | 31 | 8D | 0 | 4A | 18 | 1B | 13F | 3A | 2E |
| Octal | 271 | 61 | 215 | 0 | 112 | 30 | 33 | 477 | 72 | 56 |
| Binary | 10111001 | 110001 | 10001101 | 0 | 1001010 | 11000 | 11011 | 100111111 | 111010 | 101110 |
Color Harmonies of #B9318D
Complementary color
Monochromatic Colors of #B9318D
Black with #B9318D
Text Example
Text Example
White with #B9318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9318D; }
p { color: rgb(185,49,141); }
H1.HeaderClassName
{
color: #B9318D;
}
.AnyTagClassName
{
color: #B9318D;
}
</style>
background-color css
<style>
a { background-color: #B9318D; }
a { background-color: rgb(185,49,141); }
div.DivClassName
{
background-color: #B9318D;
}
.BgClassName
{
background-color: #B9318D;
}
</style>
border-color css
<style>
span { border-color: #B9318D; }
span { border-color: rgb(185,49,141); }
td.TdClassName
{
border-color: #B9318D;
}
.TagClassName
{
border-color: #B9318D;
}
</style>