Shades of Medium Red Violet #B5387D
Tints of Medium Red Violet #B5387D
RGB
CMYK
RGB Variations
Color information
#B5387D (or 0xB5387D) is known color: Medium Red Violet. HEX triplet: B5, 38 and 7D. RGB value is (181,56,125). Sum of RGB (Red+Green+Blue) = 181+56+125=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5387D is #4AC782. Grayscale: #656565. Windows color (decimal): -4900739 or 8206517. OLE color: 8206517.
HSL color Cylindrical-coordinate representation of color #B5387D: hue angle of 326.88º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5387D is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 125 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.29 |
| HSL | 326.88º | 0.53% | 0.46% | - |
| HSV(B) | 326.88º | 0.69% | 0.71% | - |
| XYZ | 24.17 | 14.13 | 20.86 | - |
| YUV | 101.24 | 141.41 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 125 | 0 | 0.69 | 0.31 | 0.29 | 326.88 | 0.53 | 0.46 |
| Hex | B5 | 38 | 7D | 0 | 45 | 1F | 1D | 147 | 35 | 2E |
| Octal | 265 | 70 | 175 | 0 | 105 | 37 | 35 | 507 | 65 | 56 |
| Binary | 10110101 | 111000 | 1111101 | 0 | 1000101 | 11111 | 11101 | 101000111 | 110101 | 101110 |
Color Harmonies of #B5387D
Complementary color
Monochromatic Colors of #B5387D
Black with #B5387D
Text Example
Text Example
White with #B5387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5387D; }
p { color: rgb(181,56,125); }
H1.HeaderClassName
{
color: #B5387D;
}
.AnyTagClassName
{
color: #B5387D;
}
</style>
background-color css
<style>
a { background-color: #B5387D; }
a { background-color: rgb(181,56,125); }
div.DivClassName
{
background-color: #B5387D;
}
.BgClassName
{
background-color: #B5387D;
}
</style>
border-color css
<style>
span { border-color: #B5387D; }
span { border-color: rgb(181,56,125); }
td.TdClassName
{
border-color: #B5387D;
}
.TagClassName
{
border-color: #B5387D;
}
</style>