Shades of Medium Red Violet #B9319D
Tints of Medium Red Violet #B9319D
RGB
CMYK
RGB Variations
Color information
#B9319D (or 0xB9319D) is known color: Medium Red Violet. HEX triplet: B9, 31 and 9D. RGB value is (185,49,157). Sum of RGB (Red+Green+Blue) = 185+49+157=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9319D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9319D is #46CE62. Grayscale: #656565. Windows color (decimal): -4640355 or 10301881. OLE color: 10301881.
HSL color Cylindrical-coordinate representation of color #B9319D: hue angle of 312.35º 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 #B9319D is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 157 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.27 |
| HSL | 312.35º | 0.58% | 0.46% | - |
| HSV(B) | 312.35º | 0.74% | 0.73% | - |
| XYZ | 27.19 | 14.95 | 33.35 | - |
| YUV | 101.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 157 | 0 | 0.74 | 0.15 | 0.27 | 312.35 | 0.58 | 0.46 |
| Hex | B9 | 31 | 9D | 0 | 4A | F | 1B | 138 | 3A | 2E |
| Octal | 271 | 61 | 235 | 0 | 112 | 17 | 33 | 470 | 72 | 56 |
| Binary | 10111001 | 110001 | 10011101 | 0 | 1001010 | 1111 | 11011 | 100111000 | 111010 | 101110 |
Color Harmonies of #B9319D
Complementary color
Monochromatic Colors of #B9319D
Black with #B9319D
Text Example
Text Example
White with #B9319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9319D; }
p { color: rgb(185,49,157); }
H1.HeaderClassName
{
color: #B9319D;
}
.AnyTagClassName
{
color: #B9319D;
}
</style>
background-color css
<style>
a { background-color: #B9319D; }
a { background-color: rgb(185,49,157); }
div.DivClassName
{
background-color: #B9319D;
}
.BgClassName
{
background-color: #B9319D;
}
</style>
border-color css
<style>
span { border-color: #B9319D; }
span { border-color: rgb(185,49,157); }
td.TdClassName
{
border-color: #B9319D;
}
.TagClassName
{
border-color: #B9319D;
}
</style>