Shades of Mulberry #B54C9C
Tints of Mulberry #B54C9C
RGB
CMYK
RGB Variations
Color information
#B54C9C (or 0xB54C9C) is known color: Mulberry. HEX triplet: B5, 4C and 9C. RGB value is (181,76,156). Sum of RGB (Red+Green+Blue) = 181+76+156=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C9C is #4AB363. Grayscale: #747474. Windows color (decimal): -4895588 or 10243253. OLE color: 10243253.
HSL color Cylindrical-coordinate representation of color #B54C9C: hue angle of 314.29º 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 #B54C9C is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 156 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.29 |
| HSL | 314.29º | 0.42% | 0.5% | - |
| HSV(B) | 314.29º | 0.58% | 0.71% | - |
| XYZ | 27.64 | 17.39 | 33.35 | - |
| YUV | 116.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 156 | 0 | 0.58 | 0.14 | 0.29 | 314.29 | 0.42 | 0.5 |
| Hex | B5 | 4C | 9C | 0 | 3A | E | 1D | 13A | 2A | 32 |
| Octal | 265 | 114 | 234 | 0 | 72 | 16 | 35 | 472 | 52 | 62 |
| Binary | 10110101 | 1001100 | 10011100 | 0 | 111010 | 1110 | 11101 | 100111010 | 101010 | 110010 |
Color Harmonies of #B54C9C
Complementary color
Monochromatic Colors of #B54C9C
Black with #B54C9C
Text Example
Text Example
White with #B54C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C9C; }
p { color: rgb(181,76,156); }
H1.HeaderClassName
{
color: #B54C9C;
}
.AnyTagClassName
{
color: #B54C9C;
}
</style>
background-color css
<style>
a { background-color: #B54C9C; }
a { background-color: rgb(181,76,156); }
div.DivClassName
{
background-color: #B54C9C;
}
.BgClassName
{
background-color: #B54C9C;
}
</style>
border-color css
<style>
span { border-color: #B54C9C; }
span { border-color: rgb(181,76,156); }
td.TdClassName
{
border-color: #B54C9C;
}
.TagClassName
{
border-color: #B54C9C;
}
</style>