Shades of Medium Violet Red #B50F99
Tints of Medium Violet Red #B50F99
RGB
CMYK
RGB Variations
Color information
#B50F99 (or 0xB50F99) is known color: Medium Violet Red. HEX triplet: B5, 0F and 99. RGB value is (181,15,153). Sum of RGB (Red+Green+Blue) = 181+15+153=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50F99 is #4AF066. Grayscale: #4F4F4F. Windows color (decimal): -4911207 or 10031029. OLE color: 10031029.
HSL color Cylindrical-coordinate representation of color #B50F99: hue angle of 310.12º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50F99 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 153 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.29 |
| HSL | 310.12º | 0.85% | 0.38% | - |
| HSV(B) | 310.12º | 0.92% | 0.71% | - |
| XYZ | 24.98 | 12.47 | 31.23 | - |
| YUV | 80.37 | 169 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 153 | 0 | 0.92 | 0.15 | 0.29 | 310.12 | 0.85 | 0.38 |
| Hex | B5 | F | 99 | 0 | 5C | F | 1D | 136 | 55 | 26 |
| Octal | 265 | 17 | 231 | 0 | 134 | 17 | 35 | 466 | 125 | 46 |
| Binary | 10110101 | 1111 | 10011001 | 0 | 1011100 | 1111 | 11101 | 100110110 | 1010101 | 100110 |
Color Harmonies of #B50F99
Complementary color
Monochromatic Colors of #B50F99
Black with #B50F99
Text Example
Text Example
White with #B50F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F99; }
p { color: rgb(181,15,153); }
H1.HeaderClassName
{
color: #B50F99;
}
.AnyTagClassName
{
color: #B50F99;
}
</style>
background-color css
<style>
a { background-color: #B50F99; }
a { background-color: rgb(181,15,153); }
div.DivClassName
{
background-color: #B50F99;
}
.BgClassName
{
background-color: #B50F99;
}
</style>
border-color css
<style>
span { border-color: #B50F99; }
span { border-color: rgb(181,15,153); }
td.TdClassName
{
border-color: #B50F99;
}
.TagClassName
{
border-color: #B50F99;
}
</style>