Shades of Medium Red Violet #B5379A
Tints of Medium Red Violet #B5379A
RGB
CMYK
RGB Variations
Color information
#B5379A (or 0xB5379A) is known color: Medium Red Violet. HEX triplet: B5, 37 and 9A. RGB value is (181,55,154). Sum of RGB (Red+Green+Blue) = 181+55+154=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5379A is #4AC865. Grayscale: #676767. Windows color (decimal): -4900966 or 10106805. OLE color: 10106805.
HSL color Cylindrical-coordinate representation of color #B5379A: hue angle of 312.86º 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 #B5379A is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 154 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.29 |
| HSL | 312.86º | 0.53% | 0.46% | - |
| HSV(B) | 312.86º | 0.7% | 0.71% | - |
| XYZ | 26.25 | 14.89 | 32.06 | - |
| YUV | 103.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 154 | 0 | 0.70 | 0.15 | 0.29 | 312.86 | 0.53 | 0.46 |
| Hex | B5 | 37 | 9A | 0 | 46 | F | 1D | 139 | 35 | 2E |
| Octal | 265 | 67 | 232 | 0 | 106 | 17 | 35 | 471 | 65 | 56 |
| Binary | 10110101 | 110111 | 10011010 | 0 | 1000110 | 1111 | 11101 | 100111001 | 110101 | 101110 |
Color Harmonies of #B5379A
Complementary color
Monochromatic Colors of #B5379A
Black with #B5379A
Text Example
Text Example
White with #B5379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5379A; }
p { color: rgb(181,55,154); }
H1.HeaderClassName
{
color: #B5379A;
}
.AnyTagClassName
{
color: #B5379A;
}
</style>
background-color css
<style>
a { background-color: #B5379A; }
a { background-color: rgb(181,55,154); }
div.DivClassName
{
background-color: #B5379A;
}
.BgClassName
{
background-color: #B5379A;
}
</style>
border-color css
<style>
span { border-color: #B5379A; }
span { border-color: rgb(181,55,154); }
td.TdClassName
{
border-color: #B5379A;
}
.TagClassName
{
border-color: #B5379A;
}
</style>