COLOR #B38FC7

HEX: #B38FC7 RGB: (179,143,199)

Color info

#B38FC7 contains red, green and blue colors in about the same proportion. Web safe color of #B38FC7 is #9999CC (or #99C).

RGB color model

#B38FC7 color RGB value is (179,143,199).

RGB: (179,143,199) (70%, 56%, 78%)

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 199 of 255 = 78%

179
143
199

R + G + B ~ 68%. #B38FC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 143 + 199 = 521 (100%)
R 179 of 521 ~ 34.36%
G 143 of 521 ~ 27.45%
B 199 of 521 ~ 38.2'%

%34.36
%27.45
%38.2

CMYK color model

#B38FC7 color CMYK value is (10,28,0,22).

  • cyan value is 10.05%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (10,28,0,22)
C10M28Y0K22 (10%, 28%, 0%, 22%)
(0.10 / 0.28 / 0.00 / 0.22)

CMYK percentages

%10.05
%28.14
%0
%21.96

Codes

Color #B38FC7 in popluar color models

B3 8F C7
RGB 179 143 199
HSL 279° 33.33% 67.06%
HSB/HSV 279° 28.14% 78.04%
CMYK 10.05% 28.14% 0.00%
21.96%

Color #B38FC7 in popluar number systems.

HEX B3 8F C7
Decimal 179 143 199
Binary 10110011 10001111 11000111
Octal 263 217 307

Shades and tints

Shades of #B38FC7

#B38FC7
(179,143,199)
#A382B5
(163,130,181)
#9375A3
(147,117,163)
#836891
(131,104,145)
#735B7F
(115,91,127)
#634E6D
(99,78,109)
#53415B
(83,65,91)
#433449
(67,52,73)
#332737
(51,39,55)
#231A25
(35,26,37)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #B38FC7

#B38FC7
(179,143,199)
#B999CC
(185,153,204)
#BFA3D1
(191,163,209)
#C5ADD6
(197,173,214)
#CBB7DB
(203,183,219)
#D1C1E0
(209,193,224)
#D7CBE5
(215,203,229)
#DDD5EA
(221,213,234)
#E3DFEF
(227,223,239)
#E9E9F4
(233,233,244)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38FC7; }

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

This text font color is #B38FC7.

Background Color

.myBgColor { background-color: #B38FC7; }

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

This div background color is #B38FC7.

Border color

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

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

This div border color is #B38FC7.

Opacity

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

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

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

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

This text has shadow with #B38FC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38FC7.

Preview

Color preview on black background

This text has color #B38FC7 on black background.


Color preview on white background

This text has color #B38FC7 on white background.


Black color preview on #B38FC7 background

This text has black color on #B38FC7 background.


White color preview on #B38FC7 background

This text has white color on #B38FC7 background.


Related colors

Complementary color

Complementary color for #hex is #4C7038.


I love getcolorcode.com

Triadic colors

1 #C7B38F and #8FC7B3 with #B38FC7 are triadic colors.

2 #C78FB3 and #8FB3C7 with #B38FC7 are triadic colors.