COLOR #B57FC2

HEX: #B57FC2
RGB: (181,127,194)

Color info

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

RGB color model

#B57FC2 color RGB value is (181,127,194).

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

RGB channels and saturation

R 181 of 255 = 71%
G 127 of 255 = 50%
B 194 of 255 = 76%

181
127
194

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

Portions of RGB colors in percentages

R + G + B =
181 + 127 + 194 = 502 (100%)
R 181 of 502 ~ 36.06%
G 127 of 502 ~ 25.3%
B 194 of 502 ~ 38.65%

%36.06
%25.3
%38.65

CMYK color model

#B57FC2 color CMYK value is (7,35,0,24).

  • cyan value is 6.70%
  • magenta value is 34.54%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(7,35,0,24)
C7M35Y0K24 
(7%,35%,0%,24%)
(0.07/0.35/0.00/0.24)	

CMYK percentages

%6.7
%34.54
%0
%23.92

Codes

Color #B57FC2 in popluar color models

B57FC2
RGB181127194
HSL288°35.45%62.94%
HSB/HSV288°34.54%76.08%
CMYK6.70%34.54%0.00%
23.92%

Color #B57FC2 in popluar number systems.

HEXB57FC2
Decimal181127194
Binary10110101111111111000010
Octal265177302

Shades and tints

Shades of #B57FC2

#B57FC2
(181,127,194)
#A574B1
(165,116,177)
#9569A0
(149,105,160)
#855E8F
(133,94,143)
#75537E
(117,83,126)
#65486D
(101,72,109)
#553D5C
(85,61,92)
#45324B
(69,50,75)
#35273A
(53,39,58)
#251C29
(37,28,41)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #B57FC2

#B57FC2
(181,127,194)
#BB8AC7
(187,138,199)
#C195CC
(193,149,204)
#C7A0D1
(199,160,209)
#CDABD6
(205,171,214)
#D3B6DB
(211,182,219)
#D9C1E0
(217,193,224)
#DFCCE5
(223,204,229)
#E5D7EA
(229,215,234)
#EBE2EF
(235,226,239)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B57FC2; }

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

This text font color is #B57FC2.


Background Color

.myBgColor { background-color: #B57FC2; }

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

This div background color is #B57FC2.


Border color

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

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

This div border color is #B57FC2.


Opacity

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

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

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

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

This text has shadow with #B57FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57FC2 on black background.


Color preview on white background

This text has color #B57FC2 on white background.



Black color preview on #B57FC2 background

This text has black color on #B57FC2 background.


White color preview on #B57FC2 background

This text has white color on #B57FC2 background.