COLOR #B971EE

HEX: #B971EE
RGB: (185,113,238)

Color info

#B971EE contains mainly red and blue colors. Web safe color of #B971EE is #CC66FF (or #C6F).

RGB color model

#B971EE color RGB value is (185,113,238).

  • red value is 185;
  • green value is 113;
  • blue value is 238.
RGB:
(185,113,238)
(73%,44%,93%)

RGB channels and saturation

R 185 of 255 = 73%
G 113 of 255 = 44%
B 238 of 255 = 93%

185
113
238

R + G + B ~ 70%. #B971EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 113 + 238 = 536 (100%)
R 185 of 536 ~ 34.51%
G 113 of 536 ~ 21.08%
B 238 of 536 ~ 44.4%

%34.51
%21.08
%44.4

CMYK color model

#B971EE color CMYK value is (22,53,0,7).

  • cyan value is 22.27%
  • magenta value is 52.52%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(22,53,0,7)
C22M53Y0K7 
(22%,53%,0%,7%)
(0.22/0.53/0.00/0.07)	

CMYK percentages

%22.27
%52.52
%0
%6.67

Codes

Color #B971EE in popluar color models

B971EE
RGB185113238
HSL275°78.62%68.82%
HSB/HSV275°52.52%93.33%
CMYK22.27%52.52%0.00%
6.67%

Color #B971EE in popluar number systems.

HEXB971EE
Decimal185113238
Binary10111001111000111101110
Octal271161356

Shades and tints

Shades of #B971EE

#B971EE
(185,113,238)
#A967D9
(169,103,217)
#995DC4
(153,93,196)
#8953AF
(137,83,175)
#79499A
(121,73,154)
#693F85
(105,63,133)
#593570
(89,53,112)
#492B5B
(73,43,91)
#392146
(57,33,70)
#291731
(41,23,49)
#190D1C
(25,13,28)
#000000
(0,0,0)

Tints of #B971EE

#B971EE
(185,113,238)
#BF7DEF
(191,125,239)
#C589F0
(197,137,240)
#CB95F1
(203,149,241)
#D1A1F2
(209,161,242)
#D7ADF3
(215,173,243)
#DDB9F4
(221,185,244)
#E3C5F5
(227,197,245)
#E9D1F6
(233,209,246)
#EFDDF7
(239,221,247)
#F5E9F8
(245,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B971EE color. Also use rgb(185,113,238) instead hex code.

Text Font Color

.myTextColor { color: #B971EE; }

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

This text font color is #B971EE.


Background Color

.myBgColor { background-color: #B971EE; }

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

This div background color is #B971EE.


Border color

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

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

This div border color is #B971EE.


Opacity

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

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

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

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

This text has shadow with #B971EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B971EE on black background.


Color preview on white background

This text has color #B971EE on white background.



Black color preview on #B971EE background

This text has black color on #B971EE background.


White color preview on #B971EE background

This text has white color on #B971EE background.