Shades of Medium Red Violet #B5279D
Tints of Medium Red Violet #B5279D
RGB
CMYK
RGB Variations
Color information
#B5279D (or 0xB5279D) is known color: Medium Red Violet. HEX triplet: B5, 27 and 9D. RGB value is (181,39,157). Sum of RGB (Red+Green+Blue) = 181+39+157=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5279D is #4AD862. Grayscale: #5E5E5E. Windows color (decimal): -4905059 or 10299317. OLE color: 10299317.
HSL color Cylindrical-coordinate representation of color #B5279D: hue angle of 310.14º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5279D is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 157 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.29 |
| HSL | 310.14º | 0.65% | 0.43% | - |
| HSV(B) | 310.14º | 0.78% | 0.71% | - |
| XYZ | 25.87 | 13.71 | 33.18 | - |
| YUV | 94.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 157 | 0 | 0.78 | 0.13 | 0.29 | 310.14 | 0.65 | 0.43 |
| Hex | B5 | 27 | 9D | 0 | 4E | D | 1D | 136 | 41 | 2B |
| Octal | 265 | 47 | 235 | 0 | 116 | 15 | 35 | 466 | 101 | 53 |
| Binary | 10110101 | 100111 | 10011101 | 0 | 1001110 | 1101 | 11101 | 100110110 | 1000001 | 101011 |
Color Harmonies of #B5279D
Complementary color
Monochromatic Colors of #B5279D
Black with #B5279D
Text Example
Text Example
White with #B5279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5279D; }
p { color: rgb(181,39,157); }
H1.HeaderClassName
{
color: #B5279D;
}
.AnyTagClassName
{
color: #B5279D;
}
</style>
background-color css
<style>
a { background-color: #B5279D; }
a { background-color: rgb(181,39,157); }
div.DivClassName
{
background-color: #B5279D;
}
.BgClassName
{
background-color: #B5279D;
}
</style>
border-color css
<style>
span { border-color: #B5279D; }
span { border-color: rgb(181,39,157); }
td.TdClassName
{
border-color: #B5279D;
}
.TagClassName
{
border-color: #B5279D;
}
</style>