Shades of Medium Red Violet #B5317B
Tints of Medium Red Violet #B5317B
RGB
CMYK
RGB Variations
Color information
#B5317B (or 0xB5317B) is known color: Medium Red Violet. HEX triplet: B5, 31 and 7B. RGB value is (181,49,123). Sum of RGB (Red+Green+Blue) = 181+49+123=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5317B is #4ACE84. Grayscale: #606060. Windows color (decimal): -4902533 or 8073653. OLE color: 8073653.
HSL color Cylindrical-coordinate representation of color #B5317B: hue angle of 326.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5317B is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 123 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.29 |
| HSL | 326.36º | 0.57% | 0.45% | - |
| HSV(B) | 326.36º | 0.73% | 0.71% | - |
| XYZ | 23.73 | 13.45 | 20.08 | - |
| YUV | 96.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 123 | 0 | 0.73 | 0.32 | 0.29 | 326.36 | 0.57 | 0.45 |
| Hex | B5 | 31 | 7B | 0 | 49 | 20 | 1D | 146 | 39 | 2D |
| Octal | 265 | 61 | 173 | 0 | 111 | 40 | 35 | 506 | 71 | 55 |
| Binary | 10110101 | 110001 | 1111011 | 0 | 1001001 | 100000 | 11101 | 101000110 | 111001 | 101101 |
Color Harmonies of #B5317B
Complementary color
Monochromatic Colors of #B5317B
Black with #B5317B
Text Example
Text Example
White with #B5317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5317B; }
p { color: rgb(181,49,123); }
H1.HeaderClassName
{
color: #B5317B;
}
.AnyTagClassName
{
color: #B5317B;
}
</style>
background-color css
<style>
a { background-color: #B5317B; }
a { background-color: rgb(181,49,123); }
div.DivClassName
{
background-color: #B5317B;
}
.BgClassName
{
background-color: #B5317B;
}
</style>
border-color css
<style>
span { border-color: #B5317B; }
span { border-color: rgb(181,49,123); }
td.TdClassName
{
border-color: #B5317B;
}
.TagClassName
{
border-color: #B5317B;
}
</style>