Shades of Medium Red Violet #B5387E
Tints of Medium Red Violet #B5387E
RGB
CMYK
RGB Variations
Color information
#B5387E (or 0xB5387E) is known color: Medium Red Violet. HEX triplet: B5, 38 and 7E. RGB value is (181,56,126). Sum of RGB (Red+Green+Blue) = 181+56+126=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5387E is #4AC781. Grayscale: #656565. Windows color (decimal): -4900738 or 8272053. OLE color: 8272053.
HSL color Cylindrical-coordinate representation of color #B5387E: hue angle of 326.4º 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 #B5387E is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 126 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.29 |
| HSL | 326.4º | 0.53% | 0.46% | - |
| HSV(B) | 326.4º | 0.69% | 0.71% | - |
| XYZ | 24.24 | 14.16 | 21.19 | - |
| YUV | 101.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 126 | 0 | 0.69 | 0.30 | 0.29 | 326.4 | 0.53 | 0.46 |
| Hex | B5 | 38 | 7E | 0 | 45 | 1E | 1D | 146 | 35 | 2E |
| Octal | 265 | 70 | 176 | 0 | 105 | 36 | 35 | 506 | 65 | 56 |
| Binary | 10110101 | 111000 | 1111110 | 0 | 1000101 | 11110 | 11101 | 101000110 | 110101 | 101110 |
Color Harmonies of #B5387E
Complementary color
Monochromatic Colors of #B5387E
Black with #B5387E
Text Example
Text Example
White with #B5387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5387E; }
p { color: rgb(181,56,126); }
H1.HeaderClassName
{
color: #B5387E;
}
.AnyTagClassName
{
color: #B5387E;
}
</style>
background-color css
<style>
a { background-color: #B5387E; }
a { background-color: rgb(181,56,126); }
div.DivClassName
{
background-color: #B5387E;
}
.BgClassName
{
background-color: #B5387E;
}
</style>
border-color css
<style>
span { border-color: #B5387E; }
span { border-color: rgb(181,56,126); }
td.TdClassName
{
border-color: #B5387E;
}
.TagClassName
{
border-color: #B5387E;
}
</style>