Shades of Medium Violet Red #B1059E
Tints of Medium Violet Red #B1059E
RGB
CMYK
RGB Variations
Color information
#B1059E (or 0xB1059E) is known color: Medium Violet Red. HEX triplet: B1, 05 and 9E. RGB value is (177,5,158). Sum of RGB (Red+Green+Blue) = 177+5+158=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1059E is #4EFA61. Grayscale: #494949. Windows color (decimal): -5175906 or 10356145. OLE color: 10356145.
HSL color Cylindrical-coordinate representation of color #B1059E: hue angle of 306.63º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1059E is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 5 | 158 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.31 |
| HSL | 306.63º | 0.95% | 0.36% | - |
| HSV(B) | 306.63º | 0.97% | 0.69% | - |
| XYZ | 24.36 | 11.92 | 33.37 | - |
| YUV | 73.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 158 | 0 | 0.97 | 0.11 | 0.31 | 306.63 | 0.95 | 0.36 |
| Hex | B1 | 5 | 9E | 0 | 61 | B | 1F | 133 | 5F | 24 |
| Octal | 261 | 5 | 236 | 0 | 141 | 13 | 37 | 463 | 137 | 44 |
| Binary | 10110001 | 101 | 10011110 | 0 | 1100001 | 1011 | 11111 | 100110011 | 1011111 | 100100 |
Color Harmonies of #B1059E
Complementary color
Monochromatic Colors of #B1059E
Black with #B1059E
Text Example
Text Example
White with #B1059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1059E; }
p { color: rgb(177,5,158); }
H1.HeaderClassName
{
color: #B1059E;
}
.AnyTagClassName
{
color: #B1059E;
}
</style>
background-color css
<style>
a { background-color: #B1059E; }
a { background-color: rgb(177,5,158); }
div.DivClassName
{
background-color: #B1059E;
}
.BgClassName
{
background-color: #B1059E;
}
</style>
border-color css
<style>
span { border-color: #B1059E; }
span { border-color: rgb(177,5,158); }
td.TdClassName
{
border-color: #B1059E;
}
.TagClassName
{
border-color: #B1059E;
}
</style>