Shades of Medium Violet Red #B6139B
Tints of Medium Violet Red #B6139B
RGB
CMYK
RGB Variations
Color information
#B6139B (or 0xB6139B) is known color: Medium Violet Red. HEX triplet: B6, 13 and 9B. RGB value is (182,19,155). Sum of RGB (Red+Green+Blue) = 182+19+155=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B6139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6139B is #49EC64. Grayscale: #525252. Windows color (decimal): -4844645 or 10163126. OLE color: 10163126.
HSL color Cylindrical-coordinate representation of color #B6139B: hue angle of 309.94º 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 #B6139B is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 155 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.29 |
| HSL | 309.94º | 0.81% | 0.39% | - |
| HSV(B) | 309.94º | 0.9% | 0.71% | - |
| XYZ | 25.44 | 12.78 | 32.14 | - |
| YUV | 83.24 | 168.5 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 155 | 0 | 0.90 | 0.15 | 0.29 | 309.94 | 0.81 | 0.39 |
| Hex | B6 | 13 | 9B | 0 | 5A | F | 1D | 136 | 51 | 27 |
| Octal | 266 | 23 | 233 | 0 | 132 | 17 | 35 | 466 | 121 | 47 |
| Binary | 10110110 | 10011 | 10011011 | 0 | 1011010 | 1111 | 11101 | 100110110 | 1010001 | 100111 |
Color Harmonies of #B6139B
Complementary color
Monochromatic Colors of #B6139B
Black with #B6139B
Text Example
Text Example
White with #B6139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6139B; }
p { color: rgb(182,19,155); }
H1.HeaderClassName
{
color: #B6139B;
}
.AnyTagClassName
{
color: #B6139B;
}
</style>
background-color css
<style>
a { background-color: #B6139B; }
a { background-color: rgb(182,19,155); }
div.DivClassName
{
background-color: #B6139B;
}
.BgClassName
{
background-color: #B6139B;
}
</style>
border-color css
<style>
span { border-color: #B6139B; }
span { border-color: rgb(182,19,155); }
td.TdClassName
{
border-color: #B6139B;
}
.TagClassName
{
border-color: #B6139B;
}
</style>