COLOR #B085C2

HEX: #B085C2
RGB: (176,133,194)

Color info

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

RGB color model

#B085C2 color RGB value is (176,133,194).

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

RGB channels and saturation

R 176 of 255 = 69%
G 133 of 255 = 52%
B 194 of 255 = 76%

176
133
194

R + G + B ~ 66%. #B085C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 133 + 194 = 503 (100%)
R 176 of 503 ~ 34.99%
G 133 of 503 ~ 26.44%
B 194 of 503 ~ 38.57%

%34.99
%26.44
%38.57

CMYK color model

#B085C2 color CMYK value is (9,31,0,24).

  • cyan value is 9.28%
  • magenta value is 31.44%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(9,31,0,24)
C9M31Y0K24 
(9%,31%,0%,24%)
(0.09/0.31/0.00/0.24)	

CMYK percentages

%9.28
%31.44
%0
%23.92

Codes

Color #B085C2 in popluar color models

B085C2
RGB176133194
HSL282°33.33%64.12%
HSB/HSV282°31.44%76.08%
CMYK9.28%31.44%0.00%
23.92%

Color #B085C2 in popluar number systems.

HEXB085C2
Decimal176133194
Binary101100001000010111000010
Octal260205302

Shades and tints

Shades of #B085C2

#B085C2
(176,133,194)
#A079B1
(160,121,177)
#906DA0
(144,109,160)
#80618F
(128,97,143)
#70557E
(112,85,126)
#60496D
(96,73,109)
#503D5C
(80,61,92)
#40314B
(64,49,75)
#30253A
(48,37,58)
#201929
(32,25,41)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #B085C2

#B085C2
(176,133,194)
#B790C7
(183,144,199)
#BE9BCC
(190,155,204)
#C5A6D1
(197,166,209)
#CCB1D6
(204,177,214)
#D3BCDB
(211,188,219)
#DAC7E0
(218,199,224)
#E1D2E5
(225,210,229)
#E8DDEA
(232,221,234)
#EFE8EF
(239,232,239)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B085C2; }

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

This text font color is #B085C2.


Background Color

.myBgColor { background-color: #B085C2; }

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

This div background color is #B085C2.


Border color

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

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

This div border color is #B085C2.


Opacity

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

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

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

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

This text has shadow with #B085C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B085C2 on black background.


Color preview on white background

This text has color #B085C2 on white background.



Black color preview on #B085C2 background

This text has black color on #B085C2 background.


White color preview on #B085C2 background

This text has white color on #B085C2 background.