COLOR #B588D4

HEX: #B588D4
RGB: (181,136,212)

Color info

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

RGB color model

#B588D4 color RGB value is (181,136,212).

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

RGB channels and saturation

R 181 of 255 = 71%
G 136 of 255 = 53%
B 212 of 255 = 83%

181
136
212

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

Portions of RGB colors in percentages

R + G + B =
181 + 136 + 212 = 529 (100%)
R 181 of 529 ~ 34.22%
G 136 of 529 ~ 25.71%
B 212 of 529 ~ 40.08%

%34.22
%25.71
%40.08

CMYK color model

#B588D4 color CMYK value is (15,36,0,17).

  • cyan value is 14.62%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(15,36,0,17)
C15M36Y0K17 
(15%,36%,0%,17%)
(0.15/0.36/0.00/0.17)	

CMYK percentages

%14.62
%35.85
%0
%16.86

Codes

Color #B588D4 in popluar color models

B588D4
RGB181136212
HSL276°46.91%68.24%
HSB/HSV276°35.85%83.14%
CMYK14.62%35.85%0.00%
16.86%

Color #B588D4 in popluar number systems.

HEXB588D4
Decimal181136212
Binary101101011000100011010100
Octal265210324

Shades and tints

Shades of #B588D4

#B588D4
(181,136,212)
#A57CC1
(165,124,193)
#9570AE
(149,112,174)
#85649B
(133,100,155)
#755888
(117,88,136)
#654C75
(101,76,117)
#554062
(85,64,98)
#45344F
(69,52,79)
#35283C
(53,40,60)
#251C29
(37,28,41)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #B588D4

#B588D4
(181,136,212)
#BB92D7
(187,146,215)
#C19CDA
(193,156,218)
#C7A6DD
(199,166,221)
#CDB0E0
(205,176,224)
#D3BAE3
(211,186,227)
#D9C4E6
(217,196,230)
#DFCEE9
(223,206,233)
#E5D8EC
(229,216,236)
#EBE2EF
(235,226,239)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B588D4; }

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

This text font color is #B588D4.


Background Color

.myBgColor { background-color: #B588D4; }

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

This div background color is #B588D4.


Border color

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

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

This div border color is #B588D4.


Opacity

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

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

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

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

This text has shadow with #B588D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B588D4 on black background.


Color preview on white background

This text has color #B588D4 on white background.



Black color preview on #B588D4 background

This text has black color on #B588D4 background.


White color preview on #B588D4 background

This text has white color on #B588D4 background.