COLOR #B84FA6

HEX: #B84FA6 RGB: (184,79,166)

Color info

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

RGB color model

#B84FA6 color RGB value is (184,79,166).

RGB: (184,79,166) (72%, 31%, 65%)

RGB channels and saturation

R 184 of 255 = 72%
G 79 of 255 = 31%
B 166 of 255 = 65%

184
79
166

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

Portions of RGB colors in percentages

R + G + B = 184 + 79 + 166 = 429 (100%)
R 184 of 429 ~ 42.89%
G 79 of 429 ~ 18.41%
B 166 of 429 ~ 38.69'%

%42.89
%18.41
%38.69

CMYK color model

#B84FA6 color CMYK value is (0,57,10,28).

  • cyan value is 0.00%
  • magenta value is 57.07%
  • yellow value is 9.78%
  • key color value is 27.84%

CMYK: (0,57,10,28)
C0M57Y10K28 (0%, 57%, 10%, 28%)
(0.00 / 0.57 / 0.10 / 0.28)

CMYK percentages

%0
%57.07
%9.78
%27.84

Codes

Color #B84FA6 in popluar color models

B8 4F A6
RGB 184 79 166
HSL 310° 42.51% 51.57%
HSB/HSV 310° 57.07% 72.16%
CMYK 0.00% 57.07% 9.78%
27.84%

Color #B84FA6 in popluar number systems.

HEX B8 4F A6
Decimal 184 79 166
Binary 10111000 1001111 10100110
Octal 270 117 246

Shades and tints

Shades of #B84FA6

#B84FA6
(184,79,166)
#A84897
(168,72,151)
#984188
(152,65,136)
#883A79
(136,58,121)
#78336A
(120,51,106)
#682C5B
(104,44,91)
#58254C
(88,37,76)
#481E3D
(72,30,61)
#38172E
(56,23,46)
#28101F
(40,16,31)
#180910
(24,9,16)
#000000
(0,0,0)

Tints of #B84FA6

#B84FA6
(184,79,166)
#BE5FAE
(190,95,174)
#C46FB6
(196,111,182)
#CA7FBE
(202,127,190)
#D08FC6
(208,143,198)
#D69FCE
(214,159,206)
#DCAFD6
(220,175,214)
#E2BFDE
(226,191,222)
#E8CFE6
(232,207,230)
#EEDFEE
(238,223,238)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B84FA6 color. Also use rgb(184,79,166) instead hex code.

Text Font Color

.myTextColor { color: #B84FA6; }

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

This text font color is #B84FA6.

Background Color

.myBgColor { background-color: #B84FA6; }

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

This div background color is #B84FA6.

Border color

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

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

This div border color is #B84FA6.

Opacity

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

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

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

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

This text has shadow with #B84FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B84FA6.

Preview

Color preview on black background

This text has color #B84FA6 on black background.


Color preview on white background

This text has color #B84FA6 on white background.


Black color preview on #B84FA6 background

This text has black color on #B84FA6 background.


White color preview on #B84FA6 background

This text has white color on #B84FA6 background.


Related colors

Complementary color

Complementary color for #hex is #47B059.


I love getcolorcode.com

Triadic colors

1 #A6B84F and #4FA6B8 with #B84FA6 are triadic colors.

2 #A64FB8 and #4FB8A6 with #B84FA6 are triadic colors.