#b55b96

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

Shades of Mulberry #B55B96

Tints of Mulberry #B55B96

Color information

#B55B96 (or 0xB55B96) is unknown color: approx Mulberry. HEX triplet: B5, 5B and 96. RGB value is (181,91,150). Sum of RGB (Red+Green+Blue) = 181+91+150=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55B96 is #4AA469. Grayscale: #7C7C7C. Windows color (decimal): -4891754 or 9853877. OLE color: 9853877.

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

Color convert

RGB18191150-
CMYK00.500.170.29
HSL320.67º37.82%53.33%-
HSV(B)320.67º49.72%70.98%-
XYZ28.319.5131.13-
YUV124.64142.32168.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 91 (35.94% from 255) = 21.56%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=42.89%
G=21.56%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819115000.500.170.29320.6737.8253.33
HexB55B96032111D1412635
Octal26513322606221355014665
Binary1011010110110111001011001100101000111101101000001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55b96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55b96; }

 p { color: rgb(181,91,150); }

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

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

 a { background-color: rgb(181,91,150); }

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

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

 span { border-color: rgb(181,91,150); }

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