COLOR #B069E2

HEX: #B069E2
RGB: (176,105,226)

Color info

#B069E2 contains mainly red and blue colors. Web safe color of #B069E2 is #9966CC (or #96C).

RGB color model

#B069E2 color RGB value is (176,105,226).

  • red value is 176;
  • green value is 105;
  • blue value is 226.
RGB:
(176,105,226)
(69%,41%,89%)

RGB channels and saturation

R 176 of 255 = 69%
G 105 of 255 = 41%
B 226 of 255 = 89%

176
105
226

R + G + B ~ 66%. #B069E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 105 + 226 = 507 (100%)
R 176 of 507 ~ 34.71%
G 105 of 507 ~ 20.71%
B 226 of 507 ~ 44.58%

%34.71
%20.71
%44.58

CMYK color model

#B069E2 color CMYK value is (22,54,0,11).

  • cyan value is 22.12%
  • magenta value is 53.54%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(22,54,0,11)
C22M54Y0K11 
(22%,54%,0%,11%)
(0.22/0.54/0.00/0.11)	

CMYK percentages

%22.12
%53.54
%0
%11.37

Codes

Color #B069E2 in popluar color models

B069E2
RGB176105226
HSL275°67.60%64.90%
HSB/HSV275°53.54%88.63%
CMYK22.12%53.54%0.00%
11.37%

Color #B069E2 in popluar number systems.

HEXB069E2
Decimal176105226
Binary10110000110100111100010
Octal260151342

Shades and tints

Shades of #B069E2

#B069E2
(176,105,226)
#A060CE
(160,96,206)
#9057BA
(144,87,186)
#804EA6
(128,78,166)
#704592
(112,69,146)
#603C7E
(96,60,126)
#50336A
(80,51,106)
#402A56
(64,42,86)
#302142
(48,33,66)
#20182E
(32,24,46)
#100F1A
(16,15,26)
#000000
(0,0,0)

Tints of #B069E2

#B069E2
(176,105,226)
#B776E4
(183,118,228)
#BE83E6
(190,131,230)
#C590E8
(197,144,232)
#CC9DEA
(204,157,234)
#D3AAEC
(211,170,236)
#DAB7EE
(218,183,238)
#E1C4F0
(225,196,240)
#E8D1F2
(232,209,242)
#EFDEF4
(239,222,244)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B069E2 color. Also use rgb(176,105,226) instead hex code.

Text Font Color

.myTextColor { color: #B069E2; }

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

This text font color is #B069E2.


Background Color

.myBgColor { background-color: #B069E2; }

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

This div background color is #B069E2.


Border color

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

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

This div border color is #B069E2.


Opacity

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

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

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

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

This text has shadow with #B069E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B069E2 on black background.


Color preview on white background

This text has color #B069E2 on white background.



Black color preview on #B069E2 background

This text has black color on #B069E2 background.


White color preview on #B069E2 background

This text has white color on #B069E2 background.