COLOR #B588B4

HEX: #B588B4
RGB: (181,136,180)

Color info

#B588B4 contains red, green and blue colors in about the same proportion. Web safe color of #B588B4 is #CC99CC (or #C9C).

RGB color model

#B588B4 color RGB value is (181,136,180).

  • red value is 181;
  • green value is 136;
  • blue value is 180.
RGB:
(181,136,180)
(71%,53%,71%)

RGB channels and saturation

R 181 of 255 = 71%
G 136 of 255 = 53%
B 180 of 255 = 71%

181
136
180

R + G + B ~ 65%. #B588B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 136 + 180 = 497 (100%)
R 181 of 497 ~ 36.42%
G 136 of 497 ~ 27.36%
B 180 of 497 ~ 36.22%

%36.42
%27.36
%36.22

CMYK color model

#B588B4 color CMYK value is (0,25,1,29).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 0.55%
  • key color value is 29.02%
CMYK:
(0,25,1,29)
C0M25Y1K29 
(0%,25%,1%,29%)
(0.00/0.25/0.01/0.29)	

CMYK percentages

%0
%24.86
%0.55
%29.02

Codes

Color #B588B4 in popluar color models

B588B4
RGB181136180
HSL301°23.32%62.16%
HSB/HSV301°24.86%70.98%
CMYK0.00%24.86%0.55%
29.02%

Color #B588B4 in popluar number systems.

HEXB588B4
Decimal181136180
Binary101101011000100010110100
Octal265210264

Shades and tints

Shades of #B588B4

#B588B4
(181,136,180)
#A57CA4
(165,124,164)
#957094
(149,112,148)
#856484
(133,100,132)
#755874
(117,88,116)
#654C64
(101,76,100)
#554054
(85,64,84)
#453444
(69,52,68)
#352834
(53,40,52)
#251C24
(37,28,36)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #B588B4

#B588B4
(181,136,180)
#BB92BA
(187,146,186)
#C19CC0
(193,156,192)
#C7A6C6
(199,166,198)
#CDB0CC
(205,176,204)
#D3BAD2
(211,186,210)
#D9C4D8
(217,196,216)
#DFCEDE
(223,206,222)
#E5D8E4
(229,216,228)
#EBE2EA
(235,226,234)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B588B4 color. Also use rgb(181,136,180) instead hex code.

Text Font Color

.myTextColor { color: #B588B4; }

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

This text font color is #B588B4.


Background Color

.myBgColor { background-color: #B588B4; }

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

This div background color is #B588B4.


Border color

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

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

This div border color is #B588B4.


Opacity

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

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

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

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

This text has shadow with #B588B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B588B4 on black background.


Color preview on white background

This text has color #B588B4 on white background.



Black color preview on #B588B4 background

This text has black color on #B588B4 background.


White color preview on #B588B4 background

This text has white color on #B588B4 background.