Shades of Medium Red Violet #B5387A
Tints of Medium Red Violet #B5387A
RGB
CMYK
RGB Variations
Color information
#B5387A (or 0xB5387A) is known color: Medium Red Violet. HEX triplet: B5, 38 and 7A. RGB value is (181,56,122). Sum of RGB (Red+Green+Blue) = 181+56+122=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5387A is #4AC785. Grayscale: #646464. Windows color (decimal): -4900742 or 8009909. OLE color: 8009909.
HSL color Cylindrical-coordinate representation of color #B5387A: hue angle of 328.32º 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 #B5387A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 122 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.29 |
| HSL | 328.32º | 0.53% | 0.46% | - |
| HSV(B) | 328.32º | 0.69% | 0.71% | - |
| XYZ | 23.98 | 14.06 | 19.86 | - |
| YUV | 100.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 122 | 0 | 0.69 | 0.33 | 0.29 | 328.32 | 0.53 | 0.46 |
| Hex | B5 | 38 | 7A | 0 | 45 | 21 | 1D | 148 | 35 | 2E |
| Octal | 265 | 70 | 172 | 0 | 105 | 41 | 35 | 510 | 65 | 56 |
| Binary | 10110101 | 111000 | 1111010 | 0 | 1000101 | 100001 | 11101 | 101001000 | 110101 | 101110 |
Color Harmonies of #B5387A
Complementary color
Monochromatic Colors of #B5387A
Black with #B5387A
Text Example
Text Example
White with #B5387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5387A; }
p { color: rgb(181,56,122); }
H1.HeaderClassName
{
color: #B5387A;
}
.AnyTagClassName
{
color: #B5387A;
}
</style>
background-color css
<style>
a { background-color: #B5387A; }
a { background-color: rgb(181,56,122); }
div.DivClassName
{
background-color: #B5387A;
}
.BgClassName
{
background-color: #B5387A;
}
</style>
border-color css
<style>
span { border-color: #B5387A; }
span { border-color: rgb(181,56,122); }
td.TdClassName
{
border-color: #B5387A;
}
.TagClassName
{
border-color: #B5387A;
}
</style>