Shades of Medium Violet Red #B1158B
Tints of Medium Violet Red #B1158B
RGB
CMYK
RGB Variations
Color information
#B1158B (or 0xB1158B) is known color: Medium Violet Red. HEX triplet: B1, 15 and 8B. RGB value is (177,21,139). Sum of RGB (Red+Green+Blue) = 177+21+139=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1158B is #4EEA74. Grayscale: #505050. Windows color (decimal): -5171829 or 9115057. OLE color: 9115057.
HSL color Cylindrical-coordinate representation of color #B1158B: hue angle of 314.62º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1158B is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 139 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.31 |
| HSL | 314.62º | 0.79% | 0.39% | - |
| HSV(B) | 314.62º | 0.88% | 0.69% | - |
| XYZ | 23.06 | 11.75 | 25.48 | - |
| YUV | 81.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 139 | 0 | 0.88 | 0.21 | 0.31 | 314.62 | 0.79 | 0.39 |
| Hex | B1 | 15 | 8B | 0 | 58 | 15 | 1F | 13B | 4F | 27 |
| Octal | 261 | 25 | 213 | 0 | 130 | 25 | 37 | 473 | 117 | 47 |
| Binary | 10110001 | 10101 | 10001011 | 0 | 1011000 | 10101 | 11111 | 100111011 | 1001111 | 100111 |
Color Harmonies of #B1158B
Complementary color
Monochromatic Colors of #B1158B
Black with #B1158B
Text Example
Text Example
White with #B1158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1158B; }
p { color: rgb(177,21,139); }
H1.HeaderClassName
{
color: #B1158B;
}
.AnyTagClassName
{
color: #B1158B;
}
</style>
background-color css
<style>
a { background-color: #B1158B; }
a { background-color: rgb(177,21,139); }
div.DivClassName
{
background-color: #B1158B;
}
.BgClassName
{
background-color: #B1158B;
}
</style>
border-color css
<style>
span { border-color: #B1158B; }
span { border-color: rgb(177,21,139); }
td.TdClassName
{
border-color: #B1158B;
}
.TagClassName
{
border-color: #B1158B;
}
</style>