COLOR #B085D1

HEX: #B085D1
RGB: (176,133,209)

Color info

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

RGB color model

#B085D1 color RGB value is (176,133,209).

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

RGB channels and saturation

R 176 of 255 = 69%
G 133 of 255 = 52%
B 209 of 255 = 82%

176
133
209

R + G + B ~ 68%. #B085D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 133 + 209 = 518 (100%)
R 176 of 518 ~ 33.98%
G 133 of 518 ~ 25.68%
B 209 of 518 ~ 40.35%

%33.98
%25.68
%40.35

CMYK color model

#B085D1 color CMYK value is (16,36,0,18).

  • cyan value is 15.79%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,36,0,18)
C16M36Y0K18 
(16%,36%,0%,18%)
(0.16/0.36/0.00/0.18)	

CMYK percentages

%15.79
%36.36
%0
%18.04

Codes

Color #B085D1 in popluar color models

B085D1
RGB176133209
HSL274°45.24%67.06%
HSB/HSV274°36.36%81.96%
CMYK15.79%36.36%0.00%
18.04%

Color #B085D1 in popluar number systems.

HEXB085D1
Decimal176133209
Binary101100001000010111010001
Octal260205321

Shades and tints

Shades of #B085D1

#B085D1
(176,133,209)
#A079BE
(160,121,190)
#906DAB
(144,109,171)
#806198
(128,97,152)
#705585
(112,85,133)
#604972
(96,73,114)
#503D5F
(80,61,95)
#40314C
(64,49,76)
#302539
(48,37,57)
#201926
(32,25,38)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #B085D1

#B085D1
(176,133,209)
#B790D5
(183,144,213)
#BE9BD9
(190,155,217)
#C5A6DD
(197,166,221)
#CCB1E1
(204,177,225)
#D3BCE5
(211,188,229)
#DAC7E9
(218,199,233)
#E1D2ED
(225,210,237)
#E8DDF1
(232,221,241)
#EFE8F5
(239,232,245)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B085D1; }

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

This text font color is #B085D1.


Background Color

.myBgColor { background-color: #B085D1; }

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

This div background color is #B085D1.


Border color

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

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

This div border color is #B085D1.


Opacity

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

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

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

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

This text has shadow with #B085D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B085D1 on black background.


Color preview on white background

This text has color #B085D1 on white background.



Black color preview on #B085D1 background

This text has black color on #B085D1 background.


White color preview on #B085D1 background

This text has white color on #B085D1 background.