#B55A8C

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

Shades of Mulberry #B55A8C

Tints of Mulberry #B55A8C

Color information

#B55A8C (or 0xB55A8C) is unknown color: approx Mulberry. HEX triplet: B5, 5A and 8C. RGB value is (181,90,140). Sum of RGB (Red+Green+Blue) = 181+90+140=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A8C is #4AA573. Grayscale: #7A7A7A. Windows color (decimal): -4892020 or 9198261. OLE color: 9198261.

HSL color Cylindrical-coordinate representation of color #B55A8C: hue angle of 327.03º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55A8C is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18190140-
CMYK00.500.230.29
HSL327.03º38.08%53.14%-
HSV(B)327.03º50.28%70.98%-
XYZ27.4519.0327.04-
YUV122.91137.65169.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 90 (35.55% from 255) = 21.90%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=44.04%
G=21.90%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819014000.500.230.29327.0338.0853.14
HexB55A8C032171D1472635
Octal26513221406227355074665
Binary1011010110110101000110001100101011111101101000111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A8C; }

 p { color: rgb(181,90,140); }

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

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

 a { background-color: rgb(181,90,140); }

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

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

 span { border-color: rgb(181,90,140); }

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