Shades of Medium Violet Red #B31F9E
Tints of Medium Violet Red #B31F9E
RGB
CMYK
RGB Variations
Color information
#B31F9E (or 0xB31F9E) is known color: Medium Violet Red. HEX triplet: B3, 1F and 9E. RGB value is (179,31,158). Sum of RGB (Red+Green+Blue) = 179+31+158=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31F9E is #4CE061. Grayscale: #595959. Windows color (decimal): -5038178 or 10362803. OLE color: 10362803.
HSL color Cylindrical-coordinate representation of color #B31F9E: hue angle of 308.51º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31F9E is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 31 | 158 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.30 |
| HSL | 308.51º | 0.7% | 0.41% | - |
| HSV(B) | 308.51º | 0.83% | 0.7% | - |
| XYZ | 25.25 | 13.03 | 33.53 | - |
| YUV | 89.73 | 166.53 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 158 | 0 | 0.83 | 0.12 | 0.30 | 308.51 | 0.7 | 0.41 |
| Hex | B3 | 1F | 9E | 0 | 53 | C | 1E | 135 | 46 | 29 |
| Octal | 263 | 37 | 236 | 0 | 123 | 14 | 36 | 465 | 106 | 51 |
| Binary | 10110011 | 11111 | 10011110 | 0 | 1010011 | 1100 | 11110 | 100110101 | 1000110 | 101001 |
Color Harmonies of #B31F9E
Complementary color
Monochromatic Colors of #B31F9E
Black with #B31F9E
Text Example
Text Example
White with #B31F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31F9E; }
p { color: rgb(179,31,158); }
H1.HeaderClassName
{
color: #B31F9E;
}
.AnyTagClassName
{
color: #B31F9E;
}
</style>
background-color css
<style>
a { background-color: #B31F9E; }
a { background-color: rgb(179,31,158); }
div.DivClassName
{
background-color: #B31F9E;
}
.BgClassName
{
background-color: #B31F9E;
}
</style>
border-color css
<style>
span { border-color: #B31F9E; }
span { border-color: rgb(179,31,158); }
td.TdClassName
{
border-color: #B31F9E;
}
.TagClassName
{
border-color: #B31F9E;
}
</style>