#B5589A

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

Shades of Mulberry #B5589A

Tints of Mulberry #B5589A

Color information

#B5589A (or 0xB5589A) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 9A. RGB value is (181,88,154). Sum of RGB (Red+Green+Blue) = 181+88+154=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5589A is #4AA765. Grayscale: #7B7B7B. Windows color (decimal): -4892518 or 10115253. OLE color: 10115253.

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

Color convert

RGB18188154-
CMYK00.510.150.29
HSL317.42º38.59%52.75%-
HSV(B)317.42º51.38%70.98%-
XYZ28.3819.1432.77-
YUV123.33145.31169.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=42.79%
G=20.80%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818815400.510.150.29317.4238.5952.75
HexB5589A033F1D13d2735
Octal26513023206317354754765
Binary101101011011000100110100110011111111101100111101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5589A; }

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

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

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

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

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

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

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

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