Shades of Medium Violet Red #B01091
Tints of Medium Violet Red #B01091
RGB
CMYK
RGB Variations
Color information
#B01091 (or 0xB01091) is known color: Medium Violet Red. HEX triplet: B0, 10 and 91. RGB value is (176,16,145). Sum of RGB (Red+Green+Blue) = 176+16+145=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B01091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01091 is #4FEF6E. Grayscale: #4E4E4E. Windows color (decimal): -5238639 or 9506992. OLE color: 9506992.
HSL color Cylindrical-coordinate representation of color #B01091: hue angle of 311.62º 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 #B01091 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 145 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.31 |
| HSL | 311.63º | 0.83% | 0.38% | - |
| HSV(B) | 311.63º | 0.91% | 0.69% | - |
| XYZ | 23.2 | 11.65 | 27.81 | - |
| YUV | 78.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 145 | 0 | 0.91 | 0.18 | 0.31 | 311.63 | 0.83 | 0.38 |
| Hex | B0 | 10 | 91 | 0 | 5B | 12 | 1F | 138 | 53 | 26 |
| Octal | 260 | 20 | 221 | 0 | 133 | 22 | 37 | 470 | 123 | 46 |
| Binary | 10110000 | 10000 | 10010001 | 0 | 1011011 | 10010 | 11111 | 100111000 | 1010011 | 100110 |
Color Harmonies of #B01091
Complementary color
Monochromatic Colors of #B01091
Black with #B01091
Text Example
Text Example
White with #B01091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01091; }
p { color: rgb(176,16,145); }
H1.HeaderClassName
{
color: #B01091;
}
.AnyTagClassName
{
color: #B01091;
}
</style>
background-color css
<style>
a { background-color: #B01091; }
a { background-color: rgb(176,16,145); }
div.DivClassName
{
background-color: #B01091;
}
.BgClassName
{
background-color: #B01091;
}
</style>
border-color css
<style>
span { border-color: #B01091; }
span { border-color: rgb(176,16,145); }
td.TdClassName
{
border-color: #B01091;
}
.TagClassName
{
border-color: #B01091;
}
</style>