Shades of Medium Violet Red #B10180
Tints of Medium Violet Red #B10180
RGB
CMYK
RGB Variations
Color information
#B10180 (or 0xB10180) is known color: Medium Violet Red. HEX triplet: B1, 01 and 80. RGB value is (177,1,128). Sum of RGB (Red+Green+Blue) = 177+1+128=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B10180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10180 is #4EFE7F. Grayscale: #434343. Windows color (decimal): -5176960 or 8389041. OLE color: 8389041.
HSL color Cylindrical-coordinate representation of color #B10180: hue angle of 316.7º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10180 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.31 |
| HSL | 316.7º | 0.99% | 0.35% | - |
| HSV(B) | 316.7º | 0.99% | 0.69% | - |
| XYZ | 22.04 | 10.93 | 21.37 | - |
| YUV | 68.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 128 | 0 | 0.99 | 0.28 | 0.31 | 316.7 | 0.99 | 0.35 |
| Hex | B1 | 1 | 80 | 0 | 63 | 1C | 1F | 13D | 63 | 23 |
| Octal | 261 | 1 | 200 | 0 | 143 | 34 | 37 | 475 | 143 | 43 |
| Binary | 10110001 | 1 | 10000000 | 0 | 1100011 | 11100 | 11111 | 100111101 | 1100011 | 100011 |
Color Harmonies of #B10180
Complementary color
Monochromatic Colors of #B10180
Black with #B10180
Text Example
Text Example
White with #B10180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10180; }
p { color: rgb(177,1,128); }
H1.HeaderClassName
{
color: #B10180;
}
.AnyTagClassName
{
color: #B10180;
}
</style>
background-color css
<style>
a { background-color: #B10180; }
a { background-color: rgb(177,1,128); }
div.DivClassName
{
background-color: #B10180;
}
.BgClassName
{
background-color: #B10180;
}
</style>
border-color css
<style>
span { border-color: #B10180; }
span { border-color: rgb(177,1,128); }
td.TdClassName
{
border-color: #B10180;
}
.TagClassName
{
border-color: #B10180;
}
</style>