Shades of Mulberry #B54E9F
Tints of Mulberry #B54E9F
RGB
CMYK
RGB Variations
Color information
#B54E9F (or 0xB54E9F) is known color: Mulberry. HEX triplet: B5, 4E and 9F. RGB value is (181,78,159). Sum of RGB (Red+Green+Blue) = 181+78+159=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54E9F is #4AB160. Grayscale: #757575. Windows color (decimal): -4895073 or 10440373. OLE color: 10440373.
HSL color Cylindrical-coordinate representation of color #B54E9F: hue angle of 312.82º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54E9F is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 159 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.29 |
| HSL | 312.82º | 0.41% | 0.51% | - |
| HSV(B) | 312.82º | 0.57% | 0.71% | - |
| XYZ | 28.04 | 17.78 | 34.75 | - |
| YUV | 118.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 159 | 0 | 0.57 | 0.12 | 0.29 | 312.82 | 0.41 | 0.51 |
| Hex | B5 | 4E | 9F | 0 | 39 | C | 1D | 139 | 29 | 33 |
| Octal | 265 | 116 | 237 | 0 | 71 | 14 | 35 | 471 | 51 | 63 |
| Binary | 10110101 | 1001110 | 10011111 | 0 | 111001 | 1100 | 11101 | 100111001 | 101001 | 110011 |
Color Harmonies of #B54E9F
Complementary color
Monochromatic Colors of #B54E9F
Black with #B54E9F
Text Example
Text Example
White with #B54E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E9F; }
p { color: rgb(181,78,159); }
H1.HeaderClassName
{
color: #B54E9F;
}
.AnyTagClassName
{
color: #B54E9F;
}
</style>
background-color css
<style>
a { background-color: #B54E9F; }
a { background-color: rgb(181,78,159); }
div.DivClassName
{
background-color: #B54E9F;
}
.BgClassName
{
background-color: #B54E9F;
}
</style>
border-color css
<style>
span { border-color: #B54E9F; }
span { border-color: rgb(181,78,159); }
td.TdClassName
{
border-color: #B54E9F;
}
.TagClassName
{
border-color: #B54E9F;
}
</style>