COLOR #B388DC

HEX: #B388DC
RGB: (179,136,220)

Color info

#B388DC contains mainly red and blue colors. Web safe color of #B388DC is #9999CC (or #99C).

RGB color model

#B388DC color RGB value is (179,136,220).

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

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 220 of 255 = 86%

179
136
220

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

Portions of RGB colors in percentages

R + G + B =
179 + 136 + 220 = 535 (100%)
R 179 of 535 ~ 33.46%
G 136 of 535 ~ 25.42%
B 220 of 535 ~ 41.12%

%33.46
%25.42
%41.12

CMYK color model

#B388DC color CMYK value is (19,38,0,14).

  • cyan value is 18.64%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(19,38,0,14)
C19M38Y0K14 
(19%,38%,0%,14%)
(0.19/0.38/0.00/0.14)	

CMYK percentages

%18.64
%38.18
%0
%13.73

Codes

Color #B388DC in popluar color models

B388DC
RGB179136220
HSL271°54.55%69.80%
HSB/HSV271°38.18%86.27%
CMYK18.64%38.18%0.00%
13.73%

Color #B388DC in popluar number systems.

HEXB388DC
Decimal179136220
Binary101100111000100011011100
Octal263210334

Shades and tints

Shades of #B388DC

#B388DC
(179,136,220)
#A37CC8
(163,124,200)
#9370B4
(147,112,180)
#8364A0
(131,100,160)
#73588C
(115,88,140)
#634C78
(99,76,120)
#534064
(83,64,100)
#433450
(67,52,80)
#33283C
(51,40,60)
#231C28
(35,28,40)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #B388DC

#B388DC
(179,136,220)
#B992DF
(185,146,223)
#BF9CE2
(191,156,226)
#C5A6E5
(197,166,229)
#CBB0E8
(203,176,232)
#D1BAEB
(209,186,235)
#D7C4EE
(215,196,238)
#DDCEF1
(221,206,241)
#E3D8F4
(227,216,244)
#E9E2F7
(233,226,247)
#EFECFA
(239,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B388DC; }

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

This text font color is #B388DC.


Background Color

.myBgColor { background-color: #B388DC; }

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

This div background color is #B388DC.


Border color

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

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

This div border color is #B388DC.


Opacity

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

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

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

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

This text has shadow with #B388DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B388DC on black background.


Color preview on white background

This text has color #B388DC on white background.



Black color preview on #B388DC background

This text has black color on #B388DC background.


White color preview on #B388DC background

This text has white color on #B388DC background.