Shades of Medium Violet Red #B31091
Tints of Medium Violet Red #B31091
RGB
CMYK
RGB Variations
Color information
#B31091 (or 0xB31091) is known color: Medium Violet Red. HEX triplet: B3, 10 and 91. RGB value is (179,16,145). Sum of RGB (Red+Green+Blue) = 179+16+145=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B31091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31091 is #4CEF6E. Grayscale: #4F4F4F. Windows color (decimal): -5042031 or 9506995. OLE color: 9506995.
HSL color Cylindrical-coordinate representation of color #B31091: hue angle of 312.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31091 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 145 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.30 |
| HSL | 312.52º | 0.84% | 0.38% | - |
| HSV(B) | 312.52º | 0.91% | 0.7% | - |
| XYZ | 23.89 | 12 | 27.85 | - |
| YUV | 79.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 145 | 0 | 0.91 | 0.19 | 0.30 | 312.52 | 0.84 | 0.38 |
| Hex | B3 | 10 | 91 | 0 | 5B | 13 | 1E | 139 | 54 | 26 |
| Octal | 263 | 20 | 221 | 0 | 133 | 23 | 36 | 471 | 124 | 46 |
| Binary | 10110011 | 10000 | 10010001 | 0 | 1011011 | 10011 | 11110 | 100111001 | 1010100 | 100110 |
Color Harmonies of #B31091
Complementary color
Monochromatic Colors of #B31091
Black with #B31091
Text Example
Text Example
White with #B31091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31091; }
p { color: rgb(179,16,145); }
H1.HeaderClassName
{
color: #B31091;
}
.AnyTagClassName
{
color: #B31091;
}
</style>
background-color css
<style>
a { background-color: #B31091; }
a { background-color: rgb(179,16,145); }
div.DivClassName
{
background-color: #B31091;
}
.BgClassName
{
background-color: #B31091;
}
</style>
border-color css
<style>
span { border-color: #B31091; }
span { border-color: rgb(179,16,145); }
td.TdClassName
{
border-color: #B31091;
}
.TagClassName
{
border-color: #B31091;
}
</style>