Shades of Medium Red Violet #B5387B
Tints of Medium Red Violet #B5387B
RGB
CMYK
RGB Variations
Color information
#B5387B (or 0xB5387B) is known color: Medium Red Violet. HEX triplet: B5, 38 and 7B. RGB value is (181,56,123). Sum of RGB (Red+Green+Blue) = 181+56+123=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5387B is #4AC784. Grayscale: #646464. Windows color (decimal): -4900741 or 8075445. OLE color: 8075445.
HSL color Cylindrical-coordinate representation of color #B5387B: hue angle of 327.84º 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 #B5387B is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 123 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.29 |
| HSL | 327.84º | 0.53% | 0.46% | - |
| HSV(B) | 327.84º | 0.69% | 0.71% | - |
| XYZ | 24.05 | 14.08 | 20.19 | - |
| YUV | 101.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 123 | 0 | 0.69 | 0.32 | 0.29 | 327.84 | 0.53 | 0.46 |
| Hex | B5 | 38 | 7B | 0 | 45 | 20 | 1D | 148 | 35 | 2E |
| Octal | 265 | 70 | 173 | 0 | 105 | 40 | 35 | 510 | 65 | 56 |
| Binary | 10110101 | 111000 | 1111011 | 0 | 1000101 | 100000 | 11101 | 101001000 | 110101 | 101110 |
Color Harmonies of #B5387B
Complementary color
Monochromatic Colors of #B5387B
Black with #B5387B
Text Example
Text Example
White with #B5387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5387B; }
p { color: rgb(181,56,123); }
H1.HeaderClassName
{
color: #B5387B;
}
.AnyTagClassName
{
color: #B5387B;
}
</style>
background-color css
<style>
a { background-color: #B5387B; }
a { background-color: rgb(181,56,123); }
div.DivClassName
{
background-color: #B5387B;
}
.BgClassName
{
background-color: #B5387B;
}
</style>
border-color css
<style>
span { border-color: #B5387B; }
span { border-color: rgb(181,56,123); }
td.TdClassName
{
border-color: #B5387B;
}
.TagClassName
{
border-color: #B5387B;
}
</style>