#B55895

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

Shades of Mulberry #B55895

Tints of Mulberry #B55895

Color information

#B55895 (or 0xB55895) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 95. RGB value is (181,88,149). Sum of RGB (Red+Green+Blue) = 181+88+149=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B55895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55895 is #4AA76A. Grayscale: #7A7A7A. Windows color (decimal): -4892523 or 9787573. OLE color: 9787573.

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

Color convert

RGB18188149-
CMYK00.510.180.29
HSL320.65º38.59%52.75%-
HSV(B)320.65º51.38%70.98%-
XYZ27.9718.9730.62-
YUV122.76142.81169.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=43.30%
G=21.05%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818814900.510.180.29320.6538.5952.75
HexB55895033121D1412735
Octal26513022506322355014765
Binary1011010110110001001010101100111001011101101000001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55895; }

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

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

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

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

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

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

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

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