COLOR #B971EC

HEX: #B971EC
RGB: (185,113,236)

Color info

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

RGB color model

#B971EC color RGB value is (185,113,236).

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

RGB channels and saturation

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

185
113
236

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

Portions of RGB colors in percentages

R + G + B =
185 + 113 + 236 = 534 (100%)
R 185 of 534 ~ 34.64%
G 113 of 534 ~ 21.16%
B 236 of 534 ~ 44.19%

%34.64
%21.16
%44.19

CMYK color model

#B971EC color CMYK value is (22,52,0,7).

  • cyan value is 21.61%
  • magenta value is 52.12%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(22,52,0,7)
C22M52Y0K7 
(22%,52%,0%,7%)
(0.22/0.52/0.00/0.07)	

CMYK percentages

%21.61
%52.12
%0
%7.45

Codes

Color #B971EC in popluar color models

B971EC
RGB185113236
HSL275°76.40%68.43%
HSB/HSV275°52.12%92.55%
CMYK21.61%52.12%0.00%
7.45%

Color #B971EC in popluar number systems.

HEXB971EC
Decimal185113236
Binary10111001111000111101100
Octal271161354

Shades and tints

Shades of #B971EC

#B971EC
(185,113,236)
#A967D7
(169,103,215)
#995DC2
(153,93,194)
#8953AD
(137,83,173)
#794998
(121,73,152)
#693F83
(105,63,131)
#59356E
(89,53,110)
#492B59
(73,43,89)
#392144
(57,33,68)
#29172F
(41,23,47)
#190D1A
(25,13,26)
#000000
(0,0,0)

Tints of #B971EC

#B971EC
(185,113,236)
#BF7DED
(191,125,237)
#C589EE
(197,137,238)
#CB95EF
(203,149,239)
#D1A1F0
(209,161,240)
#D7ADF1
(215,173,241)
#DDB9F2
(221,185,242)
#E3C5F3
(227,197,243)
#E9D1F4
(233,209,244)
#EFDDF5
(239,221,245)
#F5E9F6
(245,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B971EC; }

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

This text font color is #B971EC.


Background Color

.myBgColor { background-color: #B971EC; }

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

This div background color is #B971EC.


Border color

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

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

This div border color is #B971EC.


Opacity

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

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

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

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

This text has shadow with #B971EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B971EC on black background.


Color preview on white background

This text has color #B971EC on white background.



Black color preview on #B971EC background

This text has black color on #B971EC background.


White color preview on #B971EC background

This text has white color on #B971EC background.