Shades of Medium Violet Red #B10981
Tints of Medium Violet Red #B10981
RGB
CMYK
RGB Variations
Color information
#B10981 (or 0xB10981) is known color: Medium Violet Red. HEX triplet: B1, 09 and 81. RGB value is (177,9,129). Sum of RGB (Red+Green+Blue) = 177+9+129=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B10981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10981 is #4EF67E. Grayscale: #484848. Windows color (decimal): -5174911 or 8456625. OLE color: 8456625.
HSL color Cylindrical-coordinate representation of color #B10981: hue angle of 317.14º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10981 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 129 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.31 |
| HSL | 317.14º | 0.9% | 0.36% | - |
| HSV(B) | 317.14º | 0.95% | 0.69% | - |
| XYZ | 22.19 | 11.13 | 21.75 | - |
| YUV | 72.91 | 159.66 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 129 | 0 | 0.95 | 0.27 | 0.31 | 317.14 | 0.9 | 0.36 |
| Hex | B1 | 9 | 81 | 0 | 5F | 1B | 1F | 13D | 5A | 24 |
| Octal | 261 | 11 | 201 | 0 | 137 | 33 | 37 | 475 | 132 | 44 |
| Binary | 10110001 | 1001 | 10000001 | 0 | 1011111 | 11011 | 11111 | 100111101 | 1011010 | 100100 |
Color Harmonies of #B10981
Complementary color
Monochromatic Colors of #B10981
Black with #B10981
Text Example
Text Example
White with #B10981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10981; }
p { color: rgb(177,9,129); }
H1.HeaderClassName
{
color: #B10981;
}
.AnyTagClassName
{
color: #B10981;
}
</style>
background-color css
<style>
a { background-color: #B10981; }
a { background-color: rgb(177,9,129); }
div.DivClassName
{
background-color: #B10981;
}
.BgClassName
{
background-color: #B10981;
}
</style>
border-color css
<style>
span { border-color: #B10981; }
span { border-color: rgb(177,9,129); }
td.TdClassName
{
border-color: #B10981;
}
.TagClassName
{
border-color: #B10981;
}
</style>