Shades of Medium Red Violet #B5279E
Tints of Medium Red Violet #B5279E
RGB
CMYK
RGB Variations
Color information
#B5279E (or 0xB5279E) is known color: Medium Red Violet. HEX triplet: B5, 27 and 9E. RGB value is (181,39,158). Sum of RGB (Red+Green+Blue) = 181+39+158=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5279E is #4AD861. Grayscale: #5E5E5E. Windows color (decimal): -4905058 or 10364853. OLE color: 10364853.
HSL color Cylindrical-coordinate representation of color #B5279E: hue angle of 309.72º 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 #B5279E is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 158 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.29 |
| HSL | 309.72º | 0.65% | 0.43% | - |
| HSV(B) | 309.72º | 0.78% | 0.71% | - |
| XYZ | 25.95 | 13.74 | 33.63 | - |
| YUV | 95.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 158 | 0 | 0.78 | 0.13 | 0.29 | 309.72 | 0.65 | 0.43 |
| Hex | B5 | 27 | 9E | 0 | 4E | D | 1D | 136 | 41 | 2B |
| Octal | 265 | 47 | 236 | 0 | 116 | 15 | 35 | 466 | 101 | 53 |
| Binary | 10110101 | 100111 | 10011110 | 0 | 1001110 | 1101 | 11101 | 100110110 | 1000001 | 101011 |
Color Harmonies of #B5279E
Complementary color
Monochromatic Colors of #B5279E
Black with #B5279E
Text Example
Text Example
White with #B5279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5279E; }
p { color: rgb(181,39,158); }
H1.HeaderClassName
{
color: #B5279E;
}
.AnyTagClassName
{
color: #B5279E;
}
</style>
background-color css
<style>
a { background-color: #B5279E; }
a { background-color: rgb(181,39,158); }
div.DivClassName
{
background-color: #B5279E;
}
.BgClassName
{
background-color: #B5279E;
}
</style>
border-color css
<style>
span { border-color: #B5279E; }
span { border-color: rgb(181,39,158); }
td.TdClassName
{
border-color: #B5279E;
}
.TagClassName
{
border-color: #B5279E;
}
</style>