COLOR #B84DA1

HEX: #B84DA1
RGB: (184,77,161)

Color info

#B84DA1 contains mainly red and blue colors. Web safe color of #B84DA1 is #CC3399 (or #C39).

RGB color model

#B84DA1 color RGB value is (184,77,161).

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

RGB channels and saturation

R 184 of 255 = 72%
G 77 of 255 = 30%
B 161 of 255 = 63%

184
77
161

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

Portions of RGB colors in percentages

R + G + B =
184 + 77 + 161 = 422 (100%)
R 184 of 422 ~ 43.6%
G 77 of 422 ~ 18.25%
B 161 of 422 ~ 38.15%

%43.6
%18.25
%38.15

CMYK color model

#B84DA1 color CMYK value is (0,58,13,28).

  • cyan value is 0.00%
  • magenta value is 58.15%
  • yellow value is 12.50%
  • key color value is 27.84%
CMYK:
(0,58,13,28)
C0M58Y13K28 
(0%,58%,13%,28%)
(0.00/0.58/0.13/0.28)	

CMYK percentages

%0
%58.15
%12.5
%27.84

Codes

Color #B84DA1 in popluar color models

B84DA1
RGB18477161
HSL313°42.97%51.18%
HSB/HSV313°58.15%72.16%
CMYK0.00%58.15%12.50%
27.84%

Color #B84DA1 in popluar number systems.

HEXB84DA1
Decimal18477161
Binary10111000100110110100001
Octal270115241

Shades and tints

Shades of #B84DA1

#B84DA1
(184,77,161)
#A84693
(168,70,147)
#983F85
(152,63,133)
#883877
(136,56,119)
#783169
(120,49,105)
#682A5B
(104,42,91)
#58234D
(88,35,77)
#481C3F
(72,28,63)
#381531
(56,21,49)
#280E23
(40,14,35)
#180715
(24,7,21)
#000000
(0,0,0)

Tints of #B84DA1

#B84DA1
(184,77,161)
#BE5DA9
(190,93,169)
#C46DB1
(196,109,177)
#CA7DB9
(202,125,185)
#D08DC1
(208,141,193)
#D69DC9
(214,157,201)
#DCADD1
(220,173,209)
#E2BDD9
(226,189,217)
#E8CDE1
(232,205,225)
#EEDDE9
(238,221,233)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B84DA1; }

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

This text font color is #B84DA1.


Background Color

.myBgColor { background-color: #B84DA1; }

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

This div background color is #B84DA1.


Border color

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

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

This div border color is #B84DA1.


Opacity

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

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

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

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

This text has shadow with #B84DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84DA1 on black background.


Color preview on white background

This text has color #B84DA1 on white background.



Black color preview on #B84DA1 background

This text has black color on #B84DA1 background.


White color preview on #B84DA1 background

This text has white color on #B84DA1 background.