Shades of Mulberry #B54A8A
Tints of Mulberry #B54A8A
RGB
CMYK
RGB Variations
Color information
#B54A8A (or 0xB54A8A) is known color: Mulberry. HEX triplet: B5, 4A and 8A. RGB value is (181,74,138). Sum of RGB (Red+Green+Blue) = 181+74+138=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54A8A is #4AB575. Grayscale: #717171. Windows color (decimal): -4896118 or 9063093. OLE color: 9063093.
HSL color Cylindrical-coordinate representation of color #B54A8A: hue angle of 324.11º 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 #B54A8A is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 138 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.29 |
| HSL | 324.11º | 0.42% | 0.5% | - |
| HSV(B) | 324.11º | 0.59% | 0.71% | - |
| XYZ | 26.09 | 16.56 | 25.87 | - |
| YUV | 113.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 138 | 0 | 0.59 | 0.24 | 0.29 | 324.11 | 0.42 | 0.5 |
| Hex | B5 | 4A | 8A | 0 | 3B | 18 | 1D | 144 | 2A | 32 |
| Octal | 265 | 112 | 212 | 0 | 73 | 30 | 35 | 504 | 52 | 62 |
| Binary | 10110101 | 1001010 | 10001010 | 0 | 111011 | 11000 | 11101 | 101000100 | 101010 | 110010 |
Color Harmonies of #B54A8A
Complementary color
Monochromatic Colors of #B54A8A
Black with #B54A8A
Text Example
Text Example
White with #B54A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A8A; }
p { color: rgb(181,74,138); }
H1.HeaderClassName
{
color: #B54A8A;
}
.AnyTagClassName
{
color: #B54A8A;
}
</style>
background-color css
<style>
a { background-color: #B54A8A; }
a { background-color: rgb(181,74,138); }
div.DivClassName
{
background-color: #B54A8A;
}
.BgClassName
{
background-color: #B54A8A;
}
</style>
border-color css
<style>
span { border-color: #B54A8A; }
span { border-color: rgb(181,74,138); }
td.TdClassName
{
border-color: #B54A8A;
}
.TagClassName
{
border-color: #B54A8A;
}
</style>