Shades of Medium Violet Red #B31095
Tints of Medium Violet Red #B31095
RGB
CMYK
RGB Variations
Color information
#B31095 (or 0xB31095) is known color: Medium Violet Red. HEX triplet: B3, 10 and 95. RGB value is (179,16,149). Sum of RGB (Red+Green+Blue) = 179+16+149=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B31095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31095 is #4CEF6A. Grayscale: #4F4F4F. Windows color (decimal): -5042027 or 9769139. OLE color: 9769139.
HSL color Cylindrical-coordinate representation of color #B31095: hue angle of 311.04º 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 #B31095 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 149 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.30 |
| HSL | 311.04º | 0.84% | 0.38% | - |
| HSV(B) | 311.04º | 0.91% | 0.7% | - |
| XYZ | 24.2 | 12.12 | 29.5 | - |
| YUV | 79.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 149 | 0 | 0.91 | 0.17 | 0.30 | 311.04 | 0.84 | 0.38 |
| Hex | B3 | 10 | 95 | 0 | 5B | 11 | 1E | 137 | 54 | 26 |
| Octal | 263 | 20 | 225 | 0 | 133 | 21 | 36 | 467 | 124 | 46 |
| Binary | 10110011 | 10000 | 10010101 | 0 | 1011011 | 10001 | 11110 | 100110111 | 1010100 | 100110 |
Color Harmonies of #B31095
Complementary color
Monochromatic Colors of #B31095
Black with #B31095
Text Example
Text Example
White with #B31095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31095; }
p { color: rgb(179,16,149); }
H1.HeaderClassName
{
color: #B31095;
}
.AnyTagClassName
{
color: #B31095;
}
</style>
background-color css
<style>
a { background-color: #B31095; }
a { background-color: rgb(179,16,149); }
div.DivClassName
{
background-color: #B31095;
}
.BgClassName
{
background-color: #B31095;
}
</style>
border-color css
<style>
span { border-color: #B31095; }
span { border-color: rgb(179,16,149); }
td.TdClassName
{
border-color: #B31095;
}
.TagClassName
{
border-color: #B31095;
}
</style>