COLOR #B5588A

HEX: #B5588A RGB: (181,88,138)

Color info

#B5588A contains mainly red and blue colors. Web safe color of #B5588A is #CC6699 (or #C69).

RGB color model

#B5588A color RGB value is (181,88,138).

RGB: (181,88,138) (71%, 35%, 54%)

RGB channels and saturation

R 181 of 255 = 71%
G 88 of 255 = 35%
B 138 of 255 = 54%

181
88
138

R + G + B ~ 53%. #B5588A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 181 + 88 + 138 = 407 (100%)
R 181 of 407 ~ 44.47%
G 88 of 407 ~ 21.62%
B 138 of 407 ~ 33.91'%

%44.47
%21.62
%33.91

CMYK color model

#B5588A color CMYK value is (0,51,24,29).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 23.76%
  • key color value is 29.02%
CMYK: (0,51,24,29) C0M51Y24K29 (0%,51%,24%,29%) (0.00/0.51/0.24/0.29) 

CMYK percentages

%0
%51.38
%23.76
%29.02

Codes

Color #B5588A in popluar color models

B5 58 8A
RGB 181 88 138
HSL 328° 38.59% 52.75%
HSB/HSV 328° 51.38% 70.98%
CMYK 0.00% 51.38% 23.76%
29.02%

Color #B5588A in popluar number systems.

HEX B5 58 8A
Decimal 181 88 138
Binary 10110101 1011000 10001010
Octal 265 130 212

Shades and tints

Shades of #B5588A

#B5588A
(181,88,138)
#A5507E
(165,80,126)
#954872
(149,72,114)
#854066
(133,64,102)
#75385A
(117,56,90)
#65304E
(101,48,78)
#552842
(85,40,66)
#452036
(69,32,54)
#35182A
(53,24,42)
#25101E
(37,16,30)
#150812
(21,8,18)
#000000
(0,0,0)

Tints of #B5588A

#B5588A
(181,88,138)
#BB6794
(187,103,148)
#C1769E
(193,118,158)
#C785A8
(199,133,168)
#CD94B2
(205,148,178)
#D3A3BC
(211,163,188)
#D9B2C6
(217,178,198)
#DFC1D0
(223,193,208)
#E5D0DA
(229,208,218)
#EBDFE4
(235,223,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5588A color. Also use rgb(181,88,138) instead hex code.

Text Font Color

.myTextColor { color: #B5588A; }

<p style="color:#B5588A">This sample text font color is #B5588A.</p>

This text font color is #B5588A.

Background Color

.myBgColor { background-color: #B5588A; }

<div style="background-color:#B5588A">Inner text</div>

This div background color is #B5588A.

Border color

.myBorderColor { border: 1px solid #B5588A; }

<div style="border:3px solid #B5588A">Div</div>

This div border color is #B5588A.

Opacity

.myOpacity80 { color: #B5588A; opacity: 0.8; }

<p style="color:#B5588A;opacity:0.8;">80%</p>

Text with #B5588A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5588A;}

<p style="text-shadow: 3px 3px 1px #B5588A">Text here.</p>

This text has shadow with #B5588A color.


.textShadow {text-shadow: 3px 3px 1px #B5588A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5588A, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5588A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5588A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5588A, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5588A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5588A;
-webkit-box-shadow: 1px 1px 3px 2px #B5588A;
box-shadow: 1px 1px 3px 2px #B5588A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5588A; -webkit-box-shadow: 1px 1px 3px 2px #B5588A; box-shadow:1px 1px 3px 2px #B5588A;">
Div content here
</div>

This div box has shadow with color #B5588A.

Preview

Color preview on black background

This text has color #B5588A on black background.


Color preview on white background

This text has color #B5588A on white background.


Black color preview on #B5588A background

This text has black color on #B5588A background.


White color preview on #B5588A background

This text has white color on #B5588A background.


Related colors

Complementary color

Complementary color for #hex is #4AA775.


I love getcolorcode.com

Triadic colors

1 #8AB558 and #588AB5 with #B5588A are triadic colors.

2 #8A58B5 and #58B58A with #B5588A are triadic colors.