COLOR #B57CE5

HEX: #B57CE5
RGB: (181,124,229)

Color info

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

RGB color model

#B57CE5 color RGB value is (181,124,229).

  • red value is 181;
  • green value is 124;
  • blue value is 229.
RGB:
(181,124,229)
(71%,49%,90%)

RGB channels and saturation

R 181 of 255 = 71%
G 124 of 255 = 49%
B 229 of 255 = 90%

181
124
229

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

Portions of RGB colors in percentages

R + G + B =
181 + 124 + 229 = 534 (100%)
R 181 of 534 ~ 33.9%
G 124 of 534 ~ 23.22%
B 229 of 534 ~ 42.88%

%33.9
%23.22
%42.88

CMYK color model

#B57CE5 color CMYK value is (21,46,0,10).

  • cyan value is 20.96%
  • magenta value is 45.85%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(21,46,0,10)
C21M46Y0K10 
(21%,46%,0%,10%)
(0.21/0.46/0.00/0.10)	

CMYK percentages

%20.96
%45.85
%0
%10.2

Codes

Color #B57CE5 in popluar color models

B57CE5
RGB181124229
HSL273°66.88%69.22%
HSB/HSV273°45.85%89.80%
CMYK20.96%45.85%0.00%
10.20%

Color #B57CE5 in popluar number systems.

HEXB57CE5
Decimal181124229
Binary10110101111110011100101
Octal265174345

Shades and tints

Shades of #B57CE5

#B57CE5
(181,124,229)
#A571D1
(165,113,209)
#9566BD
(149,102,189)
#855BA9
(133,91,169)
#755095
(117,80,149)
#654581
(101,69,129)
#553A6D
(85,58,109)
#452F59
(69,47,89)
#352445
(53,36,69)
#251931
(37,25,49)
#150E1D
(21,14,29)
#000000
(0,0,0)

Tints of #B57CE5

#B57CE5
(181,124,229)
#BB87E7
(187,135,231)
#C192E9
(193,146,233)
#C79DEB
(199,157,235)
#CDA8ED
(205,168,237)
#D3B3EF
(211,179,239)
#D9BEF1
(217,190,241)
#DFC9F3
(223,201,243)
#E5D4F5
(229,212,245)
#EBDFF7
(235,223,247)
#F1EAF9
(241,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57CE5 color. Also use rgb(181,124,229) instead hex code.

Text Font Color

.myTextColor { color: #B57CE5; }

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

This text font color is #B57CE5.


Background Color

.myBgColor { background-color: #B57CE5; }

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

This div background color is #B57CE5.


Border color

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

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

This div border color is #B57CE5.


Opacity

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

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

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

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

This text has shadow with #B57CE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57CE5 on black background.


Color preview on white background

This text has color #B57CE5 on white background.



Black color preview on #B57CE5 background

This text has black color on #B57CE5 background.


White color preview on #B57CE5 background

This text has white color on #B57CE5 background.