COLOR #B18FBD

HEX: #B18FBD RGB: (177,143,189)

Color info

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

RGB color model

#B18FBD color RGB value is (177,143,189).

RGB: (177,143,189) (69%, 56%, 74%)

RGB channels and saturation

R 177 of 255 = 69%
G 143 of 255 = 56%
B 189 of 255 = 74%

177
143
189

R + G + B ~ 66%. #B18FBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 143 + 189 = 509 (100%)
R 177 of 509 ~ 34.77%
G 143 of 509 ~ 28.09%
B 189 of 509 ~ 37.13'%

%34.77
%28.09
%37.13

CMYK color model

#B18FBD color CMYK value is (6,24,0,26).

  • cyan value is 6.35%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (6,24,0,26) C6M24Y0K26 (6%,24%,0%,26%) (0.06/0.24/0.00/0.26) 

CMYK percentages

%6.35
%24.34
%0
%25.88

Codes

Color #B18FBD in popluar color models

B1 8F BD
RGB 177 143 189
HSL 284° 25.84% 65.10%
HSB/HSV 284° 24.34% 74.12%
CMYK 6.35% 24.34% 0.00%
25.88%

Color #B18FBD in popluar number systems.

HEX B1 8F BD
Decimal 177 143 189
Binary 10110001 10001111 10111101
Octal 261 217 275

Shades and tints

Shades of #B18FBD

#B18FBD
(177,143,189)
#A182AC
(161,130,172)
#91759B
(145,117,155)
#81688A
(129,104,138)
#715B79
(113,91,121)
#614E68
(97,78,104)
#514157
(81,65,87)
#413446
(65,52,70)
#312735
(49,39,53)
#211A24
(33,26,36)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #B18FBD

#B18FBD
(177,143,189)
#B899C3
(184,153,195)
#BFA3C9
(191,163,201)
#C6ADCF
(198,173,207)
#CDB7D5
(205,183,213)
#D4C1DB
(212,193,219)
#DBCBE1
(219,203,225)
#E2D5E7
(226,213,231)
#E9DFED
(233,223,237)
#F0E9F3
(240,233,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18FBD color. Also use rgb(177,143,189) instead hex code.

Text Font Color

.myTextColor { color: #B18FBD; }

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

This text font color is #B18FBD.

Background Color

.myBgColor { background-color: #B18FBD; }

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

This div background color is #B18FBD.

Border color

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

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

This div border color is #B18FBD.

Opacity

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

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

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

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

This text has shadow with #B18FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18FBD.

Preview

Color preview on black background

This text has color #B18FBD on black background.


Color preview on white background

This text has color #B18FBD on white background.


Black color preview on #B18FBD background

This text has black color on #B18FBD background.


White color preview on #B18FBD background

This text has white color on #B18FBD background.


Related colors

Complementary color

Complementary color for #hex is #4E7042.


I love getcolorcode.com

Triadic colors

1 #BDB18F and #8FBDB1 with #B18FBD are triadic colors.

2 #BD8FB1 and #8FB1BD with #B18FBD are triadic colors.