#B5548D

Color #B5548D Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B5548D

Tints of Mulberry #B5548D

Color information

#B5548D (or 0xB5548D) is unknown color: approx Mulberry. HEX triplet: B5, 54 and 8D. RGB value is (181,84,141). Sum of RGB (Red+Green+Blue) = 181+84+141=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5548D is #4AAB72. Grayscale: #777777. Windows color (decimal): -4893555 or 9262261. OLE color: 9262261.

HSL color Cylindrical-coordinate representation of color #B5548D: hue angle of 324.74º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5548D is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18184141-
CMYK00.540.220.29
HSL324.74º39.59%51.96%-
HSV(B)324.74º53.59%70.98%-
XYZ27.0318.0927.27-
YUV119.5140.14171.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=44.58%
G=20.69%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818414100.540.220.29324.7439.5951.96
HexB5548D036161D1452834
Octal26512421506626355055064
Binary1011010110101001000110101101101011011101101000101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5548D; }

 p { color: rgb(181,84,141); }

 H1.HeaderClassName
 {
   color: #B5548D;
 }
 .AnyTagClassName
 {
   color: #B5548D;
 }
</style>
background-color css

<style>
 a { background-color: #B5548D; }

 a { background-color: rgb(181,84,141); }

 div.DivClassName
 {
   background-color: #B5548D;
 }
 .BgClassName
 {
   background-color: #B5548D;
 }
</style>
border-color css

<style>
 span { border-color: #B5548D; }

 span { border-color: rgb(181,84,141); }

 td.TdClassName
 {
   border-color: #B5548D;
 }
 .TagClassName
 {
   border-color: #B5548D;
 }
</style>