COLOR #B84DEA

HEX: #B84DEA
RGB: (184,77,234)

Color info

#B84DEA contains mainly red and blue colors. Web safe color of #B84DEA is #CC33FF (or #C3F).

RGB color model

#B84DEA color RGB value is (184,77,234).

  • red value is 184;
  • green value is 77;
  • blue value is 234.
RGB:
(184,77,234)
(72%,30%,92%)

RGB channels and saturation

R 184 of 255 = 72%
G 77 of 255 = 30%
B 234 of 255 = 92%

184
77
234

R + G + B ~ 65%. #B84DEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 77 + 234 = 495 (100%)
R 184 of 495 ~ 37.17%
G 77 of 495 ~ 15.56%
B 234 of 495 ~ 47.27%

%37.17
%15.56
%47.27

CMYK color model

#B84DEA color CMYK value is (21,67,0,8).

  • cyan value is 21.37%
  • magenta value is 67.09%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,67,0,8)
C21M67Y0K8 
(21%,67%,0%,8%)
(0.21/0.67/0.00/0.08)	

CMYK percentages

%21.37
%67.09
%0
%8.24

Codes

Color #B84DEA in popluar color models

B84DEA
RGB18477234
HSL281°78.89%60.98%
HSB/HSV281°67.09%91.76%
CMYK21.37%67.09%0.00%
8.24%

Color #B84DEA in popluar number systems.

HEXB84DEA
Decimal18477234
Binary10111000100110111101010
Octal270115352

Shades and tints

Shades of #B84DEA

#B84DEA
(184,77,234)
#A846D5
(168,70,213)
#983FC0
(152,63,192)
#8838AB
(136,56,171)
#783196
(120,49,150)
#682A81
(104,42,129)
#58236C
(88,35,108)
#481C57
(72,28,87)
#381542
(56,21,66)
#280E2D
(40,14,45)
#180718
(24,7,24)
#000000
(0,0,0)

Tints of #B84DEA

#B84DEA
(184,77,234)
#BE5DEB
(190,93,235)
#C46DEC
(196,109,236)
#CA7DED
(202,125,237)
#D08DEE
(208,141,238)
#D69DEF
(214,157,239)
#DCADF0
(220,173,240)
#E2BDF1
(226,189,241)
#E8CDF2
(232,205,242)
#EEDDF3
(238,221,243)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B84DEA color. Also use rgb(184,77,234) instead hex code.

Text Font Color

.myTextColor { color: #B84DEA; }

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

This text font color is #B84DEA.


Background Color

.myBgColor { background-color: #B84DEA; }

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

This div background color is #B84DEA.


Border color

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

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

This div border color is #B84DEA.


Opacity

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

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

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

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

This text has shadow with #B84DEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84DEA on black background.


Color preview on white background

This text has color #B84DEA on white background.



Black color preview on #B84DEA background

This text has black color on #B84DEA background.


White color preview on #B84DEA background

This text has white color on #B84DEA background.