COLOR #B588DC

HEX: #B588DC
RGB: (181,136,220)

Color info

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

RGB color model

#B588DC color RGB value is (181,136,220).

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

RGB channels and saturation

R 181 of 255 = 71%
G 136 of 255 = 53%
B 220 of 255 = 86%

181
136
220

R + G + B ~ 70%. #B588DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 136 + 220 = 537 (100%)
R 181 of 537 ~ 33.71%
G 136 of 537 ~ 25.33%
B 220 of 537 ~ 40.97%

%33.71
%25.33
%40.97

CMYK color model

#B588DC color CMYK value is (18,38,0,14).

  • cyan value is 17.73%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(18,38,0,14)
C18M38Y0K14 
(18%,38%,0%,14%)
(0.18/0.38/0.00/0.14)	

CMYK percentages

%17.73
%38.18
%0
%13.73

Codes

Color #B588DC in popluar color models

B588DC
RGB181136220
HSL272°54.55%69.80%
HSB/HSV272°38.18%86.27%
CMYK17.73%38.18%0.00%
13.73%

Color #B588DC in popluar number systems.

HEXB588DC
Decimal181136220
Binary101101011000100011011100
Octal265210334

Shades and tints

Shades of #B588DC

#B588DC
(181,136,220)
#A57CC8
(165,124,200)
#9570B4
(149,112,180)
#8564A0
(133,100,160)
#75588C
(117,88,140)
#654C78
(101,76,120)
#554064
(85,64,100)
#453450
(69,52,80)
#35283C
(53,40,60)
#251C28
(37,28,40)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #B588DC

#B588DC
(181,136,220)
#BB92DF
(187,146,223)
#C19CE2
(193,156,226)
#C7A6E5
(199,166,229)
#CDB0E8
(205,176,232)
#D3BAEB
(211,186,235)
#D9C4EE
(217,196,238)
#DFCEF1
(223,206,241)
#E5D8F4
(229,216,244)
#EBE2F7
(235,226,247)
#F1ECFA
(241,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B588DC; }

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

This text font color is #B588DC.


Background Color

.myBgColor { background-color: #B588DC; }

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

This div background color is #B588DC.


Border color

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

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

This div border color is #B588DC.


Opacity

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

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

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

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

This text has shadow with #B588DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B588DC on black background.


Color preview on white background

This text has color #B588DC on white background.



Black color preview on #B588DC background

This text has black color on #B588DC background.


White color preview on #B588DC background

This text has white color on #B588DC background.