Shades of Medium Violet Red #B6139E
Tints of Medium Violet Red #B6139E
RGB
CMYK
RGB Variations
Color information
#B6139E (or 0xB6139E) is known color: Medium Violet Red. HEX triplet: B6, 13 and 9E. RGB value is (182,19,158). Sum of RGB (Red+Green+Blue) = 182+19+158=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6139E is #49EC61. Grayscale: #535353. Windows color (decimal): -4844642 or 10359734. OLE color: 10359734.
HSL color Cylindrical-coordinate representation of color #B6139E: hue angle of 308.83º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6139E is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 158 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.29 |
| HSL | 308.83º | 0.81% | 0.39% | - |
| HSV(B) | 308.83º | 0.9% | 0.71% | - |
| XYZ | 25.7 | 12.88 | 33.48 | - |
| YUV | 83.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 158 | 0 | 0.90 | 0.13 | 0.29 | 308.83 | 0.81 | 0.39 |
| Hex | B6 | 13 | 9E | 0 | 5A | D | 1D | 135 | 51 | 27 |
| Octal | 266 | 23 | 236 | 0 | 132 | 15 | 35 | 465 | 121 | 47 |
| Binary | 10110110 | 10011 | 10011110 | 0 | 1011010 | 1101 | 11101 | 100110101 | 1010001 | 100111 |
Color Harmonies of #B6139E
Complementary color
Monochromatic Colors of #B6139E
Black with #B6139E
Text Example
Text Example
White with #B6139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6139E; }
p { color: rgb(182,19,158); }
H1.HeaderClassName
{
color: #B6139E;
}
.AnyTagClassName
{
color: #B6139E;
}
</style>
background-color css
<style>
a { background-color: #B6139E; }
a { background-color: rgb(182,19,158); }
div.DivClassName
{
background-color: #B6139E;
}
.BgClassName
{
background-color: #B6139E;
}
</style>
border-color css
<style>
span { border-color: #B6139E; }
span { border-color: rgb(182,19,158); }
td.TdClassName
{
border-color: #B6139E;
}
.TagClassName
{
border-color: #B6139E;
}
</style>