COLOR #B97CE2

HEX: #B97CE2
RGB: (185,124,226)

Color info

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

RGB color model

#B97CE2 color RGB value is (185,124,226).

  • red value is 185;
  • green value is 124;
  • blue value is 226.
RGB:
(185,124,226)
(73%,49%,89%)

RGB channels and saturation

R 185 of 255 = 73%
G 124 of 255 = 49%
B 226 of 255 = 89%

185
124
226

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

Portions of RGB colors in percentages

R + G + B =
185 + 124 + 226 = 535 (100%)
R 185 of 535 ~ 34.58%
G 124 of 535 ~ 23.18%
B 226 of 535 ~ 42.24%

%34.58
%23.18
%42.24

CMYK color model

#B97CE2 color CMYK value is (18,45,0,11).

  • cyan value is 18.14%
  • magenta value is 45.13%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(18,45,0,11)
C18M45Y0K11 
(18%,45%,0%,11%)
(0.18/0.45/0.00/0.11)	

CMYK percentages

%18.14
%45.13
%0
%11.37

Codes

Color #B97CE2 in popluar color models

B97CE2
RGB185124226
HSL276°63.75%68.63%
HSB/HSV276°45.13%88.63%
CMYK18.14%45.13%0.00%
11.37%

Color #B97CE2 in popluar number systems.

HEXB97CE2
Decimal185124226
Binary10111001111110011100010
Octal271174342

Shades and tints

Shades of #B97CE2

#B97CE2
(185,124,226)
#A971CE
(169,113,206)
#9966BA
(153,102,186)
#895BA6
(137,91,166)
#795092
(121,80,146)
#69457E
(105,69,126)
#593A6A
(89,58,106)
#492F56
(73,47,86)
#392442
(57,36,66)
#29192E
(41,25,46)
#190E1A
(25,14,26)
#000000
(0,0,0)

Tints of #B97CE2

#B97CE2
(185,124,226)
#BF87E4
(191,135,228)
#C592E6
(197,146,230)
#CB9DE8
(203,157,232)
#D1A8EA
(209,168,234)
#D7B3EC
(215,179,236)
#DDBEEE
(221,190,238)
#E3C9F0
(227,201,240)
#E9D4F2
(233,212,242)
#EFDFF4
(239,223,244)
#F5EAF6
(245,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97CE2 color. Also use rgb(185,124,226) instead hex code.

Text Font Color

.myTextColor { color: #B97CE2; }

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

This text font color is #B97CE2.


Background Color

.myBgColor { background-color: #B97CE2; }

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

This div background color is #B97CE2.


Border color

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

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

This div border color is #B97CE2.


Opacity

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

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

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

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

This text has shadow with #B97CE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B97CE2 on black background.


Color preview on white background

This text has color #B97CE2 on white background.



Black color preview on #B97CE2 background

This text has black color on #B97CE2 background.


White color preview on #B97CE2 background

This text has white color on #B97CE2 background.