#B55891

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

Shades of Mulberry #B55891

Tints of Mulberry #B55891

Color information

#B55891 (or 0xB55891) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 91. RGB value is (181,88,145). Sum of RGB (Red+Green+Blue) = 181+88+145=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55891 is #4AA76E. Grayscale: #7A7A7A. Windows color (decimal): -4892527 or 9525429. OLE color: 9525429.

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

Color convert

RGB18188145-
CMYK00.510.200.29
HSL323.23º38.59%52.75%-
HSV(B)323.23º51.38%70.98%-
XYZ27.6618.8528.97-
YUV122.3140.81169.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=43.72%
G=21.26%
B=35.02%

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
Decimal1818814500.510.200.29323.2338.5952.75
HexB55891033141D1432735
Octal26513022106324355034765
Binary1011010110110001001000101100111010011101101000011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55891; }

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

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

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

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

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

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

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

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