#B55885

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

Shades of Mulberry #B55885

Tints of Mulberry #B55885

Color information

#B55885 (or 0xB55885) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 85. RGB value is (181,88,133). Sum of RGB (Red+Green+Blue) = 181+88+133=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B55885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55885 is #4AA77A. Grayscale: #787878. Windows color (decimal): -4892539 or 8738997. OLE color: 8738997.

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

Color convert

RGB18188133-
CMYK00.510.270.29
HSL330.97º38.59%52.75%-
HSV(B)330.97º51.38%70.98%-
XYZ26.7818.524.35-
YUV120.94134.81170.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=45.02%
G=21.89%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818813300.510.270.29330.9738.5952.75
HexB558850331B1D14b2735
Octal26513020506333355134765
Binary1011010110110001000010101100111101111101101001011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55885; }

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

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

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

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

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

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

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

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