#B55A91

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

Shades of Mulberry #B55A91

Tints of Mulberry #B55A91

Color information

#B55A91 (or 0xB55A91) is unknown color: approx Mulberry. HEX triplet: B5, 5A and 91. RGB value is (181,90,145). Sum of RGB (Red+Green+Blue) = 181+90+145=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A91 is #4AA56E. Grayscale: #7B7B7B. Windows color (decimal): -4892015 or 9525941. OLE color: 9525941.

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

Color convert

RGB18190145-
CMYK00.500.200.29
HSL323.74º38.08%53.14%-
HSV(B)323.74º50.28%70.98%-
XYZ27.8219.1829.02-
YUV123.48140.15169.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 145 (57.03% from 255) = 34.86%
R=43.51%
G=21.63%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819014500.500.200.29323.7438.0853.14
HexB55A91032141D1442635
Octal26513222106224355044665
Binary1011010110110101001000101100101010011101101000100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A91; }

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

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

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

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

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

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

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

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