COLOR #B784EB

HEX: #B784EB RGB: (183,132,235)

Color info

#B784EB contains mainly red and blue colors. Web safe color of #B784EB is #CC99FF (or #C9F).

RGB color model

#B784EB color RGB value is (183,132,235).

RGB: (183,132,235) (72%, 52%, 92%)

RGB channels and saturation

R 183 of 255 = 72%
G 132 of 255 = 52%
B 235 of 255 = 92%

183
132
235

R + G + B ~ 72%. #B784EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 132 + 235 = 550 (100%)
R 183 of 550 ~ 33.27%
G 132 of 550 ~ 24%
B 235 of 550 ~ 42.73'%

%33.27
%24
%42.73

CMYK color model

#B784EB color CMYK value is (22,44,0,8).

  • cyan value is 22.13%
  • magenta value is 43.83%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (22,44,0,8)
C22M44Y0K8 (22%, 44%, 0%, 8%)
(0.22 / 0.44 / 0.00 / 0.08)

CMYK percentages

%22.13
%43.83
%0
%7.84

Codes

Color #B784EB in popluar color models

B7 84 EB
RGB 183 132 235
HSL 270° 72.03% 71.96%
HSB/HSV 270° 43.83% 92.16%
CMYK 22.13% 43.83% 0.00%
7.84%

Color #B784EB in popluar number systems.

HEX B7 84 EB
Decimal 183 132 235
Binary 10110111 10000100 11101011
Octal 267 204 353

Shades and tints

Shades of #B784EB

#B784EB
(183,132,235)
#A778D6
(167,120,214)
#976CC1
(151,108,193)
#8760AC
(135,96,172)
#775497
(119,84,151)
#674882
(103,72,130)
#573C6D
(87,60,109)
#473058
(71,48,88)
#372443
(55,36,67)
#27182E
(39,24,46)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #B784EB

#B784EB
(183,132,235)
#BD8FEC
(189,143,236)
#C39AED
(195,154,237)
#C9A5EE
(201,165,238)
#CFB0EF
(207,176,239)
#D5BBF0
(213,187,240)
#DBC6F1
(219,198,241)
#E1D1F2
(225,209,242)
#E7DCF3
(231,220,243)
#EDE7F4
(237,231,244)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B784EB color. Also use rgb(183,132,235) instead hex code.

Text Font Color

.myTextColor { color: #B784EB; }

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

This text font color is #B784EB.

Background Color

.myBgColor { background-color: #B784EB; }

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

This div background color is #B784EB.

Border color

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

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

This div border color is #B784EB.

Opacity

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

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

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

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

This text has shadow with #B784EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B784EB.

Preview

Color preview on black background

This text has color #B784EB on black background.


Color preview on white background

This text has color #B784EB on white background.


Black color preview on #B784EB background

This text has black color on #B784EB background.


White color preview on #B784EB background

This text has white color on #B784EB background.


Related colors

Complementary color

Complementary color for #hex is #487B14.


I love getcolorcode.com

Triadic colors

1 #EBB784 and #84EBB7 with #B784EB are triadic colors.

2 #EB84B7 and #84B7EB with #B784EB are triadic colors.