Shades of Medium Violet Red #B51F86
Tints of Medium Violet Red #B51F86
RGB
CMYK
RGB Variations
Color information
#B51F86 (or 0xB51F86) is known color: Medium Violet Red. HEX triplet: B5, 1F and 86. RGB value is (181,31,134). Sum of RGB (Red+Green+Blue) = 181+31+134=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51F86 is #4AE079. Grayscale: #575757. Windows color (decimal): -4907130 or 8789941. OLE color: 8789941.
HSL color Cylindrical-coordinate representation of color #B51F86: hue angle of 318.8º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51F86 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 31 | 134 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.29 |
| HSL | 318.8º | 0.71% | 0.42% | - |
| HSV(B) | 318.8º | 0.83% | 0.71% | - |
| XYZ | 23.85 | 12.52 | 23.71 | - |
| YUV | 87.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 134 | 0 | 0.83 | 0.26 | 0.29 | 318.8 | 0.71 | 0.42 |
| Hex | B5 | 1F | 86 | 0 | 53 | 1A | 1D | 13F | 47 | 2A |
| Octal | 265 | 37 | 206 | 0 | 123 | 32 | 35 | 477 | 107 | 52 |
| Binary | 10110101 | 11111 | 10000110 | 0 | 1010011 | 11010 | 11101 | 100111111 | 1000111 | 101010 |
Color Harmonies of #B51F86
Complementary color
Monochromatic Colors of #B51F86
Black with #B51F86
Text Example
Text Example
White with #B51F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51F86; }
p { color: rgb(181,31,134); }
H1.HeaderClassName
{
color: #B51F86;
}
.AnyTagClassName
{
color: #B51F86;
}
</style>
background-color css
<style>
a { background-color: #B51F86; }
a { background-color: rgb(181,31,134); }
div.DivClassName
{
background-color: #B51F86;
}
.BgClassName
{
background-color: #B51F86;
}
</style>
border-color css
<style>
span { border-color: #B51F86; }
span { border-color: rgb(181,31,134); }
td.TdClassName
{
border-color: #B51F86;
}
.TagClassName
{
border-color: #B51F86;
}
</style>