COLOR #B84EC6

HEX: #B84EC6 RGB: (184,78,198)

Color info

#B84EC6 contains mainly red and blue colors. Web safe color of #B84EC6 is #CC66CC (or #C6C).

RGB color model

#B84EC6 color RGB value is (184,78,198).

RGB: (184,78,198) (72%, 31%, 78%)

RGB channels and saturation

R 184 of 255 = 72%
G 78 of 255 = 31%
B 198 of 255 = 78%

184
78
198

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

Portions of RGB colors in percentages

R + G + B = 184 + 78 + 198 = 460 (100%)
R 184 of 460 ~ 40%
G 78 of 460 ~ 16.96%
B 198 of 460 ~ 43.04'%

%40
%16.96
%43.04

CMYK color model

#B84EC6 color CMYK value is (7,61,0,22).

  • cyan value is 7.07%
  • magenta value is 60.61%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (7,61,0,22)
C7M61Y0K22 (7%, 61%, 0%, 22%)
(0.07 / 0.61 / 0.00 / 0.22)

CMYK percentages

%7.07
%60.61
%0
%22.35

Codes

Color #B84EC6 in popluar color models

B8 4E C6
RGB 184 78 198
HSL 293° 51.28% 54.12%
HSB/HSV 293° 60.61% 77.65%
CMYK 7.07% 60.61% 0.00%
22.35%

Color #B84EC6 in popluar number systems.

HEX B8 4E C6
Decimal 184 78 198
Binary 10111000 1001110 11000110
Octal 270 116 306

Shades and tints

Shades of #B84EC6

#B84EC6
(184,78,198)
#A847B4
(168,71,180)
#9840A2
(152,64,162)
#883990
(136,57,144)
#78327E
(120,50,126)
#682B6C
(104,43,108)
#58245A
(88,36,90)
#481D48
(72,29,72)
#381636
(56,22,54)
#280F24
(40,15,36)
#180812
(24,8,18)
#000000
(0,0,0)

Tints of #B84EC6

#B84EC6
(184,78,198)
#BE5ECB
(190,94,203)
#C46ED0
(196,110,208)
#CA7ED5
(202,126,213)
#D08EDA
(208,142,218)
#D69EDF
(214,158,223)
#DCAEE4
(220,174,228)
#E2BEE9
(226,190,233)
#E8CEEE
(232,206,238)
#EEDEF3
(238,222,243)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B84EC6; }

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

This text font color is #B84EC6.

Background Color

.myBgColor { background-color: #B84EC6; }

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

This div background color is #B84EC6.

Border color

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

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

This div border color is #B84EC6.

Opacity

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

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

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

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

This text has shadow with #B84EC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B84EC6.

Preview

Color preview on black background

This text has color #B84EC6 on black background.


Color preview on white background

This text has color #B84EC6 on white background.


Black color preview on #B84EC6 background

This text has black color on #B84EC6 background.


White color preview on #B84EC6 background

This text has white color on #B84EC6 background.


Related colors

Complementary color

Complementary color for #hex is #47B139.


I love getcolorcode.com

Triadic colors

1 #C6B84E and #4EC6B8 with #B84EC6 are triadic colors.

2 #C64EB8 and #4EB8C6 with #B84EC6 are triadic colors.