COLOR #B083F6

HEX: #B083F6
RGB: (176,131,246)

Color info

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

RGB color model

#B083F6 color RGB value is (176,131,246).

  • red value is 176;
  • green value is 131;
  • blue value is 246.
RGB:
(176,131,246)
(69%,51%,96%)

RGB channels and saturation

R 176 of 255 = 69%
G 131 of 255 = 51%
B 246 of 255 = 96%

176
131
246

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

Portions of RGB colors in percentages

R + G + B =
176 + 131 + 246 = 553 (100%)
R 176 of 553 ~ 31.83%
G 131 of 553 ~ 23.69%
B 246 of 553 ~ 44.48%

%31.83
%23.69
%44.48

CMYK color model

#B083F6 color CMYK value is (28,47,0,4).

  • cyan value is 28.46%
  • magenta value is 46.75%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(28,47,0,4)
C28M47Y0K4 
(28%,47%,0%,4%)
(0.28/0.47/0.00/0.04)	

CMYK percentages

%28.46
%46.75
%0
%3.53

Codes

Color #B083F6 in popluar color models

B083F6
RGB176131246
HSL263°86.47%73.92%
HSB/HSV263°46.75%96.47%
CMYK28.46%46.75%0.00%
3.53%

Color #B083F6 in popluar number systems.

HEXB083F6
Decimal176131246
Binary101100001000001111110110
Octal260203366

Shades and tints

Shades of #B083F6

#B083F6
(176,131,246)
#A078E0
(160,120,224)
#906DCA
(144,109,202)
#8062B4
(128,98,180)
#70579E
(112,87,158)
#604C88
(96,76,136)
#504172
(80,65,114)
#40365C
(64,54,92)
#302B46
(48,43,70)
#202030
(32,32,48)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #B083F6

#B083F6
(176,131,246)
#B78EF6
(183,142,246)
#BE99F6
(190,153,246)
#C5A4F6
(197,164,246)
#CCAFF6
(204,175,246)
#D3BAF6
(211,186,246)
#DAC5F6
(218,197,246)
#E1D0F6
(225,208,246)
#E8DBF6
(232,219,246)
#EFE6F6
(239,230,246)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B083F6 color. Also use rgb(176,131,246) instead hex code.

Text Font Color

.myTextColor { color: #B083F6; }

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

This text font color is #B083F6.


Background Color

.myBgColor { background-color: #B083F6; }

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

This div background color is #B083F6.


Border color

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

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

This div border color is #B083F6.


Opacity

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

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

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

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

This text has shadow with #B083F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B083F6 on black background.


Color preview on white background

This text has color #B083F6 on white background.



Black color preview on #B083F6 background

This text has black color on #B083F6 background.


White color preview on #B083F6 background

This text has white color on #B083F6 background.