COLOR #B18ACD

HEX: #B18ACD RGB: (177,138,205)

Color info

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

RGB color model

#B18ACD color RGB value is (177,138,205).

RGB: (177,138,205) (69%, 54%, 80%)

RGB channels and saturation

R 177 of 255 = 69%
G 138 of 255 = 54%
B 205 of 255 = 80%

177
138
205

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

Portions of RGB colors in percentages

R + G + B = 177 + 138 + 205 = 520 (100%)
R 177 of 520 ~ 34.04%
G 138 of 520 ~ 26.54%
B 205 of 520 ~ 39.42'%

%34.04
%26.54
%39.42

CMYK color model

#B18ACD color CMYK value is (14,33,0,20).

  • cyan value is 13.66%
  • magenta value is 32.68%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (14,33,0,20) C14M33Y0K20 (14%,33%,0%,20%) (0.14/0.33/0.00/0.20) 

CMYK percentages

%13.66
%32.68
%0
%19.61

Codes

Color #B18ACD in popluar color models

B1 8A CD
RGB 177 138 205
HSL 275° 40.12% 67.25%
HSB/HSV 275° 32.68% 80.39%
CMYK 13.66% 32.68% 0.00%
19.61%

Color #B18ACD in popluar number systems.

HEX B1 8A CD
Decimal 177 138 205
Binary 10110001 10001010 11001101
Octal 261 212 315

Shades and tints

Shades of #B18ACD

#B18ACD
(177,138,205)
#A17EBB
(161,126,187)
#9172A9
(145,114,169)
#816697
(129,102,151)
#715A85
(113,90,133)
#614E73
(97,78,115)
#514261
(81,66,97)
#41364F
(65,54,79)
#312A3D
(49,42,61)
#211E2B
(33,30,43)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #B18ACD

#B18ACD
(177,138,205)
#B894D1
(184,148,209)
#BF9ED5
(191,158,213)
#C6A8D9
(198,168,217)
#CDB2DD
(205,178,221)
#D4BCE1
(212,188,225)
#DBC6E5
(219,198,229)
#E2D0E9
(226,208,233)
#E9DAED
(233,218,237)
#F0E4F1
(240,228,241)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18ACD color. Also use rgb(177,138,205) instead hex code.

Text Font Color

.myTextColor { color: #B18ACD; }

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

This text font color is #B18ACD.

Background Color

.myBgColor { background-color: #B18ACD; }

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

This div background color is #B18ACD.

Border color

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

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

This div border color is #B18ACD.

Opacity

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

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

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

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

This text has shadow with #B18ACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18ACD.

Preview

Color preview on black background

This text has color #B18ACD on black background.


Color preview on white background

This text has color #B18ACD on white background.


Black color preview on #B18ACD background

This text has black color on #B18ACD background.


White color preview on #B18ACD background

This text has white color on #B18ACD background.


Related colors

Complementary color

Complementary color for #hex is #4E7532.


I love getcolorcode.com

Triadic colors

1 #CDB18A and #8ACDB1 with #B18ACD are triadic colors.

2 #CD8AB1 and #8AB1CD with #B18ACD are triadic colors.