COLOR #B85EB2

HEX: #B85EB2
RGB: (184,94,178)

Color info

#B85EB2 contains mainly red and blue colors. Web safe color of #B85EB2 is #CC6699 (or #C69).

RGB color model

#B85EB2 color RGB value is (184,94,178).

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

RGB channels and saturation

R 184 of 255 = 72%
G 94 of 255 = 37%
B 178 of 255 = 70%

184
94
178

R + G + B ~ 60%. #B85EB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
184 + 94 + 178 = 456 (100%)
R 184 of 456 ~ 40.35%
G 94 of 456 ~ 20.61%
B 178 of 456 ~ 39.04%

%40.35
%20.61
%39.04

CMYK color model

#B85EB2 color CMYK value is (0,49,3,28).

  • cyan value is 0.00%
  • magenta value is 48.91%
  • yellow value is 3.26%
  • key color value is 27.84%
CMYK:
(0,49,3,28)
C0M49Y3K28 
(0%,49%,3%,28%)
(0.00/0.49/0.03/0.28)	

CMYK percentages

%0
%48.91
%3.26
%27.84

Codes

Color #B85EB2 in popluar color models

B85EB2
RGB18494178
HSL304°38.79%54.51%
HSB/HSV304°48.91%72.16%
CMYK0.00%48.91%3.26%
27.84%

Color #B85EB2 in popluar number systems.

HEXB85EB2
Decimal18494178
Binary10111000101111010110010
Octal270136262

Shades and tints

Shades of #B85EB2

#B85EB2
(184,94,178)
#A856A2
(168,86,162)
#984E92
(152,78,146)
#884682
(136,70,130)
#783E72
(120,62,114)
#683662
(104,54,98)
#582E52
(88,46,82)
#482642
(72,38,66)
#381E32
(56,30,50)
#281622
(40,22,34)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #B85EB2

#B85EB2
(184,94,178)
#BE6CB9
(190,108,185)
#C47AC0
(196,122,192)
#CA88C7
(202,136,199)
#D096CE
(208,150,206)
#D6A4D5
(214,164,213)
#DCB2DC
(220,178,220)
#E2C0E3
(226,192,227)
#E8CEEA
(232,206,234)
#EEDCF1
(238,220,241)
#F4EAF8
(244,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B85EB2; }

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

This text font color is #B85EB2.


Background Color

.myBgColor { background-color: #B85EB2; }

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

This div background color is #B85EB2.


Border color

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

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

This div border color is #B85EB2.


Opacity

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

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

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

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

This text has shadow with #B85EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B85EB2 on black background.


Color preview on white background

This text has color #B85EB2 on white background.



Black color preview on #B85EB2 background

This text has black color on #B85EB2 background.


White color preview on #B85EB2 background

This text has white color on #B85EB2 background.