COLOR #B185D8

HEX: #B185D8
RGB: (177,133,216)

Color info

#B185D8 contains mainly red and blue colors. Web safe color of #B185D8 is #9999CC (or #99C).

RGB color model

#B185D8 color RGB value is (177,133,216).

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

RGB channels and saturation

R 177 of 255 = 69%
G 133 of 255 = 52%
B 216 of 255 = 85%

177
133
216

R + G + B ~ 69%. #B185D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 133 + 216 = 526 (100%)
R 177 of 526 ~ 33.65%
G 133 of 526 ~ 25.29%
B 216 of 526 ~ 41.06%

%33.65
%25.29
%41.06

CMYK color model

#B185D8 color CMYK value is (18,38,0,15).

  • cyan value is 18.06%
  • magenta value is 38.43%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(18,38,0,15)
C18M38Y0K15 
(18%,38%,0%,15%)
(0.18/0.38/0.00/0.15)	

CMYK percentages

%18.06
%38.43
%0
%15.29

Codes

Color #B185D8 in popluar color models

B185D8
RGB177133216
HSL272°51.55%68.43%
HSB/HSV272°38.43%84.71%
CMYK18.06%38.43%0.00%
15.29%

Color #B185D8 in popluar number systems.

HEXB185D8
Decimal177133216
Binary101100011000010111011000
Octal261205330

Shades and tints

Shades of #B185D8

#B185D8
(177,133,216)
#A179C5
(161,121,197)
#916DB2
(145,109,178)
#81619F
(129,97,159)
#71558C
(113,85,140)
#614979
(97,73,121)
#513D66
(81,61,102)
#413153
(65,49,83)
#312540
(49,37,64)
#21192D
(33,25,45)
#110D1A
(17,13,26)
#000000
(0,0,0)

Tints of #B185D8

#B185D8
(177,133,216)
#B890DB
(184,144,219)
#BF9BDE
(191,155,222)
#C6A6E1
(198,166,225)
#CDB1E4
(205,177,228)
#D4BCE7
(212,188,231)
#DBC7EA
(219,199,234)
#E2D2ED
(226,210,237)
#E9DDF0
(233,221,240)
#F0E8F3
(240,232,243)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B185D8; }

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

This text font color is #B185D8.


Background Color

.myBgColor { background-color: #B185D8; }

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

This div background color is #B185D8.


Border color

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

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

This div border color is #B185D8.


Opacity

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

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

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

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

This text has shadow with #B185D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B185D8 on black background.


Color preview on white background

This text has color #B185D8 on white background.



Black color preview on #B185D8 background

This text has black color on #B185D8 background.


White color preview on #B185D8 background

This text has white color on #B185D8 background.