Shades of Medium Violet Red #B10080
Tints of Medium Violet Red #B10080
RGB
CMYK
RGB Variations
Color information
#B10080 (or 0xB10080) is known color: Medium Violet Red. HEX triplet: B1, 00 and 80. RGB value is (177,0,128). Sum of RGB (Red+Green+Blue) = 177+0+128=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B10080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10080 is #4EFF7F. Grayscale: #434343. Windows color (decimal): -5177216 or 8388785. OLE color: 8388785.
HSL color Cylindrical-coordinate representation of color #B10080: hue angle of 316.61º 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 #B10080 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.28 | 0.31 |
| HSL | 316.61º | 1% | 0.35% | - |
| HSV(B) | 316.61º | 1% | 0.69% | - |
| XYZ | 22.03 | 10.91 | 21.37 | - |
| YUV | 67.52 | 162.14 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 128 | 0 | 1 | 0.28 | 0.31 | 316.61 | 1 | 0.35 |
| Hex | B1 | 0 | 80 | 0 | 64 | 1C | 1F | 13D | 64 | 23 |
| Octal | 261 | 0 | 200 | 0 | 144 | 34 | 37 | 475 | 144 | 43 |
| Binary | 10110001 | 0 | 10000000 | 0 | 1100100 | 11100 | 11111 | 100111101 | 1100100 | 100011 |
Color Harmonies of #B10080
Complementary color
Monochromatic Colors of #B10080
Black with #B10080
Text Example
Text Example
White with #B10080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10080; }
p { color: rgb(177,0,128); }
H1.HeaderClassName
{
color: #B10080;
}
.AnyTagClassName
{
color: #B10080;
}
</style>
background-color css
<style>
a { background-color: #B10080; }
a { background-color: rgb(177,0,128); }
div.DivClassName
{
background-color: #B10080;
}
.BgClassName
{
background-color: #B10080;
}
</style>
border-color css
<style>
span { border-color: #B10080; }
span { border-color: rgb(177,0,128); }
td.TdClassName
{
border-color: #B10080;
}
.TagClassName
{
border-color: #B10080;
}
</style>