COLOR #B84D93

HEX: #B84D93
RGB: (184,77,147)

Color info

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

RGB color model

#B84D93 color RGB value is (184,77,147).

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

RGB channels and saturation

R 184 of 255 = 72%
G 77 of 255 = 30%
B 147 of 255 = 58%

184
77
147

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

Portions of RGB colors in percentages

R + G + B =
184 + 77 + 147 = 408 (100%)
R 184 of 408 ~ 45.1%
G 77 of 408 ~ 18.87%
B 147 of 408 ~ 36.03%

%45.1
%18.87
%36.03

CMYK color model

#B84D93 color CMYK value is (0,58,20,28).

  • cyan value is 0.00%
  • magenta value is 58.15%
  • yellow value is 20.11%
  • key color value is 27.84%
CMYK:
(0,58,20,28)
C0M58Y20K28 
(0%,58%,20%,28%)
(0.00/0.58/0.20/0.28)	

CMYK percentages

%0
%58.15
%20.11
%27.84

Codes

Color #B84D93 in popluar color models

B84D93
RGB18477147
HSL321°42.97%51.18%
HSB/HSV321°58.15%72.16%
CMYK0.00%58.15%20.11%
27.84%

Color #B84D93 in popluar number systems.

HEXB84D93
Decimal18477147
Binary10111000100110110010011
Octal270115223

Shades and tints

Shades of #B84D93

#B84D93
(184,77,147)
#A84686
(168,70,134)
#983F79
(152,63,121)
#88386C
(136,56,108)
#78315F
(120,49,95)
#682A52
(104,42,82)
#582345
(88,35,69)
#481C38
(72,28,56)
#38152B
(56,21,43)
#280E1E
(40,14,30)
#180711
(24,7,17)
#000000
(0,0,0)

Tints of #B84D93

#B84D93
(184,77,147)
#BE5D9C
(190,93,156)
#C46DA5
(196,109,165)
#CA7DAE
(202,125,174)
#D08DB7
(208,141,183)
#D69DC0
(214,157,192)
#DCADC9
(220,173,201)
#E2BDD2
(226,189,210)
#E8CDDB
(232,205,219)
#EEDDE4
(238,221,228)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B84D93; }

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

This text font color is #B84D93.


Background Color

.myBgColor { background-color: #B84D93; }

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

This div background color is #B84D93.


Border color

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

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

This div border color is #B84D93.


Opacity

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

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

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

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

This text has shadow with #B84D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B84D93 on black background.


Color preview on white background

This text has color #B84D93 on white background.



Black color preview on #B84D93 background

This text has black color on #B84D93 background.


White color preview on #B84D93 background

This text has white color on #B84D93 background.