COLOR #B06AE9

HEX: #B06AE9
RGB: (176,106,233)

Color info

#B06AE9 contains mainly red and blue colors. Web safe color of #B06AE9 is #9966FF (or #96F).

RGB color model

#B06AE9 color RGB value is (176,106,233).

  • red value is 176;
  • green value is 106;
  • blue value is 233.
RGB:
(176,106,233)
(69%,42%,91%)

RGB channels and saturation

R 176 of 255 = 69%
G 106 of 255 = 42%
B 233 of 255 = 91%

176
106
233

R + G + B ~ 67%. #B06AE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 106 + 233 = 515 (100%)
R 176 of 515 ~ 34.17%
G 106 of 515 ~ 20.58%
B 233 of 515 ~ 45.24%

%34.17
%20.58
%45.24

CMYK color model

#B06AE9 color CMYK value is (24,55,0,9).

  • cyan value is 24.46%
  • magenta value is 54.51%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(24,55,0,9)
C24M55Y0K9 
(24%,55%,0%,9%)
(0.24/0.55/0.00/0.09)	

CMYK percentages

%24.46
%54.51
%0
%8.63

Codes

Color #B06AE9 in popluar color models

B06AE9
RGB176106233
HSL273°74.27%66.47%
HSB/HSV273°54.51%91.37%
CMYK24.46%54.51%0.00%
8.63%

Color #B06AE9 in popluar number systems.

HEXB06AE9
Decimal176106233
Binary10110000110101011101001
Octal260152351

Shades and tints

Shades of #B06AE9

#B06AE9
(176,106,233)
#A061D4
(160,97,212)
#9058BF
(144,88,191)
#804FAA
(128,79,170)
#704695
(112,70,149)
#603D80
(96,61,128)
#50346B
(80,52,107)
#402B56
(64,43,86)
#302241
(48,34,65)
#20192C
(32,25,44)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #B06AE9

#B06AE9
(176,106,233)
#B777EB
(183,119,235)
#BE84ED
(190,132,237)
#C591EF
(197,145,239)
#CC9EF1
(204,158,241)
#D3ABF3
(211,171,243)
#DAB8F5
(218,184,245)
#E1C5F7
(225,197,247)
#E8D2F9
(232,210,249)
#EFDFFB
(239,223,251)
#F6ECFD
(246,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06AE9 color. Also use rgb(176,106,233) instead hex code.

Text Font Color

.myTextColor { color: #B06AE9; }

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

This text font color is #B06AE9.


Background Color

.myBgColor { background-color: #B06AE9; }

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

This div background color is #B06AE9.


Border color

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

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

This div border color is #B06AE9.


Opacity

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

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

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

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

This text has shadow with #B06AE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06AE9 on black background.


Color preview on white background

This text has color #B06AE9 on white background.



Black color preview on #B06AE9 background

This text has black color on #B06AE9 background.


White color preview on #B06AE9 background

This text has white color on #B06AE9 background.