Shades of Medium Violet Red #B50096
Tints of Medium Violet Red #B50096
RGB
CMYK
RGB Variations
Color information
#B50096 (or 0xB50096) is known color: Medium Violet Red. HEX triplet: B5, 00 and 96. RGB value is (181,0,150). Sum of RGB (Red+Green+Blue) = 181+0+150=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B50096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50096 is #4AFF69. Grayscale: #464646. Windows color (decimal): -4915050 or 9830581. OLE color: 9830581.
HSL color Cylindrical-coordinate representation of color #B50096: hue angle of 310.28º 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 #B50096 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.17 | 0.29 |
| HSL | 310.28º | 1% | 0.35% | - |
| HSV(B) | 310.28º | 1% | 0.71% | - |
| XYZ | 24.56 | 12.03 | 29.88 | - |
| YUV | 71.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 150 | 0 | 1 | 0.17 | 0.29 | 310.28 | 1 | 0.35 |
| Hex | B5 | 0 | 96 | 0 | 64 | 11 | 1D | 136 | 64 | 23 |
| Octal | 265 | 0 | 226 | 0 | 144 | 21 | 35 | 466 | 144 | 43 |
| Binary | 10110101 | 0 | 10010110 | 0 | 1100100 | 10001 | 11101 | 100110110 | 1100100 | 100011 |
Color Harmonies of #B50096
Complementary color
Monochromatic Colors of #B50096
Black with #B50096
Text Example
Text Example
White with #B50096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50096; }
p { color: rgb(181,0,150); }
H1.HeaderClassName
{
color: #B50096;
}
.AnyTagClassName
{
color: #B50096;
}
</style>
background-color css
<style>
a { background-color: #B50096; }
a { background-color: rgb(181,0,150); }
div.DivClassName
{
background-color: #B50096;
}
.BgClassName
{
background-color: #B50096;
}
</style>
border-color css
<style>
span { border-color: #B50096; }
span { border-color: rgb(181,0,150); }
td.TdClassName
{
border-color: #B50096;
}
.TagClassName
{
border-color: #B50096;
}
</style>