Shades of Mulberry #B54F9C
Tints of Mulberry #B54F9C
RGB
CMYK
RGB Variations
Color information
#B54F9C (or 0xB54F9C) is known color: Mulberry. HEX triplet: B5, 4F and 9C. RGB value is (181,79,156). Sum of RGB (Red+Green+Blue) = 181+79+156=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54F9C is #4AB063. Grayscale: #767676. Windows color (decimal): -4894820 or 10244021. OLE color: 10244021.
HSL color Cylindrical-coordinate representation of color #B54F9C: hue angle of 314.71º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B54F9C is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 79 | 156 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.29 |
| HSL | 314.71º | 0.41% | 0.51% | - |
| HSV(B) | 314.71º | 0.56% | 0.71% | - |
| XYZ | 27.85 | 17.82 | 33.42 | - |
| YUV | 118.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 156 | 0 | 0.56 | 0.14 | 0.29 | 314.71 | 0.41 | 0.51 |
| Hex | B5 | 4F | 9C | 0 | 38 | E | 1D | 13B | 29 | 33 |
| Octal | 265 | 117 | 234 | 0 | 70 | 16 | 35 | 473 | 51 | 63 |
| Binary | 10110101 | 1001111 | 10011100 | 0 | 111000 | 1110 | 11101 | 100111011 | 101001 | 110011 |
Color Harmonies of #B54F9C
Complementary color
Monochromatic Colors of #B54F9C
Black with #B54F9C
Text Example
Text Example
White with #B54F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54F9C; }
p { color: rgb(181,79,156); }
H1.HeaderClassName
{
color: #B54F9C;
}
.AnyTagClassName
{
color: #B54F9C;
}
</style>
background-color css
<style>
a { background-color: #B54F9C; }
a { background-color: rgb(181,79,156); }
div.DivClassName
{
background-color: #B54F9C;
}
.BgClassName
{
background-color: #B54F9C;
}
</style>
border-color css
<style>
span { border-color: #B54F9C; }
span { border-color: rgb(181,79,156); }
td.TdClassName
{
border-color: #B54F9C;
}
.TagClassName
{
border-color: #B54F9C;
}
</style>