Shades of Medium Violet Red #B50084
Tints of Medium Violet Red #B50084
RGB
CMYK
RGB Variations
Color information
#B50084 (or 0xB50084) is known color: Medium Violet Red. HEX triplet: B5, 00 and 84. RGB value is (181,0,132). Sum of RGB (Red+Green+Blue) = 181+0+132=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B50084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50084 is #4AFF7B. Grayscale: #444444. Windows color (decimal): -4915068 or 8650933. OLE color: 8650933.
HSL color Cylindrical-coordinate representation of color #B50084: hue angle of 316.24º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50084 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.27 | 0.29 |
| HSL | 316.24º | 1% | 0.35% | - |
| HSV(B) | 316.24º | 1% | 0.71% | - |
| XYZ | 23.22 | 11.49 | 22.82 | - |
| YUV | 69.17 | 163.47 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 132 | 0 | 1 | 0.27 | 0.29 | 316.24 | 1 | 0.35 |
| Hex | B5 | 0 | 84 | 0 | 64 | 1B | 1D | 13C | 64 | 23 |
| Octal | 265 | 0 | 204 | 0 | 144 | 33 | 35 | 474 | 144 | 43 |
| Binary | 10110101 | 0 | 10000100 | 0 | 1100100 | 11011 | 11101 | 100111100 | 1100100 | 100011 |
Color Harmonies of #B50084
Complementary color
Monochromatic Colors of #B50084
Black with #B50084
Text Example
Text Example
White with #B50084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50084; }
p { color: rgb(181,0,132); }
H1.HeaderClassName
{
color: #B50084;
}
.AnyTagClassName
{
color: #B50084;
}
</style>
background-color css
<style>
a { background-color: #B50084; }
a { background-color: rgb(181,0,132); }
div.DivClassName
{
background-color: #B50084;
}
.BgClassName
{
background-color: #B50084;
}
</style>
border-color css
<style>
span { border-color: #B50084; }
span { border-color: rgb(181,0,132); }
td.TdClassName
{
border-color: #B50084;
}
.TagClassName
{
border-color: #B50084;
}
</style>