Shades of Medium Violet Red #B0139B
Tints of Medium Violet Red #B0139B
RGB
CMYK
RGB Variations
Color information
#B0139B (or 0xB0139B) is known color: Medium Violet Red. HEX triplet: B0, 13 and 9B. RGB value is (176,19,155). Sum of RGB (Red+Green+Blue) = 176+19+155=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0139B is #4FEC64. Grayscale: #515151. Windows color (decimal): -5237861 or 10163120. OLE color: 10163120.
HSL color Cylindrical-coordinate representation of color #B0139B: hue angle of 308.03º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0139B is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 155 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.31 |
| HSL | 308.03º | 0.81% | 0.38% | - |
| HSV(B) | 308.03º | 0.89% | 0.69% | - |
| XYZ | 24.05 | 12.06 | 32.07 | - |
| YUV | 81.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 155 | 0 | 0.89 | 0.12 | 0.31 | 308.03 | 0.81 | 0.38 |
| Hex | B0 | 13 | 9B | 0 | 59 | C | 1F | 134 | 51 | 26 |
| Octal | 260 | 23 | 233 | 0 | 131 | 14 | 37 | 464 | 121 | 46 |
| Binary | 10110000 | 10011 | 10011011 | 0 | 1011001 | 1100 | 11111 | 100110100 | 1010001 | 100110 |
Color Harmonies of #B0139B
Complementary color
Monochromatic Colors of #B0139B
Black with #B0139B
Text Example
Text Example
White with #B0139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0139B; }
p { color: rgb(176,19,155); }
H1.HeaderClassName
{
color: #B0139B;
}
.AnyTagClassName
{
color: #B0139B;
}
</style>
background-color css
<style>
a { background-color: #B0139B; }
a { background-color: rgb(176,19,155); }
div.DivClassName
{
background-color: #B0139B;
}
.BgClassName
{
background-color: #B0139B;
}
</style>
border-color css
<style>
span { border-color: #B0139B; }
span { border-color: rgb(176,19,155); }
td.TdClassName
{
border-color: #B0139B;
}
.TagClassName
{
border-color: #B0139B;
}
</style>