Shades of Medium Violet Red #B8139E
Tints of Medium Violet Red #B8139E
RGB
CMYK
RGB Variations
Color information
#B8139E (or 0xB8139E) is known color: Medium Violet Red. HEX triplet: B8, 13 and 9E. RGB value is (184,19,158). Sum of RGB (Red+Green+Blue) = 184+19+158=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8139E is #47EC61. Grayscale: #535353. Windows color (decimal): -4713570 or 10359736. OLE color: 10359736.
HSL color Cylindrical-coordinate representation of color #B8139E: hue angle of 309.45º 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 #B8139E is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 158 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.28 |
| HSL | 309.45º | 0.81% | 0.4% | - |
| HSV(B) | 309.45º | 0.9% | 0.72% | - |
| XYZ | 26.17 | 13.12 | 33.5 | - |
| YUV | 84.18 | 169.66 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 158 | 0 | 0.90 | 0.14 | 0.28 | 309.45 | 0.81 | 0.4 |
| Hex | B8 | 13 | 9E | 0 | 5A | E | 1C | 135 | 51 | 28 |
| Octal | 270 | 23 | 236 | 0 | 132 | 16 | 34 | 465 | 121 | 50 |
| Binary | 10111000 | 10011 | 10011110 | 0 | 1011010 | 1110 | 11100 | 100110101 | 1010001 | 101000 |
Color Harmonies of #B8139E
Complementary color
Monochromatic Colors of #B8139E
Black with #B8139E
Text Example
Text Example
White with #B8139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8139E; }
p { color: rgb(184,19,158); }
H1.HeaderClassName
{
color: #B8139E;
}
.AnyTagClassName
{
color: #B8139E;
}
</style>
background-color css
<style>
a { background-color: #B8139E; }
a { background-color: rgb(184,19,158); }
div.DivClassName
{
background-color: #B8139E;
}
.BgClassName
{
background-color: #B8139E;
}
</style>
border-color css
<style>
span { border-color: #B8139E; }
span { border-color: rgb(184,19,158); }
td.TdClassName
{
border-color: #B8139E;
}
.TagClassName
{
border-color: #B8139E;
}
</style>