Shades of Medium Red Violet #B5379D
Tints of Medium Red Violet #B5379D
RGB
CMYK
RGB Variations
Color information
#B5379D (or 0xB5379D) is known color: Medium Red Violet. HEX triplet: B5, 37 and 9D. RGB value is (181,55,157). Sum of RGB (Red+Green+Blue) = 181+55+157=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5379D is #4AC862. Grayscale: #686868. Windows color (decimal): -4900963 or 10303413. OLE color: 10303413.
HSL color Cylindrical-coordinate representation of color #B5379D: hue angle of 311.43º 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 #B5379D is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 157 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.29 |
| HSL | 311.43º | 0.53% | 0.46% | - |
| HSV(B) | 311.43º | 0.7% | 0.71% | - |
| XYZ | 26.51 | 14.99 | 33.39 | - |
| YUV | 104.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 157 | 0 | 0.70 | 0.13 | 0.29 | 311.43 | 0.53 | 0.46 |
| Hex | B5 | 37 | 9D | 0 | 46 | D | 1D | 137 | 35 | 2E |
| Octal | 265 | 67 | 235 | 0 | 106 | 15 | 35 | 467 | 65 | 56 |
| Binary | 10110101 | 110111 | 10011101 | 0 | 1000110 | 1101 | 11101 | 100110111 | 110101 | 101110 |
Color Harmonies of #B5379D
Complementary color
Monochromatic Colors of #B5379D
Black with #B5379D
Text Example
Text Example
White with #B5379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5379D; }
p { color: rgb(181,55,157); }
H1.HeaderClassName
{
color: #B5379D;
}
.AnyTagClassName
{
color: #B5379D;
}
</style>
background-color css
<style>
a { background-color: #B5379D; }
a { background-color: rgb(181,55,157); }
div.DivClassName
{
background-color: #B5379D;
}
.BgClassName
{
background-color: #B5379D;
}
</style>
border-color css
<style>
span { border-color: #B5379D; }
span { border-color: rgb(181,55,157); }
td.TdClassName
{
border-color: #B5379D;
}
.TagClassName
{
border-color: #B5379D;
}
</style>