Shades of Medium Violet Red #B50275
Tints of Medium Violet Red #B50275
RGB
CMYK
RGB Variations
Color information
#B50275 (or 0xB50275) is known color: Medium Violet Red. HEX triplet: B5, 02 and 75. RGB value is (181,2,117). Sum of RGB (Red+Green+Blue) = 181+2+117=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B50275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50275 is #4AFD8A. Grayscale: #444444. Windows color (decimal): -4914571 or 7668405. OLE color: 7668405.
HSL color Cylindrical-coordinate representation of color #B50275: hue angle of 321.45º 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 #B50275 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.29 |
| HSL | 321.45º | 0.98% | 0.36% | - |
| HSV(B) | 321.45º | 0.99% | 0.71% | - |
| XYZ | 22.29 | 11.15 | 17.81 | - |
| YUV | 68.63 | 155.3 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 117 | 0 | 0.99 | 0.35 | 0.29 | 321.45 | 0.98 | 0.36 |
| Hex | B5 | 2 | 75 | 0 | 63 | 23 | 1D | 141 | 62 | 24 |
| Octal | 265 | 2 | 165 | 0 | 143 | 43 | 35 | 501 | 142 | 44 |
| Binary | 10110101 | 10 | 1110101 | 0 | 1100011 | 100011 | 11101 | 101000001 | 1100010 | 100100 |
Color Harmonies of #B50275
Complementary color
Monochromatic Colors of #B50275
Black with #B50275
Text Example
Text Example
White with #B50275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50275; }
p { color: rgb(181,2,117); }
H1.HeaderClassName
{
color: #B50275;
}
.AnyTagClassName
{
color: #B50275;
}
</style>
background-color css
<style>
a { background-color: #B50275; }
a { background-color: rgb(181,2,117); }
div.DivClassName
{
background-color: #B50275;
}
.BgClassName
{
background-color: #B50275;
}
</style>
border-color css
<style>
span { border-color: #B50275; }
span { border-color: rgb(181,2,117); }
td.TdClassName
{
border-color: #B50275;
}
.TagClassName
{
border-color: #B50275;
}
</style>