COLOR #B085D9

HEX: #B085D9
RGB: (176,133,217)

Color info

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

RGB color model

#B085D9 color RGB value is (176,133,217).

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

RGB channels and saturation

R 176 of 255 = 69%
G 133 of 255 = 52%
B 217 of 255 = 85%

176
133
217

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

Portions of RGB colors in percentages

R + G + B =
176 + 133 + 217 = 526 (100%)
R 176 of 526 ~ 33.46%
G 133 of 526 ~ 25.29%
B 217 of 526 ~ 41.25%

%33.46
%25.29
%41.25

CMYK color model

#B085D9 color CMYK value is (19,39,0,15).

  • cyan value is 18.89%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(19,39,0,15)
C19M39Y0K15 
(19%,39%,0%,15%)
(0.19/0.39/0.00/0.15)	

CMYK percentages

%18.89
%38.71
%0
%14.9

Codes

Color #B085D9 in popluar color models

B085D9
RGB176133217
HSL271°52.50%68.63%
HSB/HSV271°38.71%85.10%
CMYK18.89%38.71%0.00%
14.90%

Color #B085D9 in popluar number systems.

HEXB085D9
Decimal176133217
Binary101100001000010111011001
Octal260205331

Shades and tints

Shades of #B085D9

#B085D9
(176,133,217)
#A079C6
(160,121,198)
#906DB3
(144,109,179)
#8061A0
(128,97,160)
#70558D
(112,85,141)
#60497A
(96,73,122)
#503D67
(80,61,103)
#403154
(64,49,84)
#302541
(48,37,65)
#20192E
(32,25,46)
#100D1B
(16,13,27)
#000000
(0,0,0)

Tints of #B085D9

#B085D9
(176,133,217)
#B790DC
(183,144,220)
#BE9BDF
(190,155,223)
#C5A6E2
(197,166,226)
#CCB1E5
(204,177,229)
#D3BCE8
(211,188,232)
#DAC7EB
(218,199,235)
#E1D2EE
(225,210,238)
#E8DDF1
(232,221,241)
#EFE8F4
(239,232,244)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B085D9 color. Also use rgb(176,133,217) instead hex code.

Text Font Color

.myTextColor { color: #B085D9; }

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

This text font color is #B085D9.


Background Color

.myBgColor { background-color: #B085D9; }

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

This div background color is #B085D9.


Border color

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

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

This div border color is #B085D9.


Opacity

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

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

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

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

This text has shadow with #B085D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B085D9 on black background.


Color preview on white background

This text has color #B085D9 on white background.



Black color preview on #B085D9 background

This text has black color on #B085D9 background.


White color preview on #B085D9 background

This text has white color on #B085D9 background.