Shades of Medium Red Violet #B5387C
Tints of Medium Red Violet #B5387C
RGB
CMYK
RGB Variations
Color information
#B5387C (or 0xB5387C) is known color: Medium Red Violet. HEX triplet: B5, 38 and 7C. RGB value is (181,56,124). Sum of RGB (Red+Green+Blue) = 181+56+124=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5387C is #4AC783. Grayscale: #646464. Windows color (decimal): -4900740 or 8140981. OLE color: 8140981.
HSL color Cylindrical-coordinate representation of color #B5387C: hue angle of 327.36º 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 #B5387C is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 124 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.29 |
| HSL | 327.36º | 0.53% | 0.46% | - |
| HSV(B) | 327.36º | 0.69% | 0.71% | - |
| XYZ | 24.11 | 14.11 | 20.52 | - |
| YUV | 101.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 124 | 0 | 0.69 | 0.31 | 0.29 | 327.36 | 0.53 | 0.46 |
| Hex | B5 | 38 | 7C | 0 | 45 | 1F | 1D | 147 | 35 | 2E |
| Octal | 265 | 70 | 174 | 0 | 105 | 37 | 35 | 507 | 65 | 56 |
| Binary | 10110101 | 111000 | 1111100 | 0 | 1000101 | 11111 | 11101 | 101000111 | 110101 | 101110 |
Color Harmonies of #B5387C
Complementary color
Monochromatic Colors of #B5387C
Black with #B5387C
Text Example
Text Example
White with #B5387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5387C; }
p { color: rgb(181,56,124); }
H1.HeaderClassName
{
color: #B5387C;
}
.AnyTagClassName
{
color: #B5387C;
}
</style>
background-color css
<style>
a { background-color: #B5387C; }
a { background-color: rgb(181,56,124); }
div.DivClassName
{
background-color: #B5387C;
}
.BgClassName
{
background-color: #B5387C;
}
</style>
border-color css
<style>
span { border-color: #B5387C; }
span { border-color: rgb(181,56,124); }
td.TdClassName
{
border-color: #B5387C;
}
.TagClassName
{
border-color: #B5387C;
}
</style>