Shades of Medium Red Violet #B5378F
Tints of Medium Red Violet #B5378F
RGB
CMYK
RGB Variations
Color information
#B5378F (or 0xB5378F) is known color: Medium Red Violet. HEX triplet: B5, 37 and 8F. RGB value is (181,55,143). Sum of RGB (Red+Green+Blue) = 181+55+143=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5378F is #4AC870. Grayscale: #666666. Windows color (decimal): -4900977 or 9385909. OLE color: 9385909.
HSL color Cylindrical-coordinate representation of color #B5378F: hue angle of 318.1º 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 #B5378F is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 143 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.29 |
| HSL | 318.1º | 0.53% | 0.46% | - |
| HSV(B) | 318.1º | 0.7% | 0.71% | - |
| XYZ | 25.38 | 14.54 | 27.46 | - |
| YUV | 102.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 143 | 0 | 0.70 | 0.21 | 0.29 | 318.1 | 0.53 | 0.46 |
| Hex | B5 | 37 | 8F | 0 | 46 | 15 | 1D | 13E | 35 | 2E |
| Octal | 265 | 67 | 217 | 0 | 106 | 25 | 35 | 476 | 65 | 56 |
| Binary | 10110101 | 110111 | 10001111 | 0 | 1000110 | 10101 | 11101 | 100111110 | 110101 | 101110 |
Color Harmonies of #B5378F
Complementary color
Monochromatic Colors of #B5378F
Black with #B5378F
Text Example
Text Example
White with #B5378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5378F; }
p { color: rgb(181,55,143); }
H1.HeaderClassName
{
color: #B5378F;
}
.AnyTagClassName
{
color: #B5378F;
}
</style>
background-color css
<style>
a { background-color: #B5378F; }
a { background-color: rgb(181,55,143); }
div.DivClassName
{
background-color: #B5378F;
}
.BgClassName
{
background-color: #B5378F;
}
</style>
border-color css
<style>
span { border-color: #B5378F; }
span { border-color: rgb(181,55,143); }
td.TdClassName
{
border-color: #B5378F;
}
.TagClassName
{
border-color: #B5378F;
}
</style>