COLOR #B387CA

HEX: #B387CA RGB: (179,135,202)

Color info

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

RGB color model

#B387CA color RGB value is (179,135,202).

RGB: (179,135,202) (70%, 53%, 79%)

RGB channels and saturation

R 179 of 255 = 70%
G 135 of 255 = 53%
B 202 of 255 = 79%

179
135
202

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

Portions of RGB colors in percentages

R + G + B = 179 + 135 + 202 = 516 (100%)
R 179 of 516 ~ 34.69%
G 135 of 516 ~ 26.16%
B 202 of 516 ~ 39.15'%

%34.69
%26.16
%39.15

CMYK color model

#B387CA color CMYK value is (11,33,0,21).

  • cyan value is 11.39%
  • magenta value is 33.17%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (11,33,0,21)
C11M33Y0K21 (11%, 33%, 0%, 21%)
(0.11 / 0.33 / 0.00 / 0.21)

CMYK percentages

%11.39
%33.17
%0
%20.78

Codes

Color #B387CA in popluar color models

B3 87 CA
RGB 179 135 202
HSL 279° 38.73% 66.08%
HSB/HSV 279° 33.17% 79.22%
CMYK 11.39% 33.17% 0.00%
20.78%

Color #B387CA in popluar number systems.

HEX B3 87 CA
Decimal 179 135 202
Binary 10110011 10000111 11001010
Octal 263 207 312

Shades and tints

Shades of #B387CA

#B387CA
(179,135,202)
#A37BB8
(163,123,184)
#936FA6
(147,111,166)
#836394
(131,99,148)
#735782
(115,87,130)
#634B70
(99,75,112)
#533F5E
(83,63,94)
#43334C
(67,51,76)
#33273A
(51,39,58)
#231B28
(35,27,40)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #B387CA

#B387CA
(179,135,202)
#B991CE
(185,145,206)
#BF9BD2
(191,155,210)
#C5A5D6
(197,165,214)
#CBAFDA
(203,175,218)
#D1B9DE
(209,185,222)
#D7C3E2
(215,195,226)
#DDCDE6
(221,205,230)
#E3D7EA
(227,215,234)
#E9E1EE
(233,225,238)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B387CA; }

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

This text font color is #B387CA.

Background Color

.myBgColor { background-color: #B387CA; }

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

This div background color is #B387CA.

Border color

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

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

This div border color is #B387CA.

Opacity

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

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

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

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

This text has shadow with #B387CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B387CA.

Preview

Color preview on black background

This text has color #B387CA on black background.


Color preview on white background

This text has color #B387CA on white background.


Black color preview on #B387CA background

This text has black color on #B387CA background.


White color preview on #B387CA background

This text has white color on #B387CA background.


Related colors

Complementary color

Complementary color for #hex is #4C7835.


I love getcolorcode.com

Triadic colors

1 #CAB387 and #87CAB3 with #B387CA are triadic colors.

2 #CA87B3 and #87B3CA with #B387CA are triadic colors.