Shades of Medium Violet Red #B10089
Tints of Medium Violet Red #B10089
RGB
CMYK
RGB Variations
Color information
#B10089 (or 0xB10089) is known color: Medium Violet Red. HEX triplet: B1, 00 and 89. RGB value is (177,0,137). Sum of RGB (Red+Green+Blue) = 177+0+137=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B10089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10089 is #4EFF76. Grayscale: #444444. Windows color (decimal): -5177207 or 8978609. OLE color: 8978609.
HSL color Cylindrical-coordinate representation of color #B10089: hue angle of 313.56º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10089 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.23 | 0.31 |
| HSL | 313.56º | 1% | 0.35% | - |
| HSV(B) | 313.56º | 1% | 0.69% | - |
| XYZ | 22.65 | 11.15 | 24.63 | - |
| YUV | 68.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 137 | 0 | 1 | 0.23 | 0.31 | 313.56 | 1 | 0.35 |
| Hex | B1 | 0 | 89 | 0 | 64 | 17 | 1F | 13A | 64 | 23 |
| Octal | 261 | 0 | 211 | 0 | 144 | 27 | 37 | 472 | 144 | 43 |
| Binary | 10110001 | 0 | 10001001 | 0 | 1100100 | 10111 | 11111 | 100111010 | 1100100 | 100011 |
Color Harmonies of #B10089
Complementary color
Monochromatic Colors of #B10089
Black with #B10089
Text Example
Text Example
White with #B10089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10089; }
p { color: rgb(177,0,137); }
H1.HeaderClassName
{
color: #B10089;
}
.AnyTagClassName
{
color: #B10089;
}
</style>
background-color css
<style>
a { background-color: #B10089; }
a { background-color: rgb(177,0,137); }
div.DivClassName
{
background-color: #B10089;
}
.BgClassName
{
background-color: #B10089;
}
</style>
border-color css
<style>
span { border-color: #B10089; }
span { border-color: rgb(177,0,137); }
td.TdClassName
{
border-color: #B10089;
}
.TagClassName
{
border-color: #B10089;
}
</style>