COLOR #B57CD9

HEX: #B57CD9
RGB: (181,124,217)

Color info

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

RGB color model

#B57CD9 color RGB value is (181,124,217).

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

RGB channels and saturation

R 181 of 255 = 71%
G 124 of 255 = 49%
B 217 of 255 = 85%

181
124
217

R + G + B ~ 68%. #B57CD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 124 + 217 = 522 (100%)
R 181 of 522 ~ 34.67%
G 124 of 522 ~ 23.75%
B 217 of 522 ~ 41.57%

%34.67
%23.75
%41.57

CMYK color model

#B57CD9 color CMYK value is (17,43,0,15).

  • cyan value is 16.59%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(17,43,0,15)
C17M43Y0K15 
(17%,43%,0%,15%)
(0.17/0.43/0.00/0.15)	

CMYK percentages

%16.59
%42.86
%0
%14.9

Codes

Color #B57CD9 in popluar color models

B57CD9
RGB181124217
HSL277°55.03%66.86%
HSB/HSV277°42.86%85.10%
CMYK16.59%42.86%0.00%
14.90%

Color #B57CD9 in popluar number systems.

HEXB57CD9
Decimal181124217
Binary10110101111110011011001
Octal265174331

Shades and tints

Shades of #B57CD9

#B57CD9
(181,124,217)
#A571C6
(165,113,198)
#9566B3
(149,102,179)
#855BA0
(133,91,160)
#75508D
(117,80,141)
#65457A
(101,69,122)
#553A67
(85,58,103)
#452F54
(69,47,84)
#352441
(53,36,65)
#25192E
(37,25,46)
#150E1B
(21,14,27)
#000000
(0,0,0)

Tints of #B57CD9

#B57CD9
(181,124,217)
#BB87DC
(187,135,220)
#C192DF
(193,146,223)
#C79DE2
(199,157,226)
#CDA8E5
(205,168,229)
#D3B3E8
(211,179,232)
#D9BEEB
(217,190,235)
#DFC9EE
(223,201,238)
#E5D4F1
(229,212,241)
#EBDFF4
(235,223,244)
#F1EAF7
(241,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57CD9; }

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

This text font color is #B57CD9.


Background Color

.myBgColor { background-color: #B57CD9; }

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

This div background color is #B57CD9.


Border color

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

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

This div border color is #B57CD9.


Opacity

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

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

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

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

This text has shadow with #B57CD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57CD9 on black background.


Color preview on white background

This text has color #B57CD9 on white background.



Black color preview on #B57CD9 background

This text has black color on #B57CD9 background.


White color preview on #B57CD9 background

This text has white color on #B57CD9 background.