Shades of Medium Violet Red #B50281
Tints of Medium Violet Red #B50281
RGB
CMYK
RGB Variations
Color information
#B50281 (or 0xB50281) is known color: Medium Violet Red. HEX triplet: B5, 02 and 81. RGB value is (181,2,129). Sum of RGB (Red+Green+Blue) = 181+2+129=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B50281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50281 is #4AFD7E. Grayscale: #454545. Windows color (decimal): -4914559 or 8454837. OLE color: 8454837.
HSL color Cylindrical-coordinate representation of color #B50281: hue angle of 317.43º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50281 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.29 |
| HSL | 317.43º | 0.98% | 0.36% | - |
| HSV(B) | 317.43º | 0.99% | 0.71% | - |
| XYZ | 23.04 | 11.45 | 21.77 | - |
| YUV | 70 | 161.3 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 129 | 0 | 0.99 | 0.29 | 0.29 | 317.43 | 0.98 | 0.36 |
| Hex | B5 | 2 | 81 | 0 | 63 | 1D | 1D | 13D | 62 | 24 |
| Octal | 265 | 2 | 201 | 0 | 143 | 35 | 35 | 475 | 142 | 44 |
| Binary | 10110101 | 10 | 10000001 | 0 | 1100011 | 11101 | 11101 | 100111101 | 1100010 | 100100 |
Color Harmonies of #B50281
Complementary color
Monochromatic Colors of #B50281
Black with #B50281
Text Example
Text Example
White with #B50281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50281; }
p { color: rgb(181,2,129); }
H1.HeaderClassName
{
color: #B50281;
}
.AnyTagClassName
{
color: #B50281;
}
</style>
background-color css
<style>
a { background-color: #B50281; }
a { background-color: rgb(181,2,129); }
div.DivClassName
{
background-color: #B50281;
}
.BgClassName
{
background-color: #B50281;
}
</style>
border-color css
<style>
span { border-color: #B50281; }
span { border-color: rgb(181,2,129); }
td.TdClassName
{
border-color: #B50281;
}
.TagClassName
{
border-color: #B50281;
}
</style>