Shades of Medium Violet Red #B7139B
Tints of Medium Violet Red #B7139B
RGB
CMYK
RGB Variations
Color information
#B7139B (or 0xB7139B) is known color: Medium Violet Red. HEX triplet: B7, 13 and 9B. RGB value is (183,19,155). Sum of RGB (Red+Green+Blue) = 183+19+155=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7139B is #48EC64. Grayscale: #535353. Windows color (decimal): -4779109 or 10163127. OLE color: 10163127.
HSL color Cylindrical-coordinate representation of color #B7139B: hue angle of 310.24º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7139B is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 155 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.28 |
| HSL | 310.24º | 0.81% | 0.4% | - |
| HSV(B) | 310.24º | 0.9% | 0.72% | - |
| XYZ | 25.68 | 12.9 | 32.15 | - |
| YUV | 83.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 155 | 0 | 0.90 | 0.15 | 0.28 | 310.24 | 0.81 | 0.4 |
| Hex | B7 | 13 | 9B | 0 | 5A | F | 1C | 136 | 51 | 28 |
| Octal | 267 | 23 | 233 | 0 | 132 | 17 | 34 | 466 | 121 | 50 |
| Binary | 10110111 | 10011 | 10011011 | 0 | 1011010 | 1111 | 11100 | 100110110 | 1010001 | 101000 |
Color Harmonies of #B7139B
Complementary color
Monochromatic Colors of #B7139B
Black with #B7139B
Text Example
Text Example
White with #B7139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7139B; }
p { color: rgb(183,19,155); }
H1.HeaderClassName
{
color: #B7139B;
}
.AnyTagClassName
{
color: #B7139B;
}
</style>
background-color css
<style>
a { background-color: #B7139B; }
a { background-color: rgb(183,19,155); }
div.DivClassName
{
background-color: #B7139B;
}
.BgClassName
{
background-color: #B7139B;
}
</style>
border-color css
<style>
span { border-color: #B7139B; }
span { border-color: rgb(183,19,155); }
td.TdClassName
{
border-color: #B7139B;
}
.TagClassName
{
border-color: #B7139B;
}
</style>