COLOR #B06EBE

HEX: #B06EBE RGB: (176,110,190)

Color info

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

RGB color model

#B06EBE color RGB value is (176,110,190).

RGB: (176,110,190) (69%, 43%, 75%)

RGB channels and saturation

R 176 of 255 = 69%
G 110 of 255 = 43%
B 190 of 255 = 75%

176
110
190

R + G + B ~ 62%. #B06EBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 110 + 190 = 476 (100%)
R 176 of 476 ~ 36.97%
G 110 of 476 ~ 23.11%
B 190 of 476 ~ 39.92'%

%36.97
%23.11
%39.92

CMYK color model

#B06EBE color CMYK value is (7,42,0,25).

  • cyan value is 7.37%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (7,42,0,25) C7M42Y0K25 (7%,42%,0%,25%) (0.07/0.42/0.00/0.25) 

CMYK percentages

%7.37
%42.11
%0
%25.49

Codes

Color #B06EBE in popluar color models

B0 6E BE
RGB 176 110 190
HSL 290° 38.10% 58.82%
HSB/HSV 290° 42.11% 74.51%
CMYK 7.37% 42.11% 0.00%
25.49%

Color #B06EBE in popluar number systems.

HEX B0 6E BE
Decimal 176 110 190
Binary 10110000 1101110 10111110
Octal 260 156 276

Shades and tints

Shades of #B06EBE

#B06EBE
(176,110,190)
#A064AD
(160,100,173)
#905A9C
(144,90,156)
#80508B
(128,80,139)
#70467A
(112,70,122)
#603C69
(96,60,105)
#503258
(80,50,88)
#402847
(64,40,71)
#301E36
(48,30,54)
#201425
(32,20,37)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #B06EBE

#B06EBE
(176,110,190)
#B77BC3
(183,123,195)
#BE88C8
(190,136,200)
#C595CD
(197,149,205)
#CCA2D2
(204,162,210)
#D3AFD7
(211,175,215)
#DABCDC
(218,188,220)
#E1C9E1
(225,201,225)
#E8D6E6
(232,214,230)
#EFE3EB
(239,227,235)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06EBE color. Also use rgb(176,110,190) instead hex code.

Text Font Color

.myTextColor { color: #B06EBE; }

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

This text font color is #B06EBE.

Background Color

.myBgColor { background-color: #B06EBE; }

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

This div background color is #B06EBE.

Border color

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

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

This div border color is #B06EBE.

Opacity

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

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

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

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

This text has shadow with #B06EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B06EBE.

Preview

Color preview on black background

This text has color #B06EBE on black background.


Color preview on white background

This text has color #B06EBE on white background.


Black color preview on #B06EBE background

This text has black color on #B06EBE background.


White color preview on #B06EBE background

This text has white color on #B06EBE background.


Related colors

Complementary color

Complementary color for #hex is #4F9141.


I love getcolorcode.com

Triadic colors

1 #BEB06E and #6EBEB0 with #B06EBE are triadic colors.

2 #BE6EB0 and #6EB0BE with #B06EBE are triadic colors.