#B5589C

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

Shades of Mulberry #B5589C

Tints of Mulberry #B5589C

Color information

#B5589C (or 0xB5589C) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 9C. RGB value is (181,88,156). Sum of RGB (Red+Green+Blue) = 181+88+156=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5589C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5589C is #4AA763. Grayscale: #7B7B7B. Windows color (decimal): -4892516 or 10246325. OLE color: 10246325.

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

Color convert

RGB18188156-
CMYK00.510.140.29
HSL316.13º38.59%52.75%-
HSV(B)316.13º51.38%70.98%-
XYZ28.5519.233.65-
YUV123.56146.31168.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=42.59%
G=20.71%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818815600.510.140.29316.1338.5952.75
HexB5589C033E1D13c2735
Octal26513023406316354744765
Binary101101011011000100111000110011111011101100111100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5589C; }

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

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

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

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

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

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

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

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