COLOR #B18BDA

HEX: #B18BDA
RGB: (177,139,218)

Color info

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

RGB color model

#B18BDA color RGB value is (177,139,218).

  • red value is 177;
  • green value is 139;
  • blue value is 218.
RGB:
(177,139,218)
(69%,55%,85%)

RGB channels and saturation

R 177 of 255 = 69%
G 139 of 255 = 55%
B 218 of 255 = 85%

177
139
218

R + G + B ~ 70%. #B18BDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 139 + 218 = 534 (100%)
R 177 of 534 ~ 33.15%
G 139 of 534 ~ 26.03%
B 218 of 534 ~ 40.82%

%33.15
%26.03
%40.82

CMYK color model

#B18BDA color CMYK value is (19,36,0,15).

  • cyan value is 18.81%
  • magenta value is 36.24%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(19,36,0,15)
C19M36Y0K15 
(19%,36%,0%,15%)
(0.19/0.36/0.00/0.15)	

CMYK percentages

%18.81
%36.24
%0
%14.51

Codes

Color #B18BDA in popluar color models

B18BDA
RGB177139218
HSL269°51.63%70.00%
HSB/HSV269°36.24%85.49%
CMYK18.81%36.24%0.00%
14.51%

Color #B18BDA in popluar number systems.

HEXB18BDA
Decimal177139218
Binary101100011000101111011010
Octal261213332

Shades and tints

Shades of #B18BDA

#B18BDA
(177,139,218)
#A17FC7
(161,127,199)
#9173B4
(145,115,180)
#8167A1
(129,103,161)
#715B8E
(113,91,142)
#614F7B
(97,79,123)
#514368
(81,67,104)
#413755
(65,55,85)
#312B42
(49,43,66)
#211F2F
(33,31,47)
#11131C
(17,19,28)
#000000
(0,0,0)

Tints of #B18BDA

#B18BDA
(177,139,218)
#B895DD
(184,149,221)
#BF9FE0
(191,159,224)
#C6A9E3
(198,169,227)
#CDB3E6
(205,179,230)
#D4BDE9
(212,189,233)
#DBC7EC
(219,199,236)
#E2D1EF
(226,209,239)
#E9DBF2
(233,219,242)
#F0E5F5
(240,229,245)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18BDA color. Also use rgb(177,139,218) instead hex code.

Text Font Color

.myTextColor { color: #B18BDA; }

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

This text font color is #B18BDA.


Background Color

.myBgColor { background-color: #B18BDA; }

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

This div background color is #B18BDA.


Border color

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

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

This div border color is #B18BDA.


Opacity

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

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

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

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

This text has shadow with #B18BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18BDA on black background.


Color preview on white background

This text has color #B18BDA on white background.



Black color preview on #B18BDA background

This text has black color on #B18BDA background.


White color preview on #B18BDA background

This text has white color on #B18BDA background.