#B5588B

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

Shades of Mulberry #B5588B

Tints of Mulberry #B5588B

Color information

#B5588B (or 0xB5588B) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 8B. RGB value is (181,88,139). Sum of RGB (Red+Green+Blue) = 181+88+139=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5588B is #4AA774. Grayscale: #797979. Windows color (decimal): -4892533 or 9132213. OLE color: 9132213.

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

Color convert

RGB18188139-
CMYK00.510.230.29
HSL327.1º38.59%52.75%-
HSV(B)327.1º51.38%70.98%-
XYZ27.2118.6726.6-
YUV121.62137.81170.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=44.36%
G=21.57%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818813900.510.230.29327.138.5952.75
HexB5588B033171D1472735
Octal26513021306327355074765
Binary1011010110110001000101101100111011111101101000111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5588B; }

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

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

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

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

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

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

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

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