COLOR #B185E7

HEX: #B185E7
RGB: (177,133,231)

Color info

#B185E7 contains mainly red and blue colors. Web safe color of #B185E7 is #9999FF (or #99F).

RGB color model

#B185E7 color RGB value is (177,133,231).

  • red value is 177;
  • green value is 133;
  • blue value is 231.
RGB:
(177,133,231)
(69%,52%,91%)

RGB channels and saturation

R 177 of 255 = 69%
G 133 of 255 = 52%
B 231 of 255 = 91%

177
133
231

R + G + B ~ 71%. #B185E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 133 + 231 = 541 (100%)
R 177 of 541 ~ 32.72%
G 133 of 541 ~ 24.58%
B 231 of 541 ~ 42.7%

%32.72
%24.58
%42.7

CMYK color model

#B185E7 color CMYK value is (23,42,0,9).

  • cyan value is 23.38%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(23,42,0,9)
C23M42Y0K9 
(23%,42%,0%,9%)
(0.23/0.42/0.00/0.09)	

CMYK percentages

%23.38
%42.42
%0
%9.41

Codes

Color #B185E7 in popluar color models

B185E7
RGB177133231
HSL267°67.12%71.37%
HSB/HSV267°42.42%90.59%
CMYK23.38%42.42%0.00%
9.41%

Color #B185E7 in popluar number systems.

HEXB185E7
Decimal177133231
Binary101100011000010111100111
Octal261205347

Shades and tints

Shades of #B185E7

#B185E7
(177,133,231)
#A179D2
(161,121,210)
#916DBD
(145,109,189)
#8161A8
(129,97,168)
#715593
(113,85,147)
#61497E
(97,73,126)
#513D69
(81,61,105)
#413154
(65,49,84)
#31253F
(49,37,63)
#21192A
(33,25,42)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #B185E7

#B185E7
(177,133,231)
#B890E9
(184,144,233)
#BF9BEB
(191,155,235)
#C6A6ED
(198,166,237)
#CDB1EF
(205,177,239)
#D4BCF1
(212,188,241)
#DBC7F3
(219,199,243)
#E2D2F5
(226,210,245)
#E9DDF7
(233,221,247)
#F0E8F9
(240,232,249)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B185E7 color. Also use rgb(177,133,231) instead hex code.

Text Font Color

.myTextColor { color: #B185E7; }

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

This text font color is #B185E7.


Background Color

.myBgColor { background-color: #B185E7; }

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

This div background color is #B185E7.


Border color

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

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

This div border color is #B185E7.


Opacity

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

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

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

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

This text has shadow with #B185E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B185E7 on black background.


Color preview on white background

This text has color #B185E7 on white background.



Black color preview on #B185E7 background

This text has black color on #B185E7 background.


White color preview on #B185E7 background

This text has white color on #B185E7 background.