COLOR #B284BA

HEX: #B284BA RGB: (178,132,186)

Color info

#B284BA contains red, green and blue colors in about the same proportion. Web safe color of #B284BA is #9999CC (or #99C).

RGB color model

#B284BA color RGB value is (178,132,186).

RGB: (178,132,186) (70%, 52%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 132 of 255 = 52%
B 186 of 255 = 73%

178
132
186

R + G + B ~ 65%. #B284BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 132 + 186 = 496 (100%)
R 178 of 496 ~ 35.89%
G 132 of 496 ~ 26.61%
B 186 of 496 ~ 37.5'%

%35.89
%26.61
%37.5

CMYK color model

#B284BA color CMYK value is (4,29,0,27).

  • cyan value is 4.30%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (4,29,0,27)
C4M29Y0K27 (4%, 29%, 0%, 27%)
(0.04 / 0.29 / 0.00 / 0.27)

CMYK percentages

%4.3
%29.03
%0
%27.06

Codes

Color #B284BA in popluar color models

B2 84 BA
RGB 178 132 186
HSL 291° 28.13% 62.35%
HSB/HSV 291° 29.03% 72.94%
CMYK 4.30% 29.03% 0.00%
27.06%

Color #B284BA in popluar number systems.

HEX B2 84 BA
Decimal 178 132 186
Binary 10110010 10000100 10111010
Octal 262 204 272

Shades and tints

Shades of #B284BA

#B284BA
(178,132,186)
#A278AA
(162,120,170)
#926C9A
(146,108,154)
#82608A
(130,96,138)
#72547A
(114,84,122)
#62486A
(98,72,106)
#523C5A
(82,60,90)
#42304A
(66,48,74)
#32243A
(50,36,58)
#22182A
(34,24,42)
#120C1A
(18,12,26)
#000000
(0,0,0)

Tints of #B284BA

#B284BA
(178,132,186)
#B98FC0
(185,143,192)
#C09AC6
(192,154,198)
#C7A5CC
(199,165,204)
#CEB0D2
(206,176,210)
#D5BBD8
(213,187,216)
#DCC6DE
(220,198,222)
#E3D1E4
(227,209,228)
#EADCEA
(234,220,234)
#F1E7F0
(241,231,240)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B284BA color. Also use rgb(178,132,186) instead hex code.

Text Font Color

.myTextColor { color: #B284BA; }

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

This text font color is #B284BA.

Background Color

.myBgColor { background-color: #B284BA; }

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

This div background color is #B284BA.

Border color

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

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

This div border color is #B284BA.

Opacity

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

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

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

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

This text has shadow with #B284BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B284BA.

Preview

Color preview on black background

This text has color #B284BA on black background.


Color preview on white background

This text has color #B284BA on white background.


Black color preview on #B284BA background

This text has black color on #B284BA background.


White color preview on #B284BA background

This text has white color on #B284BA background.


Related colors

Complementary color

Complementary color for #hex is #4D7B45.


I love getcolorcode.com

Triadic colors

1 #BAB284 and #84BAB2 with #B284BA are triadic colors.

2 #BA84B2 and #84B2BA with #B284BA are triadic colors.