COLOR #B57FCC

HEX: #B57FCC
RGB: (181,127,204)

Color info

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

RGB color model

#B57FCC color RGB value is (181,127,204).

  • red value is 181;
  • green value is 127;
  • blue value is 204.
RGB:
(181,127,204)
(71%,50%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 127 of 255 = 50%
B 204 of 255 = 80%

181
127
204

R + G + B ~ 67%. #B57FCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 127 + 204 = 512 (100%)
R 181 of 512 ~ 35.35%
G 127 of 512 ~ 24.8%
B 204 of 512 ~ 39.84%

%35.35
%24.8
%39.84

CMYK color model

#B57FCC color CMYK value is (11,38,0,20).

  • cyan value is 11.27%
  • magenta value is 37.75%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(11,38,0,20)
C11M38Y0K20 
(11%,38%,0%,20%)
(0.11/0.38/0.00/0.20)	

CMYK percentages

%11.27
%37.75
%0
%20

Codes

Color #B57FCC in popluar color models

B57FCC
RGB181127204
HSL282°43.02%64.90%
HSB/HSV282°37.75%80.00%
CMYK11.27%37.75%0.00%
20.00%

Color #B57FCC in popluar number systems.

HEXB57FCC
Decimal181127204
Binary10110101111111111001100
Octal265177314

Shades and tints

Shades of #B57FCC

#B57FCC
(181,127,204)
#A574BA
(165,116,186)
#9569A8
(149,105,168)
#855E96
(133,94,150)
#755384
(117,83,132)
#654872
(101,72,114)
#553D60
(85,61,96)
#45324E
(69,50,78)
#35273C
(53,39,60)
#251C2A
(37,28,42)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #B57FCC

#B57FCC
(181,127,204)
#BB8AD0
(187,138,208)
#C195D4
(193,149,212)
#C7A0D8
(199,160,216)
#CDABDC
(205,171,220)
#D3B6E0
(211,182,224)
#D9C1E4
(217,193,228)
#DFCCE8
(223,204,232)
#E5D7EC
(229,215,236)
#EBE2F0
(235,226,240)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57FCC color. Also use rgb(181,127,204) instead hex code.

Text Font Color

.myTextColor { color: #B57FCC; }

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

This text font color is #B57FCC.


Background Color

.myBgColor { background-color: #B57FCC; }

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

This div background color is #B57FCC.


Border color

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

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

This div border color is #B57FCC.


Opacity

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

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

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

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

This text has shadow with #B57FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57FCC on black background.


Color preview on white background

This text has color #B57FCC on white background.



Black color preview on #B57FCC background

This text has black color on #B57FCC background.


White color preview on #B57FCC background

This text has white color on #B57FCC background.