#B55990

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

Shades of Mulberry #B55990

Tints of Mulberry #B55990

Color information

#B55990 (or 0xB55990) is unknown color: approx Mulberry. HEX triplet: B5, 59 and 90. RGB value is (181,89,144). Sum of RGB (Red+Green+Blue) = 181+89+144=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55990 is #4AA66F. Grayscale: #7A7A7A. Windows color (decimal): -4892272 or 9460149. OLE color: 9460149.

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

Color convert

RGB18189144-
CMYK00.510.200.29
HSL324.13º38.33%52.94%-
HSV(B)324.13º50.83%70.98%-
XYZ27.6618.9828.59-
YUV122.78139.98169.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=43.72%
G=21.50%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818914400.510.200.29324.1338.3352.94
HexB55990033141D1442635
Octal26513122006324355044665
Binary1011010110110011001000001100111010011101101000100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55990; }

 p { color: rgb(181,89,144); }

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

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

 a { background-color: rgb(181,89,144); }

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

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

 span { border-color: rgb(181,89,144); }

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