COLOR #B57EDD

HEX: #B57EDD
RGB: (181,126,221)

Color info

#B57EDD contains mainly red and blue colors. Web safe color of #B57EDD is #CC66CC (or #C6C).

RGB color model

#B57EDD color RGB value is (181,126,221).

  • red value is 181;
  • green value is 126;
  • blue value is 221.
RGB:
(181,126,221)
(71%,49%,87%)

RGB channels and saturation

R 181 of 255 = 71%
G 126 of 255 = 49%
B 221 of 255 = 87%

181
126
221

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

Portions of RGB colors in percentages

R + G + B =
181 + 126 + 221 = 528 (100%)
R 181 of 528 ~ 34.28%
G 126 of 528 ~ 23.86%
B 221 of 528 ~ 41.86%

%34.28
%23.86
%41.86

CMYK color model

#B57EDD color CMYK value is (18,43,0,13).

  • cyan value is 18.10%
  • magenta value is 42.99%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(18,43,0,13)
C18M43Y0K13 
(18%,43%,0%,13%)
(0.18/0.43/0.00/0.13)	

CMYK percentages

%18.1
%42.99
%0
%13.33

Codes

Color #B57EDD in popluar color models

B57EDD
RGB181126221
HSL275°58.28%68.04%
HSB/HSV275°42.99%86.67%
CMYK18.10%42.99%0.00%
13.33%

Color #B57EDD in popluar number systems.

HEXB57EDD
Decimal181126221
Binary10110101111111011011101
Octal265176335

Shades and tints

Shades of #B57EDD

#B57EDD
(181,126,221)
#A573C9
(165,115,201)
#9568B5
(149,104,181)
#855DA1
(133,93,161)
#75528D
(117,82,141)
#654779
(101,71,121)
#553C65
(85,60,101)
#453151
(69,49,81)
#35263D
(53,38,61)
#251B29
(37,27,41)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #B57EDD

#B57EDD
(181,126,221)
#BB89E0
(187,137,224)
#C194E3
(193,148,227)
#C79FE6
(199,159,230)
#CDAAE9
(205,170,233)
#D3B5EC
(211,181,236)
#D9C0EF
(217,192,239)
#DFCBF2
(223,203,242)
#E5D6F5
(229,214,245)
#EBE1F8
(235,225,248)
#F1ECFB
(241,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57EDD color. Also use rgb(181,126,221) instead hex code.

Text Font Color

.myTextColor { color: #B57EDD; }

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

This text font color is #B57EDD.


Background Color

.myBgColor { background-color: #B57EDD; }

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

This div background color is #B57EDD.


Border color

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

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

This div border color is #B57EDD.


Opacity

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

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

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

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

This text has shadow with #B57EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57EDD on black background.


Color preview on white background

This text has color #B57EDD on white background.



Black color preview on #B57EDD background

This text has black color on #B57EDD background.


White color preview on #B57EDD background

This text has white color on #B57EDD background.