COLOR #B5A0E8

HEX: #B5A0E8
RGB: (181,160,232)

Color info

#B5A0E8 contains mainly red and blue colors. Web safe color of #B5A0E8 is #CC99FF (or #C9F).

RGB color model

#B5A0E8 color RGB value is (181,160,232).

  • red value is 181;
  • green value is 160;
  • blue value is 232.
RGB:
(181,160,232)
(71%,63%,91%)

RGB channels and saturation

R 181 of 255 = 71%
G 160 of 255 = 63%
B 232 of 255 = 91%

181
160
232

R + G + B ~ 75%. #B5A0E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 160 + 232 = 573 (100%)
R 181 of 573 ~ 31.59%
G 160 of 573 ~ 27.92%
B 232 of 573 ~ 40.49%

%31.59
%27.92
%40.49

CMYK color model

#B5A0E8 color CMYK value is (22,31,0,9).

  • cyan value is 21.98%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(22,31,0,9)
C22M31Y0K9 
(22%,31%,0%,9%)
(0.22/0.31/0.00/0.09)	

CMYK percentages

%21.98
%31.03
%0
%9.02

Codes

Color #B5A0E8 in popluar color models

B5A0E8
RGB181160232
HSL258°61.02%76.86%
HSB/HSV258°31.03%90.98%
CMYK21.98%31.03%0.00%
9.02%

Color #B5A0E8 in popluar number systems.

HEXB5A0E8
Decimal181160232
Binary101101011010000011101000
Octal265240350

Shades and tints

Shades of #B5A0E8

#B5A0E8
(181,160,232)
#A592D3
(165,146,211)
#9584BE
(149,132,190)
#8576A9
(133,118,169)
#756894
(117,104,148)
#655A7F
(101,90,127)
#554C6A
(85,76,106)
#453E55
(69,62,85)
#353040
(53,48,64)
#25222B
(37,34,43)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #B5A0E8

#B5A0E8
(181,160,232)
#BBA8EA
(187,168,234)
#C1B0EC
(193,176,236)
#C7B8EE
(199,184,238)
#CDC0F0
(205,192,240)
#D3C8F2
(211,200,242)
#D9D0F4
(217,208,244)
#DFD8F6
(223,216,246)
#E5E0F8
(229,224,248)
#EBE8FA
(235,232,250)
#F1F0FC
(241,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A0E8 color. Also use rgb(181,160,232) instead hex code.

Text Font Color

.myTextColor { color: #B5A0E8; }

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

This text font color is #B5A0E8.


Background Color

.myBgColor { background-color: #B5A0E8; }

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

This div background color is #B5A0E8.


Border color

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

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

This div border color is #B5A0E8.


Opacity

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

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

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

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

This text has shadow with #B5A0E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5A0E8 on black background.


Color preview on white background

This text has color #B5A0E8 on white background.



Black color preview on #B5A0E8 background

This text has black color on #B5A0E8 background.


White color preview on #B5A0E8 background

This text has white color on #B5A0E8 background.