Shades of Medium Violet Red #B0128B
Tints of Medium Violet Red #B0128B
RGB
CMYK
RGB Variations
Color information
#B0128B (or 0xB0128B) is known color: Medium Violet Red. HEX triplet: B0, 12 and 8B. RGB value is (176,18,139). Sum of RGB (Red+Green+Blue) = 176+18+139=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0128B is #4FED74. Grayscale: #4E4E4E. Windows color (decimal): -5238133 or 9114288. OLE color: 9114288.
HSL color Cylindrical-coordinate representation of color #B0128B: hue angle of 314.05º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0128B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 139 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.31 |
| HSL | 314.05º | 0.81% | 0.38% | - |
| HSV(B) | 314.05º | 0.9% | 0.69% | - |
| XYZ | 22.78 | 11.53 | 25.45 | - |
| YUV | 79.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 139 | 0 | 0.90 | 0.21 | 0.31 | 314.05 | 0.81 | 0.38 |
| Hex | B0 | 12 | 8B | 0 | 5A | 15 | 1F | 13A | 51 | 26 |
| Octal | 260 | 22 | 213 | 0 | 132 | 25 | 37 | 472 | 121 | 46 |
| Binary | 10110000 | 10010 | 10001011 | 0 | 1011010 | 10101 | 11111 | 100111010 | 1010001 | 100110 |
Color Harmonies of #B0128B
Complementary color
Monochromatic Colors of #B0128B
Black with #B0128B
Text Example
Text Example
White with #B0128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0128B; }
p { color: rgb(176,18,139); }
H1.HeaderClassName
{
color: #B0128B;
}
.AnyTagClassName
{
color: #B0128B;
}
</style>
background-color css
<style>
a { background-color: #B0128B; }
a { background-color: rgb(176,18,139); }
div.DivClassName
{
background-color: #B0128B;
}
.BgClassName
{
background-color: #B0128B;
}
</style>
border-color css
<style>
span { border-color: #B0128B; }
span { border-color: rgb(176,18,139); }
td.TdClassName
{
border-color: #B0128B;
}
.TagClassName
{
border-color: #B0128B;
}
</style>