Shades of Medium Violet Red #B10B9D
Tints of Medium Violet Red #B10B9D
RGB
CMYK
RGB Variations
Color information
#B10B9D (or 0xB10B9D) is known color: Medium Violet Red. HEX triplet: B1, 0B and 9D. RGB value is (177,11,157). Sum of RGB (Red+Green+Blue) = 177+11+157=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10B9D is #4EF462. Grayscale: #4C4C4C. Windows color (decimal): -5174371 or 10292145. OLE color: 10292145.
HSL color Cylindrical-coordinate representation of color #B10B9D: hue angle of 307.23º 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 #B10B9D is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 11 | 157 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.31 |
| HSL | 307.23º | 0.88% | 0.37% | - |
| HSV(B) | 307.23º | 0.94% | 0.69% | - |
| XYZ | 24.34 | 12.02 | 32.94 | - |
| YUV | 77.28 | 173 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 157 | 0 | 0.94 | 0.11 | 0.31 | 307.23 | 0.88 | 0.37 |
| Hex | B1 | B | 9D | 0 | 5E | B | 1F | 133 | 58 | 25 |
| Octal | 261 | 13 | 235 | 0 | 136 | 13 | 37 | 463 | 130 | 45 |
| Binary | 10110001 | 1011 | 10011101 | 0 | 1011110 | 1011 | 11111 | 100110011 | 1011000 | 100101 |
Color Harmonies of #B10B9D
Complementary color
Monochromatic Colors of #B10B9D
Black with #B10B9D
Text Example
Text Example
White with #B10B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10B9D; }
p { color: rgb(177,11,157); }
H1.HeaderClassName
{
color: #B10B9D;
}
.AnyTagClassName
{
color: #B10B9D;
}
</style>
background-color css
<style>
a { background-color: #B10B9D; }
a { background-color: rgb(177,11,157); }
div.DivClassName
{
background-color: #B10B9D;
}
.BgClassName
{
background-color: #B10B9D;
}
</style>
border-color css
<style>
span { border-color: #B10B9D; }
span { border-color: rgb(177,11,157); }
td.TdClassName
{
border-color: #B10B9D;
}
.TagClassName
{
border-color: #B10B9D;
}
</style>