COLOR #B5588D

HEX: #B5588D
RGB: (181,88,141)

Color info

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

RGB color model

#B5588D color RGB value is (181,88,141).

  • red value is 181;
  • green value is 88;
  • blue value is 141.
RGB:
(181,88,141)
(71%,35%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 88 of 255 = 35%
B 141 of 255 = 55%

181
88
141

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

Portions of RGB colors in percentages

R + G + B =
181 + 88 + 141 = 410 (100%)
R 181 of 410 ~ 44.15%
G 88 of 410 ~ 21.46%
B 141 of 410 ~ 34.39%

%44.15
%21.46
%34.39

CMYK color model

#B5588D color CMYK value is (0,51,22,29).

  • cyan value is 0.00%
  • magenta value is 51.38%
  • yellow value is 22.10%
  • key color value is 29.02%
CMYK:
(0,51,22,29)
C0M51Y22K29 
(0%,51%,22%,29%)
(0.00/0.51/0.22/0.29)	

CMYK percentages

%0
%51.38
%22.1
%29.02

Codes

Color #B5588D in popluar color models

B5588D
RGB18188141
HSL326°38.59%52.75%
HSB/HSV326°51.38%70.98%
CMYK0.00%51.38%22.10%
29.02%

Color #B5588D in popluar number systems.

HEXB5588D
Decimal18188141
Binary10110101101100010001101
Octal265130215

Shades and tints

Shades of #B5588D

#B5588D
(181,88,141)
#A55081
(165,80,129)
#954875
(149,72,117)
#854069
(133,64,105)
#75385D
(117,56,93)
#653051
(101,48,81)
#552845
(85,40,69)
#452039
(69,32,57)
#35182D
(53,24,45)
#251021
(37,16,33)
#150815
(21,8,21)
#000000
(0,0,0)

Tints of #B5588D

#B5588D
(181,88,141)
#BB6797
(187,103,151)
#C176A1
(193,118,161)
#C785AB
(199,133,171)
#CD94B5
(205,148,181)
#D3A3BF
(211,163,191)
#D9B2C9
(217,178,201)
#DFC1D3
(223,193,211)
#E5D0DD
(229,208,221)
#EBDFE7
(235,223,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5588D; }

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

This text font color is #B5588D.


Background Color

.myBgColor { background-color: #B5588D; }

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

This div background color is #B5588D.


Border color

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

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

This div border color is #B5588D.


Opacity

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

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

Text with #B5588D 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 #B5588D;}

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

This text has shadow with #B5588D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5588D on black background.


Color preview on white background

This text has color #B5588D on white background.



Black color preview on #B5588D background

This text has black color on #B5588D background.


White color preview on #B5588D background

This text has white color on #B5588D background.