Shades of Medium Red Violet #B5378B
Tints of Medium Red Violet #B5378B
RGB
CMYK
RGB Variations
Color information
#B5378B (or 0xB5378B) is known color: Medium Red Violet. HEX triplet: B5, 37 and 8B. RGB value is (181,55,139). Sum of RGB (Red+Green+Blue) = 181+55+139=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5378B is #4AC874. Grayscale: #666666. Windows color (decimal): -4900981 or 9123765. OLE color: 9123765.
HSL color Cylindrical-coordinate representation of color #B5378B: hue angle of 320º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5378B is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 139 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.29 |
| HSL | 320º | 0.53% | 0.46% | - |
| HSV(B) | 320º | 0.7% | 0.71% | - |
| XYZ | 25.08 | 14.42 | 25.89 | - |
| YUV | 102.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 139 | 0 | 0.70 | 0.23 | 0.29 | 320 | 0.53 | 0.46 |
| Hex | B5 | 37 | 8B | 0 | 46 | 17 | 1D | 140 | 35 | 2E |
| Octal | 265 | 67 | 213 | 0 | 106 | 27 | 35 | 500 | 65 | 56 |
| Binary | 10110101 | 110111 | 10001011 | 0 | 1000110 | 10111 | 11101 | 101000000 | 110101 | 101110 |
Color Harmonies of #B5378B
Complementary color
Monochromatic Colors of #B5378B
Black with #B5378B
Text Example
Text Example
White with #B5378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5378B; }
p { color: rgb(181,55,139); }
H1.HeaderClassName
{
color: #B5378B;
}
.AnyTagClassName
{
color: #B5378B;
}
</style>
background-color css
<style>
a { background-color: #B5378B; }
a { background-color: rgb(181,55,139); }
div.DivClassName
{
background-color: #B5378B;
}
.BgClassName
{
background-color: #B5378B;
}
</style>
border-color css
<style>
span { border-color: #B5378B; }
span { border-color: rgb(181,55,139); }
td.TdClassName
{
border-color: #B5378B;
}
.TagClassName
{
border-color: #B5378B;
}
</style>