#B55A9B

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

Shades of Mulberry #B55A9B

Tints of Mulberry #B55A9B

Color information

#B55A9B (or 0xB55A9B) is unknown color: approx Mulberry. HEX triplet: B5, 5A and 9B. RGB value is (181,90,155). Sum of RGB (Red+Green+Blue) = 181+90+155=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A9B is #4AA564. Grayscale: #7C7C7C. Windows color (decimal): -4892005 or 10181301. OLE color: 10181301.

HSL color Cylindrical-coordinate representation of color #B55A9B: hue angle of 317.14º 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 #B55A9B is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18190155-
CMYK00.500.140.29
HSL317.14º38.08%53.14%-
HSV(B)317.14º50.28%70.98%-
XYZ28.6319.533.27-
YUV124.62145.15168.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=42.49%
G=21.13%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819015500.500.140.29317.1438.0853.14
HexB55A9B032E1D13d2635
Octal26513223306216354754665
Binary101101011011010100110110110010111011101100111101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A9B; }

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

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

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

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

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

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

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

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