COLOR #B387C7

HEX: #B387C7
RGB: (179,135,199)

Color info

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

RGB color model

#B387C7 color RGB value is (179,135,199).

  • red value is 179;
  • green value is 135;
  • blue value is 199.
RGB:
(179,135,199)
(70%,53%,78%)

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 199 of 255 = 78%

179
135
199

R + G + B ~ 67%. #B387C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 135 + 199 = 513 (100%)
R 179 of 513 ~ 34.89%
G 135 of 513 ~ 26.32%
B 199 of 513 ~ 38.79%

%34.89
%26.32
%38.79

CMYK color model

#B387C7 color CMYK value is (10,32,0,22).

  • cyan value is 10.05%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(10,32,0,22)
C10M32Y0K22 
(10%,32%,0%,22%)
(0.10/0.32/0.00/0.22)	

CMYK percentages

%10.05
%32.16
%0
%21.96

Codes

Color #B387C7 in popluar color models

B387C7
RGB179135199
HSL281°36.36%65.49%
HSB/HSV281°32.16%78.04%
CMYK10.05%32.16%0.00%
21.96%

Color #B387C7 in popluar number systems.

HEXB387C7
Decimal179135199
Binary101100111000011111000111
Octal263207307

Shades and tints

Shades of #B387C7

#B387C7
(179,135,199)
#A37BB5
(163,123,181)
#936FA3
(147,111,163)
#836391
(131,99,145)
#73577F
(115,87,127)
#634B6D
(99,75,109)
#533F5B
(83,63,91)
#433349
(67,51,73)
#332737
(51,39,55)
#231B25
(35,27,37)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #B387C7

#B387C7
(179,135,199)
#B991CC
(185,145,204)
#BF9BD1
(191,155,209)
#C5A5D6
(197,165,214)
#CBAFDB
(203,175,219)
#D1B9E0
(209,185,224)
#D7C3E5
(215,195,229)
#DDCDEA
(221,205,234)
#E3D7EF
(227,215,239)
#E9E1F4
(233,225,244)
#EFEBF9
(239,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B387C7 color. Also use rgb(179,135,199) instead hex code.

Text Font Color

.myTextColor { color: #B387C7; }

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

This text font color is #B387C7.


Background Color

.myBgColor { background-color: #B387C7; }

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

This div background color is #B387C7.


Border color

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

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

This div border color is #B387C7.


Opacity

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

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

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

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

This text has shadow with #B387C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B387C7 on black background.


Color preview on white background

This text has color #B387C7 on white background.



Black color preview on #B387C7 background

This text has black color on #B387C7 background.


White color preview on #B387C7 background

This text has white color on #B387C7 background.