#B55D8D

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

Shades of Mulberry #B55D8D

Tints of Mulberry #B55D8D

Color information

#B55D8D (or 0xB55D8D) is unknown color: approx Mulberry. HEX triplet: B5, 5D and 8D. RGB value is (181,93,141). Sum of RGB (Red+Green+Blue) = 181+93+141=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D8D is #4AA272. Grayscale: #7C7C7C. Windows color (decimal): -4891251 or 9264565. OLE color: 9264565.

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

Color convert

RGB18193141-
CMYK00.490.220.29
HSL327.27º37.29%53.73%-
HSV(B)327.27º48.62%70.98%-
XYZ27.7819.5827.51-
YUV124.78137.15168.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=43.61%
G=22.41%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819314100.490.220.29327.2737.2953.73
HexB55D8D031161D1472536
Octal26513521506126355074566
Binary1011010110111011000110101100011011011101101000111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D8D; }

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

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

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

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

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

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

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

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