#b55b9a

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

Shades of Mulberry #B55B9A

Tints of Mulberry #B55B9A

Color information

#B55B9A (or 0xB55B9A) is unknown color: approx Mulberry. HEX triplet: B5, 5B and 9A. RGB value is (181,91,154). Sum of RGB (Red+Green+Blue) = 181+91+154=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55B9A is #4AA465. Grayscale: #7C7C7C. Windows color (decimal): -4891750 or 10116021. OLE color: 10116021.

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

Color convert

RGB18191154-
CMYK00.500.150.29
HSL318º37.82%53.33%-
HSV(B)318º49.72%70.98%-
XYZ28.6319.6432.85-
YUV125.09144.32167.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 91 (35.94% from 255) = 21.36%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=42.49%
G=21.36%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819115400.500.150.2931837.8253.33
HexB55B9A032F1D13e2635
Octal26513323206217354764665
Binary101101011011011100110100110010111111101100111110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55b9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55b9a; }

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

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

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

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

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

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

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

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