COLOR #B588D1

HEX: #B588D1 RGB: (181,136,209)

Color info

#B588D1 contains mainly red and blue colors. Web safe color of #B588D1 is #CC99CC (or #C9C).

RGB color model

#B588D1 color RGB value is (181,136,209).

RGB: (181,136,209) (71%, 53%, 82%)

RGB channels and saturation

R 181 of 255 = 71%
G 136 of 255 = 53%
B 209 of 255 = 82%

181
136
209

R + G + B ~ 69%. #B588D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 136 + 209 = 526 (100%)
R 181 of 526 ~ 34.41%
G 136 of 526 ~ 25.86%
B 209 of 526 ~ 39.73'%

%34.41
%25.86
%39.73

CMYK color model

#B588D1 color CMYK value is (13,35,0,18).

  • cyan value is 13.40%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (13,35,0,18)
C13M35Y0K18 (13%, 35%, 0%, 18%)
(0.13 / 0.35 / 0.00 / 0.18)

CMYK percentages

%13.4
%34.93
%0
%18.04

Codes

Color #B588D1 in popluar color models

B5 88 D1
RGB 181 136 209
HSL 277° 44.24% 67.65%
HSB/HSV 277° 34.93% 81.96%
CMYK 13.40% 34.93% 0.00%
18.04%

Color #B588D1 in popluar number systems.

HEX B5 88 D1
Decimal 181 136 209
Binary 10110101 10001000 11010001
Octal 265 210 321

Shades and tints

Shades of #B588D1

#B588D1
(181,136,209)
#A57CBE
(165,124,190)
#9570AB
(149,112,171)
#856498
(133,100,152)
#755885
(117,88,133)
#654C72
(101,76,114)
#55405F
(85,64,95)
#45344C
(69,52,76)
#352839
(53,40,57)
#251C26
(37,28,38)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #B588D1

#B588D1
(181,136,209)
#BB92D5
(187,146,213)
#C19CD9
(193,156,217)
#C7A6DD
(199,166,221)
#CDB0E1
(205,176,225)
#D3BAE5
(211,186,229)
#D9C4E9
(217,196,233)
#DFCEED
(223,206,237)
#E5D8F1
(229,216,241)
#EBE2F5
(235,226,245)
#F1ECF9
(241,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B588D1; }

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

This text font color is #B588D1.

Background Color

.myBgColor { background-color: #B588D1; }

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

This div background color is #B588D1.

Border color

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

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

This div border color is #B588D1.

Opacity

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

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

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

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

This text has shadow with #B588D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B588D1.

Preview

Color preview on black background

This text has color #B588D1 on black background.


Color preview on white background

This text has color #B588D1 on white background.


Black color preview on #B588D1 background

This text has black color on #B588D1 background.


White color preview on #B588D1 background

This text has white color on #B588D1 background.


Related colors

Complementary color

Complementary color for #hex is #4A772E.


I love getcolorcode.com

Triadic colors

1 #D1B588 and #88D1B5 with #B588D1 are triadic colors.

2 #D188B5 and #88B5D1 with #B588D1 are triadic colors.