Shades of Medium Violet Red #B31D9F
Tints of Medium Violet Red #B31D9F
RGB
CMYK
RGB Variations
Color information
#B31D9F (or 0xB31D9F) is known color: Medium Violet Red. HEX triplet: B3, 1D and 9F. RGB value is (179,29,159). Sum of RGB (Red+Green+Blue) = 179+29+159=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31D9F is #4CE260. Grayscale: #585858. Windows color (decimal): -5038689 or 10427827. OLE color: 10427827.
HSL color Cylindrical-coordinate representation of color #B31D9F: hue angle of 308º 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 #B31D9F is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 159 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.30 |
| HSL | 308º | 0.72% | 0.41% | - |
| HSV(B) | 308º | 0.84% | 0.7% | - |
| XYZ | 25.29 | 12.97 | 33.97 | - |
| YUV | 88.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 159 | 0 | 0.84 | 0.11 | 0.30 | 308 | 0.72 | 0.41 |
| Hex | B3 | 1D | 9F | 0 | 54 | B | 1E | 134 | 48 | 29 |
| Octal | 263 | 35 | 237 | 0 | 124 | 13 | 36 | 464 | 110 | 51 |
| Binary | 10110011 | 11101 | 10011111 | 0 | 1010100 | 1011 | 11110 | 100110100 | 1001000 | 101001 |
Color Harmonies of #B31D9F
Complementary color
Monochromatic Colors of #B31D9F
Black with #B31D9F
Text Example
Text Example
White with #B31D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D9F; }
p { color: rgb(179,29,159); }
H1.HeaderClassName
{
color: #B31D9F;
}
.AnyTagClassName
{
color: #B31D9F;
}
</style>
background-color css
<style>
a { background-color: #B31D9F; }
a { background-color: rgb(179,29,159); }
div.DivClassName
{
background-color: #B31D9F;
}
.BgClassName
{
background-color: #B31D9F;
}
</style>
border-color css
<style>
span { border-color: #B31D9F; }
span { border-color: rgb(179,29,159); }
td.TdClassName
{
border-color: #B31D9F;
}
.TagClassName
{
border-color: #B31D9F;
}
</style>