Shades of Medium Violet Red #B50B7B
Tints of Medium Violet Red #B50B7B
RGB
CMYK
RGB Variations
Color information
#B50B7B (or 0xB50B7B) is known color: Medium Violet Red. HEX triplet: B5, 0B and 7B. RGB value is (181,11,123). Sum of RGB (Red+Green+Blue) = 181+11+123=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50B7B is #4AF484. Grayscale: #4A4A4A. Windows color (decimal): -4912261 or 8063925. OLE color: 8063925.
HSL color Cylindrical-coordinate representation of color #B50B7B: hue angle of 320.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B7B is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 123 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.29 |
| HSL | 320.47º | 0.89% | 0.38% | - |
| HSV(B) | 320.47º | 0.94% | 0.71% | - |
| XYZ | 22.75 | 11.49 | 19.76 | - |
| YUV | 74.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 123 | 0 | 0.94 | 0.32 | 0.29 | 320.47 | 0.89 | 0.38 |
| Hex | B5 | B | 7B | 0 | 5E | 20 | 1D | 140 | 59 | 26 |
| Octal | 265 | 13 | 173 | 0 | 136 | 40 | 35 | 500 | 131 | 46 |
| Binary | 10110101 | 1011 | 1111011 | 0 | 1011110 | 100000 | 11101 | 101000000 | 1011001 | 100110 |
Color Harmonies of #B50B7B
Complementary color
Monochromatic Colors of #B50B7B
Black with #B50B7B
Text Example
Text Example
White with #B50B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50B7B; }
p { color: rgb(181,11,123); }
H1.HeaderClassName
{
color: #B50B7B;
}
.AnyTagClassName
{
color: #B50B7B;
}
</style>
background-color css
<style>
a { background-color: #B50B7B; }
a { background-color: rgb(181,11,123); }
div.DivClassName
{
background-color: #B50B7B;
}
.BgClassName
{
background-color: #B50B7B;
}
</style>
border-color css
<style>
span { border-color: #B50B7B; }
span { border-color: rgb(181,11,123); }
td.TdClassName
{
border-color: #B50B7B;
}
.TagClassName
{
border-color: #B50B7B;
}
</style>