Shades of Medium Violet Red #B31096
Tints of Medium Violet Red #B31096
RGB
CMYK
RGB Variations
Color information
#B31096 (or 0xB31096) is known color: Medium Violet Red. HEX triplet: B3, 10 and 96. RGB value is (179,16,150). Sum of RGB (Red+Green+Blue) = 179+16+150=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B31096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31096 is #4CEF69. Grayscale: #4F4F4F. Windows color (decimal): -5042026 or 9834675. OLE color: 9834675.
HSL color Cylindrical-coordinate representation of color #B31096: hue angle of 310.67º 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 #B31096 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 150 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.30 |
| HSL | 310.67º | 0.84% | 0.38% | - |
| HSV(B) | 310.67º | 0.91% | 0.7% | - |
| XYZ | 24.28 | 12.16 | 29.92 | - |
| YUV | 80.01 | 167.5 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 150 | 0 | 0.91 | 0.16 | 0.30 | 310.67 | 0.84 | 0.38 |
| Hex | B3 | 10 | 96 | 0 | 5B | 10 | 1E | 137 | 54 | 26 |
| Octal | 263 | 20 | 226 | 0 | 133 | 20 | 36 | 467 | 124 | 46 |
| Binary | 10110011 | 10000 | 10010110 | 0 | 1011011 | 10000 | 11110 | 100110111 | 1010100 | 100110 |
Color Harmonies of #B31096
Complementary color
Monochromatic Colors of #B31096
Black with #B31096
Text Example
Text Example
White with #B31096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31096; }
p { color: rgb(179,16,150); }
H1.HeaderClassName
{
color: #B31096;
}
.AnyTagClassName
{
color: #B31096;
}
</style>
background-color css
<style>
a { background-color: #B31096; }
a { background-color: rgb(179,16,150); }
div.DivClassName
{
background-color: #B31096;
}
.BgClassName
{
background-color: #B31096;
}
</style>
border-color css
<style>
span { border-color: #B31096; }
span { border-color: rgb(179,16,150); }
td.TdClassName
{
border-color: #B31096;
}
.TagClassName
{
border-color: #B31096;
}
</style>