Shades of Medium Violet Red #B113A1
Tints of Medium Violet Red #B113A1
RGB
CMYK
RGB Variations
Color information
#B113A1 (or 0xB113A1) is known color: Medium Violet Red. HEX triplet: B1, 13 and A1. RGB value is (177,19,161). Sum of RGB (Red+Green+Blue) = 177+19+161=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B113A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B113A1 is #4EEC5E. Grayscale: #525252. Windows color (decimal): -5172319 or 10556337. OLE color: 10556337.
HSL color Cylindrical-coordinate representation of color #B113A1: hue angle of 306.08º 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 #B113A1 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 161 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.31 |
| HSL | 306.08º | 0.81% | 0.38% | - |
| HSV(B) | 306.08º | 0.89% | 0.69% | - |
| XYZ | 24.8 | 12.39 | 34.8 | - |
| YUV | 82.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 161 | 0 | 0.89 | 0.09 | 0.31 | 306.08 | 0.81 | 0.38 |
| Hex | B1 | 13 | A1 | 0 | 59 | 9 | 1F | 132 | 51 | 26 |
| Octal | 261 | 23 | 241 | 0 | 131 | 11 | 37 | 462 | 121 | 46 |
| Binary | 10110001 | 10011 | 10100001 | 0 | 1011001 | 1001 | 11111 | 100110010 | 1010001 | 100110 |
Color Harmonies of #B113A1
Complementary color
Monochromatic Colors of #B113A1
Black with #B113A1
Text Example
Text Example
White with #B113A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113A1; }
p { color: rgb(177,19,161); }
H1.HeaderClassName
{
color: #B113A1;
}
.AnyTagClassName
{
color: #B113A1;
}
</style>
background-color css
<style>
a { background-color: #B113A1; }
a { background-color: rgb(177,19,161); }
div.DivClassName
{
background-color: #B113A1;
}
.BgClassName
{
background-color: #B113A1;
}
</style>
border-color css
<style>
span { border-color: #B113A1; }
span { border-color: rgb(177,19,161); }
td.TdClassName
{
border-color: #B113A1;
}
.TagClassName
{
border-color: #B113A1;
}
</style>