Shades of Medium Violet Red #B9139B
Tints of Medium Violet Red #B9139B
RGB
CMYK
RGB Variations
Color information
#B9139B (or 0xB9139B) is known color: Medium Violet Red. HEX triplet: B9, 13 and 9B. RGB value is (185,19,155). Sum of RGB (Red+Green+Blue) = 185+19+155=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9139B is #46EC64. Grayscale: #535353. Windows color (decimal): -4648037 or 10163129. OLE color: 10163129.
HSL color Cylindrical-coordinate representation of color #B9139B: hue angle of 310.84º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9139B is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 155 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.27 |
| HSL | 310.84º | 0.81% | 0.4% | - |
| HSV(B) | 310.84º | 0.9% | 0.73% | - |
| XYZ | 26.16 | 13.15 | 32.17 | - |
| YUV | 84.14 | 168 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 155 | 0 | 0.90 | 0.16 | 0.27 | 310.84 | 0.81 | 0.4 |
| Hex | B9 | 13 | 9B | 0 | 5A | 10 | 1B | 137 | 51 | 28 |
| Octal | 271 | 23 | 233 | 0 | 132 | 20 | 33 | 467 | 121 | 50 |
| Binary | 10111001 | 10011 | 10011011 | 0 | 1011010 | 10000 | 11011 | 100110111 | 1010001 | 101000 |
Color Harmonies of #B9139B
Complementary color
Monochromatic Colors of #B9139B
Black with #B9139B
Text Example
Text Example
White with #B9139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9139B; }
p { color: rgb(185,19,155); }
H1.HeaderClassName
{
color: #B9139B;
}
.AnyTagClassName
{
color: #B9139B;
}
</style>
background-color css
<style>
a { background-color: #B9139B; }
a { background-color: rgb(185,19,155); }
div.DivClassName
{
background-color: #B9139B;
}
.BgClassName
{
background-color: #B9139B;
}
</style>
border-color css
<style>
span { border-color: #B9139B; }
span { border-color: rgb(185,19,155); }
td.TdClassName
{
border-color: #B9139B;
}
.TagClassName
{
border-color: #B9139B;
}
</style>