Shades of Medium Violet Red #B01080
Tints of Medium Violet Red #B01080
RGB
CMYK
RGB Variations
Color information
#B01080 (or 0xB01080) is known color: Medium Violet Red. HEX triplet: B0, 10 and 80. RGB value is (176,16,128). Sum of RGB (Red+Green+Blue) = 176+16+128=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B01080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01080 is #4FEF7F. Grayscale: #4C4C4C. Windows color (decimal): -5238656 or 8392880. OLE color: 8392880.
HSL color Cylindrical-coordinate representation of color #B01080: hue angle of 318º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01080 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 128 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.31 |
| HSL | 318º | 0.83% | 0.38% | - |
| HSV(B) | 318º | 0.91% | 0.69% | - |
| XYZ | 21.99 | 11.16 | 21.42 | - |
| YUV | 76.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 128 | 0 | 0.91 | 0.27 | 0.31 | 318 | 0.83 | 0.38 |
| Hex | B0 | 10 | 80 | 0 | 5B | 1B | 1F | 13E | 53 | 26 |
| Octal | 260 | 20 | 200 | 0 | 133 | 33 | 37 | 476 | 123 | 46 |
| Binary | 10110000 | 10000 | 10000000 | 0 | 1011011 | 11011 | 11111 | 100111110 | 1010011 | 100110 |
Color Harmonies of #B01080
Complementary color
Monochromatic Colors of #B01080
Black with #B01080
Text Example
Text Example
White with #B01080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01080; }
p { color: rgb(176,16,128); }
H1.HeaderClassName
{
color: #B01080;
}
.AnyTagClassName
{
color: #B01080;
}
</style>
background-color css
<style>
a { background-color: #B01080; }
a { background-color: rgb(176,16,128); }
div.DivClassName
{
background-color: #B01080;
}
.BgClassName
{
background-color: #B01080;
}
</style>
border-color css
<style>
span { border-color: #B01080; }
span { border-color: rgb(176,16,128); }
td.TdClassName
{
border-color: #B01080;
}
.TagClassName
{
border-color: #B01080;
}
</style>