COLOR #B85EB9

HEX: #B85EB9
RGB: (184,94,185)

Color info

#B85EB9 contains mainly red and blue colors. Web safe color of #B85EB9 is #CC66CC (or #C6C).

RGB color model

#B85EB9 color RGB value is (184,94,185).

  • red value is 184;
  • green value is 94;
  • blue value is 185.
RGB:
(184,94,185)
(72%,37%,73%)

RGB channels and saturation

R 184 of 255 = 72%
G 94 of 255 = 37%
B 185 of 255 = 73%

184
94
185

R + G + B ~ 61%. #B85EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 94 + 185 = 463 (100%)
R 184 of 463 ~ 39.74%
G 94 of 463 ~ 20.3%
B 185 of 463 ~ 39.96%

%39.74
%20.3
%39.96

CMYK color model

#B85EB9 color CMYK value is (1,49,0,27).

  • cyan value is 0.54%
  • magenta value is 49.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(1,49,0,27)
C1M49Y0K27 
(1%,49%,0%,27%)
(0.01/0.49/0.00/0.27)	

CMYK percentages

%0.54
%49.19
%0
%27.45

Codes

Color #B85EB9 in popluar color models

B85EB9
RGB18494185
HSL299°39.39%54.71%
HSB/HSV299°49.19%72.55%
CMYK0.54%49.19%0.00%
27.45%

Color #B85EB9 in popluar number systems.

HEXB85EB9
Decimal18494185
Binary10111000101111010111001
Octal270136271

Shades and tints

Shades of #B85EB9

#B85EB9
(184,94,185)
#A856A9
(168,86,169)
#984E99
(152,78,153)
#884689
(136,70,137)
#783E79
(120,62,121)
#683669
(104,54,105)
#582E59
(88,46,89)
#482649
(72,38,73)
#381E39
(56,30,57)
#281629
(40,22,41)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #B85EB9

#B85EB9
(184,94,185)
#BE6CBF
(190,108,191)
#C47AC5
(196,122,197)
#CA88CB
(202,136,203)
#D096D1
(208,150,209)
#D6A4D7
(214,164,215)
#DCB2DD
(220,178,221)
#E2C0E3
(226,192,227)
#E8CEE9
(232,206,233)
#EEDCEF
(238,220,239)
#F4EAF5
(244,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85EB9 color. Also use rgb(184,94,185) instead hex code.

Text Font Color

.myTextColor { color: #B85EB9; }

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

This text font color is #B85EB9.


Background Color

.myBgColor { background-color: #B85EB9; }

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

This div background color is #B85EB9.


Border color

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

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

This div border color is #B85EB9.


Opacity

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

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

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

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

This text has shadow with #B85EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85EB9 on black background.


Color preview on white background

This text has color #B85EB9 on white background.



Black color preview on #B85EB9 background

This text has black color on #B85EB9 background.


White color preview on #B85EB9 background

This text has white color on #B85EB9 background.