Shades of Medium Violet Red #B1138B
Tints of Medium Violet Red #B1138B
RGB
CMYK
RGB Variations
Color information
#B1138B (or 0xB1138B) is known color: Medium Violet Red. HEX triplet: B1, 13 and 8B. RGB value is (177,19,139). Sum of RGB (Red+Green+Blue) = 177+19+139=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1138B is #4EEC74. Grayscale: #4F4F4F. Windows color (decimal): -5172341 or 9114545. OLE color: 9114545.
HSL color Cylindrical-coordinate representation of color #B1138B: hue angle of 314.43º 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 #B1138B is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 139 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.31 |
| HSL | 314.43º | 0.81% | 0.38% | - |
| HSV(B) | 314.43º | 0.89% | 0.69% | - |
| XYZ | 23.02 | 11.68 | 25.47 | - |
| YUV | 79.92 | 161.35 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 139 | 0 | 0.89 | 0.21 | 0.31 | 314.43 | 0.81 | 0.38 |
| Hex | B1 | 13 | 8B | 0 | 59 | 15 | 1F | 13A | 51 | 26 |
| Octal | 261 | 23 | 213 | 0 | 131 | 25 | 37 | 472 | 121 | 46 |
| Binary | 10110001 | 10011 | 10001011 | 0 | 1011001 | 10101 | 11111 | 100111010 | 1010001 | 100110 |
Color Harmonies of #B1138B
Complementary color
Monochromatic Colors of #B1138B
Black with #B1138B
Text Example
Text Example
White with #B1138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1138B; }
p { color: rgb(177,19,139); }
H1.HeaderClassName
{
color: #B1138B;
}
.AnyTagClassName
{
color: #B1138B;
}
</style>
background-color css
<style>
a { background-color: #B1138B; }
a { background-color: rgb(177,19,139); }
div.DivClassName
{
background-color: #B1138B;
}
.BgClassName
{
background-color: #B1138B;
}
</style>
border-color css
<style>
span { border-color: #B1138B; }
span { border-color: rgb(177,19,139); }
td.TdClassName
{
border-color: #B1138B;
}
.TagClassName
{
border-color: #B1138B;
}
</style>