COLOR #B18CD1

HEX: #B18CD1
RGB: (177,140,209)

Color info

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

RGB color model

#B18CD1 color RGB value is (177,140,209).

  • red value is 177;
  • green value is 140;
  • blue value is 209.
RGB:
(177,140,209)
(69%,55%,82%)

RGB channels and saturation

R 177 of 255 = 69%
G 140 of 255 = 55%
B 209 of 255 = 82%

177
140
209

R + G + B ~ 69%. #B18CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 140 + 209 = 526 (100%)
R 177 of 526 ~ 33.65%
G 140 of 526 ~ 26.62%
B 209 of 526 ~ 39.73%

%33.65
%26.62
%39.73

CMYK color model

#B18CD1 color CMYK value is (15,33,0,18).

  • cyan value is 15.31%
  • magenta value is 33.01%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(15,33,0,18)
C15M33Y0K18 
(15%,33%,0%,18%)
(0.15/0.33/0.00/0.18)	

CMYK percentages

%15.31
%33.01
%0
%18.04

Codes

Color #B18CD1 in popluar color models

B18CD1
RGB177140209
HSL272°42.86%68.43%
HSB/HSV272°33.01%81.96%
CMYK15.31%33.01%0.00%
18.04%

Color #B18CD1 in popluar number systems.

HEXB18CD1
Decimal177140209
Binary101100011000110011010001
Octal261214321

Shades and tints

Shades of #B18CD1

#B18CD1
(177,140,209)
#A180BE
(161,128,190)
#9174AB
(145,116,171)
#816898
(129,104,152)
#715C85
(113,92,133)
#615072
(97,80,114)
#51445F
(81,68,95)
#41384C
(65,56,76)
#312C39
(49,44,57)
#212026
(33,32,38)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #B18CD1

#B18CD1
(177,140,209)
#B896D5
(184,150,213)
#BFA0D9
(191,160,217)
#C6AADD
(198,170,221)
#CDB4E1
(205,180,225)
#D4BEE5
(212,190,229)
#DBC8E9
(219,200,233)
#E2D2ED
(226,210,237)
#E9DCF1
(233,220,241)
#F0E6F5
(240,230,245)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18CD1 color. Also use rgb(177,140,209) instead hex code.

Text Font Color

.myTextColor { color: #B18CD1; }

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

This text font color is #B18CD1.


Background Color

.myBgColor { background-color: #B18CD1; }

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

This div background color is #B18CD1.


Border color

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

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

This div border color is #B18CD1.


Opacity

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

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

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

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

This text has shadow with #B18CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18CD1 on black background.


Color preview on white background

This text has color #B18CD1 on white background.



Black color preview on #B18CD1 background

This text has black color on #B18CD1 background.


White color preview on #B18CD1 background

This text has white color on #B18CD1 background.