Shades of Medium Violet Red #B31D9E
Tints of Medium Violet Red #B31D9E
RGB
CMYK
RGB Variations
Color information
#B31D9E (or 0xB31D9E) is known color: Medium Violet Red. HEX triplet: B3, 1D and 9E. RGB value is (179,29,158). Sum of RGB (Red+Green+Blue) = 179+29+158=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31D9E is #4CE261. Grayscale: #585858. Windows color (decimal): -5038690 or 10362291. OLE color: 10362291.
HSL color Cylindrical-coordinate representation of color #B31D9E: hue angle of 308.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31D9E is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 158 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.30 |
| HSL | 308.4º | 0.72% | 0.41% | - |
| HSV(B) | 308.4º | 0.84% | 0.7% | - |
| XYZ | 25.2 | 12.93 | 33.52 | - |
| YUV | 88.56 | 167.2 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 158 | 0 | 0.84 | 0.12 | 0.30 | 308.4 | 0.72 | 0.41 |
| Hex | B3 | 1D | 9E | 0 | 54 | C | 1E | 134 | 48 | 29 |
| Octal | 263 | 35 | 236 | 0 | 124 | 14 | 36 | 464 | 110 | 51 |
| Binary | 10110011 | 11101 | 10011110 | 0 | 1010100 | 1100 | 11110 | 100110100 | 1001000 | 101001 |
Color Harmonies of #B31D9E
Complementary color
Monochromatic Colors of #B31D9E
Black with #B31D9E
Text Example
Text Example
White with #B31D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D9E; }
p { color: rgb(179,29,158); }
H1.HeaderClassName
{
color: #B31D9E;
}
.AnyTagClassName
{
color: #B31D9E;
}
</style>
background-color css
<style>
a { background-color: #B31D9E; }
a { background-color: rgb(179,29,158); }
div.DivClassName
{
background-color: #B31D9E;
}
.BgClassName
{
background-color: #B31D9E;
}
</style>
border-color css
<style>
span { border-color: #B31D9E; }
span { border-color: rgb(179,29,158); }
td.TdClassName
{
border-color: #B31D9E;
}
.TagClassName
{
border-color: #B31D9E;
}
</style>