COLOR #B284BB

HEX: #B284BB
RGB: (178,132,187)

Color info

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

RGB color model

#B284BB color RGB value is (178,132,187).

  • red value is 178;
  • green value is 132;
  • blue value is 187.
RGB:
(178,132,187)
(70%,52%,73%)

RGB channels and saturation

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

178
132
187

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

Portions of RGB colors in percentages

R + G + B =
178 + 132 + 187 = 497 (100%)
R 178 of 497 ~ 35.81%
G 132 of 497 ~ 26.56%
B 187 of 497 ~ 37.63%

%35.81
%26.56
%37.63

CMYK color model

#B284BB color CMYK value is (5,29,0,27).

  • cyan value is 4.81%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(5,29,0,27)
C5M29Y0K27 
(5%,29%,0%,27%)
(0.05/0.29/0.00/0.27)	

CMYK percentages

%4.81
%29.41
%0
%26.67

Codes

Color #B284BB in popluar color models

B284BB
RGB178132187
HSL290°28.80%62.55%
HSB/HSV290°29.41%73.33%
CMYK4.81%29.41%0.00%
26.67%

Color #B284BB in popluar number systems.

HEXB284BB
Decimal178132187
Binary101100101000010010111011
Octal262204273

Shades and tints

Shades of #B284BB

#B284BB
(178,132,187)
#A278AA
(162,120,170)
#926C99
(146,108,153)
#826088
(130,96,136)
#725477
(114,84,119)
#624866
(98,72,102)
#523C55
(82,60,85)
#423044
(66,48,68)
#322433
(50,36,51)
#221822
(34,24,34)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #B284BB

#B284BB
(178,132,187)
#B98FC1
(185,143,193)
#C09AC7
(192,154,199)
#C7A5CD
(199,165,205)
#CEB0D3
(206,176,211)
#D5BBD9
(213,187,217)
#DCC6DF
(220,198,223)
#E3D1E5
(227,209,229)
#EADCEB
(234,220,235)
#F1E7F1
(241,231,241)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B284BB; }

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

This text font color is #B284BB.


Background Color

.myBgColor { background-color: #B284BB; }

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

This div background color is #B284BB.


Border color

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

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

This div border color is #B284BB.


Opacity

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

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

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

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

This text has shadow with #B284BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B284BB on black background.


Color preview on white background

This text has color #B284BB on white background.



Black color preview on #B284BB background

This text has black color on #B284BB background.


White color preview on #B284BB background

This text has white color on #B284BB background.