Shades of Medium Red Violet #B9319E
Tints of Medium Red Violet #B9319E
RGB
CMYK
RGB Variations
Color information
#B9319E (or 0xB9319E) is known color: Medium Red Violet. HEX triplet: B9, 31 and 9E. RGB value is (185,49,158). Sum of RGB (Red+Green+Blue) = 185+49+158=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9319E is #46CE61. Grayscale: #656565. Windows color (decimal): -4640354 or 10367417. OLE color: 10367417.
HSL color Cylindrical-coordinate representation of color #B9319E: hue angle of 311.91º 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 #B9319E is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 158 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.27 |
| HSL | 311.91º | 0.58% | 0.46% | - |
| HSV(B) | 311.91º | 0.74% | 0.73% | - |
| XYZ | 27.28 | 14.98 | 33.8 | - |
| YUV | 102.09 | 159.56 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 158 | 0 | 0.74 | 0.15 | 0.27 | 311.91 | 0.58 | 0.46 |
| Hex | B9 | 31 | 9E | 0 | 4A | F | 1B | 138 | 3A | 2E |
| Octal | 271 | 61 | 236 | 0 | 112 | 17 | 33 | 470 | 72 | 56 |
| Binary | 10111001 | 110001 | 10011110 | 0 | 1001010 | 1111 | 11011 | 100111000 | 111010 | 101110 |
Color Harmonies of #B9319E
Complementary color
Monochromatic Colors of #B9319E
Black with #B9319E
Text Example
Text Example
White with #B9319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9319E; }
p { color: rgb(185,49,158); }
H1.HeaderClassName
{
color: #B9319E;
}
.AnyTagClassName
{
color: #B9319E;
}
</style>
background-color css
<style>
a { background-color: #B9319E; }
a { background-color: rgb(185,49,158); }
div.DivClassName
{
background-color: #B9319E;
}
.BgClassName
{
background-color: #B9319E;
}
</style>
border-color css
<style>
span { border-color: #B9319E; }
span { border-color: rgb(185,49,158); }
td.TdClassName
{
border-color: #B9319E;
}
.TagClassName
{
border-color: #B9319E;
}
</style>