#B5589B

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

Shades of Mulberry #B5589B

Tints of Mulberry #B5589B

Color information

#B5589B (or 0xB5589B) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 9B. RGB value is (181,88,155). Sum of RGB (Red+Green+Blue) = 181+88+155=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5589B is #4AA764. Grayscale: #7B7B7B. Windows color (decimal): -4892517 or 10180789. OLE color: 10180789.

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

Color convert

RGB18188155-
CMYK00.510.140.29
HSL316.77º38.59%52.75%-
HSV(B)316.77º51.38%70.98%-
XYZ28.4619.1733.21-
YUV123.44145.81169.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=42.69%
G=20.75%
B=36.56%

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
Decimal1818815500.510.140.29316.7738.5952.75
HexB5589B033E1D13d2735
Octal26513023306316354754765
Binary101101011011000100110110110011111011101100111101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5589B; }

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

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

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

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

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

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

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

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