#B4558B

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

Shades of Mulberry #B4558B

Tints of Mulberry #B4558B

Color information

#B4558B (or 0xB4558B) is unknown color: approx Mulberry. HEX triplet: B4, 55 and 8B. RGB value is (180,85,139). Sum of RGB (Red+Green+Blue) = 180+85+139=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4558B is #4BAA74. Grayscale: #777777. Windows color (decimal): -4958837 or 9131444. OLE color: 9131444.

HSL color Cylindrical-coordinate representation of color #B4558B: hue angle of 325.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4558B is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18085139-
CMYK00.530.230.29
HSL325.89º38.78%51.96%-
HSV(B)325.89º52.78%70.59%-
XYZ26.7318.0626.5-
YUV119.56138.97171.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 139 (54.69% from 255) = 34.41%
R=44.55%
G=21.04%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808513900.530.230.29325.8938.7851.96
HexB4558B035171D1462734
Octal26412521306527355064764
Binary1011010010101011000101101101011011111101101000110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4558B; }

 p { color: rgb(180,85,139); }

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

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

 a { background-color: rgb(180,85,139); }

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

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

 span { border-color: rgb(180,85,139); }

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