Shades of Mulberry #B54F92
Tints of Mulberry #B54F92
RGB
CMYK
RGB Variations
Color information
#B54F92 (or 0xB54F92) is known color: Mulberry. HEX triplet: B5, 4F and 92. RGB value is (181,79,146). Sum of RGB (Red+Green+Blue) = 181+79+146=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54F92 is #4AB06D. Grayscale: #747474. Windows color (decimal): -4894830 or 9588661. OLE color: 9588661.
HSL color Cylindrical-coordinate representation of color #B54F92: hue angle of 320.59º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B54F92 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 79 | 146 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.29 |
| HSL | 320.59º | 0.41% | 0.51% | - |
| HSV(B) | 320.59º | 0.56% | 0.71% | - |
| XYZ | 27.04 | 17.49 | 29.15 | - |
| YUV | 117.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 146 | 0 | 0.56 | 0.19 | 0.29 | 320.59 | 0.41 | 0.51 |
| Hex | B5 | 4F | 92 | 0 | 38 | 13 | 1D | 141 | 29 | 33 |
| Octal | 265 | 117 | 222 | 0 | 70 | 23 | 35 | 501 | 51 | 63 |
| Binary | 10110101 | 1001111 | 10010010 | 0 | 111000 | 10011 | 11101 | 101000001 | 101001 | 110011 |
Color Harmonies of #B54F92
Complementary color
Monochromatic Colors of #B54F92
Black with #B54F92
Text Example
Text Example
White with #B54F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54F92; }
p { color: rgb(181,79,146); }
H1.HeaderClassName
{
color: #B54F92;
}
.AnyTagClassName
{
color: #B54F92;
}
</style>
background-color css
<style>
a { background-color: #B54F92; }
a { background-color: rgb(181,79,146); }
div.DivClassName
{
background-color: #B54F92;
}
.BgClassName
{
background-color: #B54F92;
}
</style>
border-color css
<style>
span { border-color: #B54F92; }
span { border-color: rgb(181,79,146); }
td.TdClassName
{
border-color: #B54F92;
}
.TagClassName
{
border-color: #B54F92;
}
</style>