Shades of Mulberry #B54C9D
Tints of Mulberry #B54C9D
RGB
CMYK
RGB Variations
Color information
#B54C9D (or 0xB54C9D) is known color: Mulberry. HEX triplet: B5, 4C and 9D. RGB value is (181,76,157). Sum of RGB (Red+Green+Blue) = 181+76+157=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C9D is #4AB362. Grayscale: #747474. Windows color (decimal): -4895587 or 10308789. OLE color: 10308789.
HSL color Cylindrical-coordinate representation of color #B54C9D: hue angle of 313.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B54C9D is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 157 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.29 |
| HSL | 313.71º | 0.42% | 0.5% | - |
| HSV(B) | 313.71º | 0.58% | 0.71% | - |
| XYZ | 27.73 | 17.43 | 33.8 | - |
| YUV | 116.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 157 | 0 | 0.58 | 0.13 | 0.29 | 313.71 | 0.42 | 0.5 |
| Hex | B5 | 4C | 9D | 0 | 3A | D | 1D | 13A | 2A | 32 |
| Octal | 265 | 114 | 235 | 0 | 72 | 15 | 35 | 472 | 52 | 62 |
| Binary | 10110101 | 1001100 | 10011101 | 0 | 111010 | 1101 | 11101 | 100111010 | 101010 | 110010 |
Color Harmonies of #B54C9D
Complementary color
Monochromatic Colors of #B54C9D
Black with #B54C9D
Text Example
Text Example
White with #B54C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C9D; }
p { color: rgb(181,76,157); }
H1.HeaderClassName
{
color: #B54C9D;
}
.AnyTagClassName
{
color: #B54C9D;
}
</style>
background-color css
<style>
a { background-color: #B54C9D; }
a { background-color: rgb(181,76,157); }
div.DivClassName
{
background-color: #B54C9D;
}
.BgClassName
{
background-color: #B54C9D;
}
</style>
border-color css
<style>
span { border-color: #B54C9D; }
span { border-color: rgb(181,76,157); }
td.TdClassName
{
border-color: #B54C9D;
}
.TagClassName
{
border-color: #B54C9D;
}
</style>