#B5588D

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

Shades of Mulberry #B5588D

Tints of Mulberry #B5588D

Color information

#B5588D (or 0xB5588D) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 8D. RGB value is (181,88,141). Sum of RGB (Red+Green+Blue) = 181+88+141=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5588D is #4AA772. Grayscale: #797979. Windows color (decimal): -4892531 or 9263285. OLE color: 9263285.

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

Color convert

RGB18188141-
CMYK00.510.220.29
HSL325.81º38.59%52.75%-
HSV(B)325.81º51.38%70.98%-
XYZ27.3518.7327.37-
YUV121.85138.81170.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 88 (34.77% from 255) = 21.46%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=44.15%
G=21.46%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818814100.510.220.29325.8138.5952.75
HexB5588D033161D1462735
Octal26513021506326355064765
Binary1011010110110001000110101100111011011101101000110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5588D; }

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

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

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

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

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

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

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

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