COLOR #B57CC8

HEX: #B57CC8
RGB: (181,124,200)

Color info

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

RGB color model

#B57CC8 color RGB value is (181,124,200).

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

RGB channels and saturation

R 181 of 255 = 71%
G 124 of 255 = 49%
B 200 of 255 = 78%

181
124
200

R + G + B ~ 66%. #B57CC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 124 + 200 = 505 (100%)
R 181 of 505 ~ 35.84%
G 124 of 505 ~ 24.55%
B 200 of 505 ~ 39.6%

%35.84
%24.55
%39.6

CMYK color model

#B57CC8 color CMYK value is (10,38,0,22).

  • cyan value is 9.50%
  • magenta value is 38.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(10,38,0,22)
C10M38Y0K22 
(10%,38%,0%,22%)
(0.10/0.38/0.00/0.22)	

CMYK percentages

%9.5
%38
%0
%21.57

Codes

Color #B57CC8 in popluar color models

B57CC8
RGB181124200
HSL285°40.86%63.53%
HSB/HSV285°38.00%78.43%
CMYK9.50%38.00%0.00%
21.57%

Color #B57CC8 in popluar number systems.

HEXB57CC8
Decimal181124200
Binary10110101111110011001000
Octal265174310

Shades and tints

Shades of #B57CC8

#B57CC8
(181,124,200)
#A571B6
(165,113,182)
#9566A4
(149,102,164)
#855B92
(133,91,146)
#755080
(117,80,128)
#65456E
(101,69,110)
#553A5C
(85,58,92)
#452F4A
(69,47,74)
#352438
(53,36,56)
#251926
(37,25,38)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #B57CC8

#B57CC8
(181,124,200)
#BB87CD
(187,135,205)
#C192D2
(193,146,210)
#C79DD7
(199,157,215)
#CDA8DC
(205,168,220)
#D3B3E1
(211,179,225)
#D9BEE6
(217,190,230)
#DFC9EB
(223,201,235)
#E5D4F0
(229,212,240)
#EBDFF5
(235,223,245)
#F1EAFA
(241,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57CC8; }

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

This text font color is #B57CC8.


Background Color

.myBgColor { background-color: #B57CC8; }

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

This div background color is #B57CC8.


Border color

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

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

This div border color is #B57CC8.


Opacity

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

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

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

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

This text has shadow with #B57CC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57CC8 on black background.


Color preview on white background

This text has color #B57CC8 on white background.



Black color preview on #B57CC8 background

This text has black color on #B57CC8 background.


White color preview on #B57CC8 background

This text has white color on #B57CC8 background.