Shades of Mulberry #B54B8C
Tints of Mulberry #B54B8C
RGB
CMYK
RGB Variations
Color information
#B54B8C (or 0xB54B8C) is known color: Mulberry. HEX triplet: B5, 4B and 8C. RGB value is (181,75,140). Sum of RGB (Red+Green+Blue) = 181+75+140=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B8C is #4AB473. Grayscale: #717171. Windows color (decimal): -4895860 or 9194421. OLE color: 9194421.
HSL color Cylindrical-coordinate representation of color #B54B8C: hue angle of 323.21º 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 #B54B8C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 75 | 140 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.29 |
| HSL | 323.21º | 0.42% | 0.5% | - |
| HSV(B) | 323.21º | 0.59% | 0.71% | - |
| XYZ | 26.31 | 16.75 | 26.66 | - |
| YUV | 114.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 140 | 0 | 0.59 | 0.23 | 0.29 | 323.21 | 0.42 | 0.5 |
| Hex | B5 | 4B | 8C | 0 | 3B | 17 | 1D | 143 | 2A | 32 |
| Octal | 265 | 113 | 214 | 0 | 73 | 27 | 35 | 503 | 52 | 62 |
| Binary | 10110101 | 1001011 | 10001100 | 0 | 111011 | 10111 | 11101 | 101000011 | 101010 | 110010 |
Color Harmonies of #B54B8C
Complementary color
Monochromatic Colors of #B54B8C
Black with #B54B8C
Text Example
Text Example
White with #B54B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54B8C; }
p { color: rgb(181,75,140); }
H1.HeaderClassName
{
color: #B54B8C;
}
.AnyTagClassName
{
color: #B54B8C;
}
</style>
background-color css
<style>
a { background-color: #B54B8C; }
a { background-color: rgb(181,75,140); }
div.DivClassName
{
background-color: #B54B8C;
}
.BgClassName
{
background-color: #B54B8C;
}
</style>
border-color css
<style>
span { border-color: #B54B8C; }
span { border-color: rgb(181,75,140); }
td.TdClassName
{
border-color: #B54B8C;
}
.TagClassName
{
border-color: #B54B8C;
}
</style>