Shades of Medium Violet Red #B50179
Tints of Medium Violet Red #B50179
RGB
CMYK
RGB Variations
Color information
#B50179 (or 0xB50179) is known color: Medium Violet Red. HEX triplet: B5, 01 and 79. RGB value is (181,1,121). Sum of RGB (Red+Green+Blue) = 181+1+121=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B50179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50179 is #4AFE86. Grayscale: #444444. Windows color (decimal): -4914823 or 7930293. OLE color: 7930293.
HSL color Cylindrical-coordinate representation of color #B50179: hue angle of 320º degrees, saturation: 0.99, 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 #B50179 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.29 |
| HSL | 320º | 0.99% | 0.36% | - |
| HSV(B) | 320º | 0.99% | 0.71% | - |
| XYZ | 22.52 | 11.23 | 19.07 | - |
| YUV | 68.5 | 157.63 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 121 | 0 | 0.99 | 0.33 | 0.29 | 320 | 0.99 | 0.36 |
| Hex | B5 | 1 | 79 | 0 | 63 | 21 | 1D | 140 | 63 | 24 |
| Octal | 265 | 1 | 171 | 0 | 143 | 41 | 35 | 500 | 143 | 44 |
| Binary | 10110101 | 1 | 1111001 | 0 | 1100011 | 100001 | 11101 | 101000000 | 1100011 | 100100 |
Color Harmonies of #B50179
Complementary color
Monochromatic Colors of #B50179
Black with #B50179
Text Example
Text Example
White with #B50179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50179; }
p { color: rgb(181,1,121); }
H1.HeaderClassName
{
color: #B50179;
}
.AnyTagClassName
{
color: #B50179;
}
</style>
background-color css
<style>
a { background-color: #B50179; }
a { background-color: rgb(181,1,121); }
div.DivClassName
{
background-color: #B50179;
}
.BgClassName
{
background-color: #B50179;
}
</style>
border-color css
<style>
span { border-color: #B50179; }
span { border-color: rgb(181,1,121); }
td.TdClassName
{
border-color: #B50179;
}
.TagClassName
{
border-color: #B50179;
}
</style>