#B55A8B

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

Shades of Mulberry #B55A8B

Tints of Mulberry #B55A8B

Color information

#B55A8B (or 0xB55A8B) is unknown color: approx Mulberry. HEX triplet: B5, 5A and 8B. RGB value is (181,90,139). Sum of RGB (Red+Green+Blue) = 181+90+139=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A8B is #4AA574. Grayscale: #7A7A7A. Windows color (decimal): -4892021 or 9132725. OLE color: 9132725.

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

Color convert

RGB18190139-
CMYK00.500.230.29
HSL327.69º38.08%53.14%-
HSV(B)327.69º50.28%70.98%-
XYZ27.371926.65-
YUV122.8137.15169.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 90 (35.55% from 255) = 21.95%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=44.15%
G=21.95%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819013900.500.230.29327.6938.0853.14
HexB55A8B032171D1482635
Octal26513221306227355104665
Binary1011010110110101000101101100101011111101101001000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A8B; }

 p { color: rgb(181,90,139); }

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

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

 a { background-color: rgb(181,90,139); }

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

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

 span { border-color: rgb(181,90,139); }

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