Shades of Mulberry #B54B8F
Tints of Mulberry #B54B8F
RGB
CMYK
RGB Variations
Color information
#B54B8F (or 0xB54B8F) is known color: Mulberry. HEX triplet: B5, 4B and 8F. RGB value is (181,75,143). Sum of RGB (Red+Green+Blue) = 181+75+143=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B8F is #4AB470. Grayscale: #727272. Windows color (decimal): -4895857 or 9391029. OLE color: 9391029.
HSL color Cylindrical-coordinate representation of color #B54B8F: hue angle of 321.51º 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 #B54B8F is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 75 | 143 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.29 |
| HSL | 321.51º | 0.42% | 0.5% | - |
| HSV(B) | 321.51º | 0.59% | 0.71% | - |
| XYZ | 26.53 | 16.84 | 27.84 | - |
| YUV | 114.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 143 | 0 | 0.59 | 0.21 | 0.29 | 321.51 | 0.42 | 0.5 |
| Hex | B5 | 4B | 8F | 0 | 3B | 15 | 1D | 142 | 2A | 32 |
| Octal | 265 | 113 | 217 | 0 | 73 | 25 | 35 | 502 | 52 | 62 |
| Binary | 10110101 | 1001011 | 10001111 | 0 | 111011 | 10101 | 11101 | 101000010 | 101010 | 110010 |
Color Harmonies of #B54B8F
Complementary color
Monochromatic Colors of #B54B8F
Black with #B54B8F
Text Example
Text Example
White with #B54B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54B8F; }
p { color: rgb(181,75,143); }
H1.HeaderClassName
{
color: #B54B8F;
}
.AnyTagClassName
{
color: #B54B8F;
}
</style>
background-color css
<style>
a { background-color: #B54B8F; }
a { background-color: rgb(181,75,143); }
div.DivClassName
{
background-color: #B54B8F;
}
.BgClassName
{
background-color: #B54B8F;
}
</style>
border-color css
<style>
span { border-color: #B54B8F; }
span { border-color: rgb(181,75,143); }
td.TdClassName
{
border-color: #B54B8F;
}
.TagClassName
{
border-color: #B54B8F;
}
</style>