COLOR #B571C3

HEX: #B571C3
RGB: (181,113,195)

Color info

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

RGB color model

#B571C3 color RGB value is (181,113,195).

  • red value is 181;
  • green value is 113;
  • blue value is 195.
RGB:
(181,113,195)
(71%,44%,76%)

RGB channels and saturation

R 181 of 255 = 71%
G 113 of 255 = 44%
B 195 of 255 = 76%

181
113
195

R + G + B ~ 64%. #B571C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 113 + 195 = 489 (100%)
R 181 of 489 ~ 37.01%
G 113 of 489 ~ 23.11%
B 195 of 489 ~ 39.88%

%37.01
%23.11
%39.88

CMYK color model

#B571C3 color CMYK value is (7,42,0,24).

  • cyan value is 7.18%
  • magenta value is 42.05%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(7,42,0,24)
C7M42Y0K24 
(7%,42%,0%,24%)
(0.07/0.42/0.00/0.24)	

CMYK percentages

%7.18
%42.05
%0
%23.53

Codes

Color #B571C3 in popluar color models

B571C3
RGB181113195
HSL290°40.59%60.39%
HSB/HSV290°42.05%76.47%
CMYK7.18%42.05%0.00%
23.53%

Color #B571C3 in popluar number systems.

HEXB571C3
Decimal181113195
Binary10110101111000111000011
Octal265161303

Shades and tints

Shades of #B571C3

#B571C3
(181,113,195)
#A567B2
(165,103,178)
#955DA1
(149,93,161)
#855390
(133,83,144)
#75497F
(117,73,127)
#653F6E
(101,63,110)
#55355D
(85,53,93)
#452B4C
(69,43,76)
#35213B
(53,33,59)
#25172A
(37,23,42)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #B571C3

#B571C3
(181,113,195)
#BB7DC8
(187,125,200)
#C189CD
(193,137,205)
#C795D2
(199,149,210)
#CDA1D7
(205,161,215)
#D3ADDC
(211,173,220)
#D9B9E1
(217,185,225)
#DFC5E6
(223,197,230)
#E5D1EB
(229,209,235)
#EBDDF0
(235,221,240)
#F1E9F5
(241,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B571C3 color. Also use rgb(181,113,195) instead hex code.

Text Font Color

.myTextColor { color: #B571C3; }

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

This text font color is #B571C3.


Background Color

.myBgColor { background-color: #B571C3; }

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

This div background color is #B571C3.


Border color

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

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

This div border color is #B571C3.


Opacity

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

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

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

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

This text has shadow with #B571C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B571C3 on black background.


Color preview on white background

This text has color #B571C3 on white background.



Black color preview on #B571C3 background

This text has black color on #B571C3 background.


White color preview on #B571C3 background

This text has white color on #B571C3 background.