COLOR #B085DF

HEX: #B085DF
RGB: (176,133,223)

Color info

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

RGB color model

#B085DF color RGB value is (176,133,223).

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

RGB channels and saturation

R 176 of 255 = 69%
G 133 of 255 = 52%
B 223 of 255 = 87%

176
133
223

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

Portions of RGB colors in percentages

R + G + B =
176 + 133 + 223 = 532 (100%)
R 176 of 532 ~ 33.08%
G 133 of 532 ~ 25%
B 223 of 532 ~ 41.92%

%33.08
%25
%41.92

CMYK color model

#B085DF color CMYK value is (21,40,0,13).

  • cyan value is 21.08%
  • magenta value is 40.36%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(21,40,0,13)
C21M40Y0K13 
(21%,40%,0%,13%)
(0.21/0.40/0.00/0.13)	

CMYK percentages

%21.08
%40.36
%0
%12.55

Codes

Color #B085DF in popluar color models

B085DF
RGB176133223
HSL269°58.44%69.80%
HSB/HSV269°40.36%87.45%
CMYK21.08%40.36%0.00%
12.55%

Color #B085DF in popluar number systems.

HEXB085DF
Decimal176133223
Binary101100001000010111011111
Octal260205337

Shades and tints

Shades of #B085DF

#B085DF
(176,133,223)
#A079CB
(160,121,203)
#906DB7
(144,109,183)
#8061A3
(128,97,163)
#70558F
(112,85,143)
#60497B
(96,73,123)
#503D67
(80,61,103)
#403153
(64,49,83)
#30253F
(48,37,63)
#20192B
(32,25,43)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #B085DF

#B085DF
(176,133,223)
#B790E1
(183,144,225)
#BE9BE3
(190,155,227)
#C5A6E5
(197,166,229)
#CCB1E7
(204,177,231)
#D3BCE9
(211,188,233)
#DAC7EB
(218,199,235)
#E1D2ED
(225,210,237)
#E8DDEF
(232,221,239)
#EFE8F1
(239,232,241)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B085DF; }

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

This text font color is #B085DF.


Background Color

.myBgColor { background-color: #B085DF; }

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

This div background color is #B085DF.


Border color

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

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

This div border color is #B085DF.


Opacity

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

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

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

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

This text has shadow with #B085DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B085DF on black background.


Color preview on white background

This text has color #B085DF on white background.



Black color preview on #B085DF background

This text has black color on #B085DF background.


White color preview on #B085DF background

This text has white color on #B085DF background.