Shades of Medium Red Violet #B54086
Tints of Medium Red Violet #B54086
RGB
CMYK
RGB Variations
Color information
#B54086 (or 0xB54086) is known color: Medium Red Violet. HEX triplet: B5, 40 and 86. RGB value is (181,64,134). Sum of RGB (Red+Green+Blue) = 181+64+134=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B54086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54086 is #4ABF79. Grayscale: #6A6A6A. Windows color (decimal): -4898682 or 8798389. OLE color: 8798389.
HSL color Cylindrical-coordinate representation of color #B54086: hue angle of 324.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54086 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 134 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.29 |
| HSL | 324.1º | 0.48% | 0.48% | - |
| HSV(B) | 324.1º | 0.65% | 0.71% | - |
| XYZ | 25.19 | 15.21 | 24.16 | - |
| YUV | 106.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 134 | 0 | 0.65 | 0.26 | 0.29 | 324.1 | 0.48 | 0.48 |
| Hex | B5 | 40 | 86 | 0 | 41 | 1A | 1D | 144 | 30 | 30 |
| Octal | 265 | 100 | 206 | 0 | 101 | 32 | 35 | 504 | 60 | 60 |
| Binary | 10110101 | 1000000 | 10000110 | 0 | 1000001 | 11010 | 11101 | 101000100 | 110000 | 110000 |
Color Harmonies of #B54086
Complementary color
Monochromatic Colors of #B54086
Black with #B54086
Text Example
Text Example
White with #B54086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54086; }
p { color: rgb(181,64,134); }
H1.HeaderClassName
{
color: #B54086;
}
.AnyTagClassName
{
color: #B54086;
}
</style>
background-color css
<style>
a { background-color: #B54086; }
a { background-color: rgb(181,64,134); }
div.DivClassName
{
background-color: #B54086;
}
.BgClassName
{
background-color: #B54086;
}
</style>
border-color css
<style>
span { border-color: #B54086; }
span { border-color: rgb(181,64,134); }
td.TdClassName
{
border-color: #B54086;
}
.TagClassName
{
border-color: #B54086;
}
</style>