Shades of Medium Violet Red #B10086
Tints of Medium Violet Red #B10086
RGB
CMYK
RGB Variations
Color information
#B10086 (or 0xB10086) is known color: Medium Violet Red. HEX triplet: B1, 00 and 86. RGB value is (177,0,134). Sum of RGB (Red+Green+Blue) = 177+0+134=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B10086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10086 is #4EFF79. Grayscale: #434343. Windows color (decimal): -5177210 or 8782001. OLE color: 8782001.
HSL color Cylindrical-coordinate representation of color #B10086: hue angle of 314.58º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10086 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.24 | 0.31 |
| HSL | 314.58º | 1% | 0.35% | - |
| HSV(B) | 314.58º | 1% | 0.69% | - |
| XYZ | 22.43 | 11.07 | 23.51 | - |
| YUV | 68.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 134 | 0 | 1 | 0.24 | 0.31 | 314.58 | 1 | 0.35 |
| Hex | B1 | 0 | 86 | 0 | 64 | 18 | 1F | 13B | 64 | 23 |
| Octal | 261 | 0 | 206 | 0 | 144 | 30 | 37 | 473 | 144 | 43 |
| Binary | 10110001 | 0 | 10000110 | 0 | 1100100 | 11000 | 11111 | 100111011 | 1100100 | 100011 |
Color Harmonies of #B10086
Complementary color
Monochromatic Colors of #B10086
Black with #B10086
Text Example
Text Example
White with #B10086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10086; }
p { color: rgb(177,0,134); }
H1.HeaderClassName
{
color: #B10086;
}
.AnyTagClassName
{
color: #B10086;
}
</style>
background-color css
<style>
a { background-color: #B10086; }
a { background-color: rgb(177,0,134); }
div.DivClassName
{
background-color: #B10086;
}
.BgClassName
{
background-color: #B10086;
}
</style>
border-color css
<style>
span { border-color: #B10086; }
span { border-color: rgb(177,0,134); }
td.TdClassName
{
border-color: #B10086;
}
.TagClassName
{
border-color: #B10086;
}
</style>