COLOR #B84E9A

HEX: #B84E9A
RGB: (184,78,154)

Color info

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

RGB color model

#B84E9A color RGB value is (184,78,154).

  • red value is 184;
  • green value is 78;
  • blue value is 154.
RGB:
(184,78,154)
(72%,31%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 78 of 255 = 31%
B 154 of 255 = 60%

184
78
154

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

Portions of RGB colors in percentages

R + G + B =
184 + 78 + 154 = 416 (100%)
R 184 of 416 ~ 44.23%
G 78 of 416 ~ 18.75%
B 154 of 416 ~ 37.02%

%44.23
%18.75
%37.02

CMYK color model

#B84E9A color CMYK value is (0,58,16,28).

  • cyan value is 0.00%
  • magenta value is 57.61%
  • yellow value is 16.30%
  • key color value is 27.84%
CMYK:
(0,58,16,28)
C0M58Y16K28 
(0%,58%,16%,28%)
(0.00/0.58/0.16/0.28)	

CMYK percentages

%0
%57.61
%16.3
%27.84

Codes

Color #B84E9A in popluar color models

B84E9A
RGB18478154
HSL317°42.74%51.37%
HSB/HSV317°57.61%72.16%
CMYK0.00%57.61%16.30%
27.84%

Color #B84E9A in popluar number systems.

HEXB84E9A
Decimal18478154
Binary10111000100111010011010
Octal270116232

Shades and tints

Shades of #B84E9A

#B84E9A
(184,78,154)
#A8478C
(168,71,140)
#98407E
(152,64,126)
#883970
(136,57,112)
#783262
(120,50,98)
#682B54
(104,43,84)
#582446
(88,36,70)
#481D38
(72,29,56)
#38162A
(56,22,42)
#280F1C
(40,15,28)
#18080E
(24,8,14)
#000000
(0,0,0)

Tints of #B84E9A

#B84E9A
(184,78,154)
#BE5EA3
(190,94,163)
#C46EAC
(196,110,172)
#CA7EB5
(202,126,181)
#D08EBE
(208,142,190)
#D69EC7
(214,158,199)
#DCAED0
(220,174,208)
#E2BED9
(226,190,217)
#E8CEE2
(232,206,226)
#EEDEEB
(238,222,235)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B84E9A color. Also use rgb(184,78,154) instead hex code.

Text Font Color

.myTextColor { color: #B84E9A; }

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

This text font color is #B84E9A.


Background Color

.myBgColor { background-color: #B84E9A; }

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

This div background color is #B84E9A.


Border color

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

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

This div border color is #B84E9A.


Opacity

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

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

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

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

This text has shadow with #B84E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84E9A on black background.


Color preview on white background

This text has color #B84E9A on white background.



Black color preview on #B84E9A background

This text has black color on #B84E9A background.


White color preview on #B84E9A background

This text has white color on #B84E9A background.