Shades of Medium Violet Red #B10D89
Tints of Medium Violet Red #B10D89
RGB
CMYK
RGB Variations
Color information
#B10D89 (or 0xB10D89) is known color: Medium Violet Red. HEX triplet: B1, 0D and 89. RGB value is (177,13,137). Sum of RGB (Red+Green+Blue) = 177+13+137=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10D89 is #4EF276. Grayscale: #4B4B4B. Windows color (decimal): -5173879 or 8981937. OLE color: 8981937.
HSL color Cylindrical-coordinate representation of color #B10D89: hue angle of 314.63º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10D89 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 137 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.31 |
| HSL | 314.63º | 0.86% | 0.37% | - |
| HSV(B) | 314.63º | 0.93% | 0.69% | - |
| XYZ | 22.79 | 11.44 | 24.67 | - |
| YUV | 76.17 | 162.33 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 137 | 0 | 0.93 | 0.23 | 0.31 | 314.63 | 0.86 | 0.37 |
| Hex | B1 | D | 89 | 0 | 5D | 17 | 1F | 13B | 56 | 25 |
| Octal | 261 | 15 | 211 | 0 | 135 | 27 | 37 | 473 | 126 | 45 |
| Binary | 10110001 | 1101 | 10001001 | 0 | 1011101 | 10111 | 11111 | 100111011 | 1010110 | 100101 |
Color Harmonies of #B10D89
Complementary color
Monochromatic Colors of #B10D89
Black with #B10D89
Text Example
Text Example
White with #B10D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D89; }
p { color: rgb(177,13,137); }
H1.HeaderClassName
{
color: #B10D89;
}
.AnyTagClassName
{
color: #B10D89;
}
</style>
background-color css
<style>
a { background-color: #B10D89; }
a { background-color: rgb(177,13,137); }
div.DivClassName
{
background-color: #B10D89;
}
.BgClassName
{
background-color: #B10D89;
}
</style>
border-color css
<style>
span { border-color: #B10D89; }
span { border-color: rgb(177,13,137); }
td.TdClassName
{
border-color: #B10D89;
}
.TagClassName
{
border-color: #B10D89;
}
</style>