COLOR #B085DA

HEX: #B085DA RGB: (176,133,218)

Color info

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

RGB color model

#B085DA color RGB value is (176,133,218).

RGB: (176,133,218) (69%, 52%, 85%)

RGB channels and saturation

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

176
133
218

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

Portions of RGB colors in percentages

R + G + B = 176 + 133 + 218 = 527 (100%)
R 176 of 527 ~ 33.4%
G 133 of 527 ~ 25.24%
B 218 of 527 ~ 41.37'%

%33.4
%25.24
%41.37

CMYK color model

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

  • cyan value is 19.27%
  • magenta value is 38.99%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (19,39,0,15)
C19M39Y0K15 (19%, 39%, 0%, 15%)
(0.19 / 0.39 / 0.00 / 0.15)

CMYK percentages

%19.27
%38.99
%0
%14.51

Codes

Color #B085DA in popluar color models

B0 85 DA
RGB 176 133 218
HSL 270° 53.46% 68.82%
HSB/HSV 270° 38.99% 85.49%
CMYK 19.27% 38.99% 0.00%
14.51%

Color #B085DA in popluar number systems.

HEX B0 85 DA
Decimal 176 133 218
Binary 10110000 10000101 11011010
Octal 260 205 332

Shades and tints

Shades of #B085DA

#B085DA
(176,133,218)
#A079C7
(160,121,199)
#906DB4
(144,109,180)
#8061A1
(128,97,161)
#70558E
(112,85,142)
#60497B
(96,73,123)
#503D68
(80,61,104)
#403155
(64,49,85)
#302542
(48,37,66)
#20192F
(32,25,47)
#100D1C
(16,13,28)
#000000
(0,0,0)

Tints of #B085DA

#B085DA
(176,133,218)
#B790DD
(183,144,221)
#BE9BE0
(190,155,224)
#C5A6E3
(197,166,227)
#CCB1E6
(204,177,230)
#D3BCE9
(211,188,233)
#DAC7EC
(218,199,236)
#E1D2EF
(225,210,239)
#E8DDF2
(232,221,242)
#EFE8F5
(239,232,245)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B085DA; }

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

This text font color is #B085DA.

Background Color

.myBgColor { background-color: #B085DA; }

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

This div background color is #B085DA.

Border color

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

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

This div border color is #B085DA.

Opacity

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

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

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

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

This text has shadow with #B085DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B085DA.

Preview

Color preview on black background

This text has color #B085DA on black background.


Color preview on white background

This text has color #B085DA on white background.


Black color preview on #B085DA background

This text has black color on #B085DA background.


White color preview on #B085DA background

This text has white color on #B085DA background.


Related colors

Complementary color

Complementary color for #hex is #4F7A25.


I love getcolorcode.com

Triadic colors

1 #DAB085 and #85DAB0 with #B085DA are triadic colors.

2 #DA85B0 and #85B0DA with #B085DA are triadic colors.