Shades of Mulberry #B54A8B
Tints of Mulberry #B54A8B
RGB
CMYK
RGB Variations
Color information
#B54A8B (or 0xB54A8B) is known color: Mulberry. HEX triplet: B5, 4A and 8B. RGB value is (181,74,139). Sum of RGB (Red+Green+Blue) = 181+74+139=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54A8B is #4AB574. Grayscale: #717171. Windows color (decimal): -4896117 or 9128629. OLE color: 9128629.
HSL color Cylindrical-coordinate representation of color #B54A8B: hue angle of 323.55º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A8B is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 139 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.29 |
| HSL | 323.55º | 0.42% | 0.5% | - |
| HSV(B) | 323.55º | 0.59% | 0.71% | - |
| XYZ | 26.17 | 16.59 | 26.25 | - |
| YUV | 113.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 139 | 0 | 0.59 | 0.23 | 0.29 | 323.55 | 0.42 | 0.5 |
| Hex | B5 | 4A | 8B | 0 | 3B | 17 | 1D | 144 | 2A | 32 |
| Octal | 265 | 112 | 213 | 0 | 73 | 27 | 35 | 504 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10001011 | 0 | 111011 | 10111 | 11101 | 101000100 | 101010 | 110010 |
Color Harmonies of #B54A8B
Complementary color
Monochromatic Colors of #B54A8B
Black with #B54A8B
Text Example
Text Example
White with #B54A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A8B; }
p { color: rgb(181,74,139); }
H1.HeaderClassName
{
color: #B54A8B;
}
.AnyTagClassName
{
color: #B54A8B;
}
</style>
background-color css
<style>
a { background-color: #B54A8B; }
a { background-color: rgb(181,74,139); }
div.DivClassName
{
background-color: #B54A8B;
}
.BgClassName
{
background-color: #B54A8B;
}
</style>
border-color css
<style>
span { border-color: #B54A8B; }
span { border-color: rgb(181,74,139); }
td.TdClassName
{
border-color: #B54A8B;
}
.TagClassName
{
border-color: #B54A8B;
}
</style>