Shades of Medium Violet Red #B10B8D
Tints of Medium Violet Red #B10B8D
RGB
CMYK
RGB Variations
Color information
#B10B8D (or 0xB10B8D) is known color: Medium Violet Red. HEX triplet: B1, 0B and 8D. RGB value is (177,11,141). Sum of RGB (Red+Green+Blue) = 177+11+141=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10B8D is #4EF472. Grayscale: #4B4B4B. Windows color (decimal): -5174387 or 9243569. OLE color: 9243569.
HSL color Cylindrical-coordinate representation of color #B10B8D: hue angle of 313.01º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10B8D is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 141 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.31 |
| HSL | 313.01º | 0.88% | 0.37% | - |
| HSV(B) | 313.01º | 0.94% | 0.69% | - |
| XYZ | 23.06 | 11.51 | 26.21 | - |
| YUV | 75.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 141 | 0 | 0.94 | 0.20 | 0.31 | 313.01 | 0.88 | 0.37 |
| Hex | B1 | B | 8D | 0 | 5E | 14 | 1F | 139 | 58 | 25 |
| Octal | 261 | 13 | 215 | 0 | 136 | 24 | 37 | 471 | 130 | 45 |
| Binary | 10110001 | 1011 | 10001101 | 0 | 1011110 | 10100 | 11111 | 100111001 | 1011000 | 100101 |
Color Harmonies of #B10B8D
Complementary color
Monochromatic Colors of #B10B8D
Black with #B10B8D
Text Example
Text Example
White with #B10B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B8D; }
p { color: rgb(177,11,141); }
H1.HeaderClassName
{
color: #B10B8D;
}
.AnyTagClassName
{
color: #B10B8D;
}
</style>
background-color css
<style>
a { background-color: #B10B8D; }
a { background-color: rgb(177,11,141); }
div.DivClassName
{
background-color: #B10B8D;
}
.BgClassName
{
background-color: #B10B8D;
}
</style>
border-color css
<style>
span { border-color: #B10B8D; }
span { border-color: rgb(177,11,141); }
td.TdClassName
{
border-color: #B10B8D;
}
.TagClassName
{
border-color: #B10B8D;
}
</style>