COLOR #B284F6

HEX: #B284F6
RGB: (178,132,246)

Color info

#B284F6 contains mainly blue color. Web safe color of #B284F6 is #9999FF (or #99F).

RGB color model

#B284F6 color RGB value is (178,132,246).

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

RGB channels and saturation

R 178 of 255 = 70%
G 132 of 255 = 52%
B 246 of 255 = 96%

178
132
246

R + G + B ~ 73%. #B284F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 132 + 246 = 556 (100%)
R 178 of 556 ~ 32.01%
G 132 of 556 ~ 23.74%
B 246 of 556 ~ 44.24%

%32.01
%23.74
%44.24

CMYK color model

#B284F6 color CMYK value is (28,46,0,4).

  • cyan value is 27.64%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(28,46,0,4)
C28M46Y0K4 
(28%,46%,0%,4%)
(0.28/0.46/0.00/0.04)	

CMYK percentages

%27.64
%46.34
%0
%3.53

Codes

Color #B284F6 in popluar color models

B284F6
RGB178132246
HSL264°86.36%74.12%
HSB/HSV264°46.34%96.47%
CMYK27.64%46.34%0.00%
3.53%

Color #B284F6 in popluar number systems.

HEXB284F6
Decimal178132246
Binary101100101000010011110110
Octal262204366

Shades and tints

Shades of #B284F6

#B284F6
(178,132,246)
#A278E0
(162,120,224)
#926CCA
(146,108,202)
#8260B4
(130,96,180)
#72549E
(114,84,158)
#624888
(98,72,136)
#523C72
(82,60,114)
#42305C
(66,48,92)
#322446
(50,36,70)
#221830
(34,24,48)
#120C1A
(18,12,26)
#000000
(0,0,0)

Tints of #B284F6

#B284F6
(178,132,246)
#B98FF6
(185,143,246)
#C09AF6
(192,154,246)
#C7A5F6
(199,165,246)
#CEB0F6
(206,176,246)
#D5BBF6
(213,187,246)
#DCC6F6
(220,198,246)
#E3D1F6
(227,209,246)
#EADCF6
(234,220,246)
#F1E7F6
(241,231,246)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B284F6; }

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

This text font color is #B284F6.


Background Color

.myBgColor { background-color: #B284F6; }

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

This div background color is #B284F6.


Border color

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

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

This div border color is #B284F6.


Opacity

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

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

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

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

This text has shadow with #B284F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B284F6 on black background.


Color preview on white background

This text has color #B284F6 on white background.



Black color preview on #B284F6 background

This text has black color on #B284F6 background.


White color preview on #B284F6 background

This text has white color on #B284F6 background.