COLOR #B18AE6

HEX: #B18AE6
RGB: (177,138,230)

Color info

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

RGB color model

#B18AE6 color RGB value is (177,138,230).

  • red value is 177;
  • green value is 138;
  • blue value is 230.
RGB:
(177,138,230)
(69%,54%,90%)

RGB channels and saturation

R 177 of 255 = 69%
G 138 of 255 = 54%
B 230 of 255 = 90%

177
138
230

R + G + B ~ 71%. #B18AE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 138 + 230 = 545 (100%)
R 177 of 545 ~ 32.48%
G 138 of 545 ~ 25.32%
B 230 of 545 ~ 42.2%

%32.48
%25.32
%42.2

CMYK color model

#B18AE6 color CMYK value is (23,40,0,10).

  • cyan value is 23.04%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(23,40,0,10)
C23M40Y0K10 
(23%,40%,0%,10%)
(0.23/0.40/0.00/0.10)	

CMYK percentages

%23.04
%40
%0
%9.8

Codes

Color #B18AE6 in popluar color models

B18AE6
RGB177138230
HSL265°64.79%72.16%
HSB/HSV265°40.00%90.20%
CMYK23.04%40.00%0.00%
9.80%

Color #B18AE6 in popluar number systems.

HEXB18AE6
Decimal177138230
Binary101100011000101011100110
Octal261212346

Shades and tints

Shades of #B18AE6

#B18AE6
(177,138,230)
#A17ED2
(161,126,210)
#9172BE
(145,114,190)
#8166AA
(129,102,170)
#715A96
(113,90,150)
#614E82
(97,78,130)
#51426E
(81,66,110)
#41365A
(65,54,90)
#312A46
(49,42,70)
#211E32
(33,30,50)
#11121E
(17,18,30)
#000000
(0,0,0)

Tints of #B18AE6

#B18AE6
(177,138,230)
#B894E8
(184,148,232)
#BF9EEA
(191,158,234)
#C6A8EC
(198,168,236)
#CDB2EE
(205,178,238)
#D4BCF0
(212,188,240)
#DBC6F2
(219,198,242)
#E2D0F4
(226,208,244)
#E9DAF6
(233,218,246)
#F0E4F8
(240,228,248)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18AE6; }

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

This text font color is #B18AE6.


Background Color

.myBgColor { background-color: #B18AE6; }

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

This div background color is #B18AE6.


Border color

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

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

This div border color is #B18AE6.


Opacity

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

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

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

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

This text has shadow with #B18AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18AE6 on black background.


Color preview on white background

This text has color #B18AE6 on white background.



Black color preview on #B18AE6 background

This text has black color on #B18AE6 background.


White color preview on #B18AE6 background

This text has white color on #B18AE6 background.