Shades of Medium Violet Red #B10D8F
Tints of Medium Violet Red #B10D8F
RGB
CMYK
RGB Variations
Color information
#B10D8F (or 0xB10D8F) is known color: Medium Violet Red. HEX triplet: B1, 0D and 8F. RGB value is (177,13,143). Sum of RGB (Red+Green+Blue) = 177+13+143=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10D8F is #4EF270. Grayscale: #4C4C4C. Windows color (decimal): -5173873 or 9375153. OLE color: 9375153.
HSL color Cylindrical-coordinate representation of color #B10D8F: hue angle of 312.44º 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 #B10D8F is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 143 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.31 |
| HSL | 312.44º | 0.86% | 0.37% | - |
| HSV(B) | 312.44º | 0.93% | 0.69% | - |
| XYZ | 23.23 | 11.62 | 27 | - |
| YUV | 76.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 143 | 0 | 0.93 | 0.19 | 0.31 | 312.44 | 0.86 | 0.37 |
| Hex | B1 | D | 8F | 0 | 5D | 13 | 1F | 138 | 56 | 25 |
| Octal | 261 | 15 | 217 | 0 | 135 | 23 | 37 | 470 | 126 | 45 |
| Binary | 10110001 | 1101 | 10001111 | 0 | 1011101 | 10011 | 11111 | 100111000 | 1010110 | 100101 |
Color Harmonies of #B10D8F
Complementary color
Monochromatic Colors of #B10D8F
Black with #B10D8F
Text Example
Text Example
White with #B10D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D8F; }
p { color: rgb(177,13,143); }
H1.HeaderClassName
{
color: #B10D8F;
}
.AnyTagClassName
{
color: #B10D8F;
}
</style>
background-color css
<style>
a { background-color: #B10D8F; }
a { background-color: rgb(177,13,143); }
div.DivClassName
{
background-color: #B10D8F;
}
.BgClassName
{
background-color: #B10D8F;
}
</style>
border-color css
<style>
span { border-color: #B10D8F; }
span { border-color: rgb(177,13,143); }
td.TdClassName
{
border-color: #B10D8F;
}
.TagClassName
{
border-color: #B10D8F;
}
</style>