COLOR #B05EBC

HEX: #B05EBC
RGB: (176,94,188)

Color info

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

RGB color model

#B05EBC color RGB value is (176,94,188).

  • red value is 176;
  • green value is 94;
  • blue value is 188.
RGB:
(176,94,188)
(69%,37%,74%)

RGB channels and saturation

R 176 of 255 = 69%
G 94 of 255 = 37%
B 188 of 255 = 74%

176
94
188

R + G + B ~ 60%. #B05EBC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 94 + 188 = 458 (100%)
R 176 of 458 ~ 38.43%
G 94 of 458 ~ 20.52%
B 188 of 458 ~ 41.05%

%38.43
%20.52
%41.05

CMYK color model

#B05EBC color CMYK value is (6,50,0,26).

  • cyan value is 6.38%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(6,50,0,26)
C6M50Y0K26 
(6%,50%,0%,26%)
(0.06/0.50/0.00/0.26)	

CMYK percentages

%6.38
%50
%0
%26.27

Codes

Color #B05EBC in popluar color models

B05EBC
RGB17694188
HSL292°41.23%55.29%
HSB/HSV292°50.00%73.73%
CMYK6.38%50.00%0.00%
26.27%

Color #B05EBC in popluar number systems.

HEXB05EBC
Decimal17694188
Binary10110000101111010111100
Octal260136274

Shades and tints

Shades of #B05EBC

#B05EBC
(176,94,188)
#A056AB
(160,86,171)
#904E9A
(144,78,154)
#804689
(128,70,137)
#703E78
(112,62,120)
#603667
(96,54,103)
#502E56
(80,46,86)
#402645
(64,38,69)
#301E34
(48,30,52)
#201623
(32,22,35)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #B05EBC

#B05EBC
(176,94,188)
#B76CC2
(183,108,194)
#BE7AC8
(190,122,200)
#C588CE
(197,136,206)
#CC96D4
(204,150,212)
#D3A4DA
(211,164,218)
#DAB2E0
(218,178,224)
#E1C0E6
(225,192,230)
#E8CEEC
(232,206,236)
#EFDCF2
(239,220,242)
#F6EAF8
(246,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05EBC color. Also use rgb(176,94,188) instead hex code.

Text Font Color

.myTextColor { color: #B05EBC; }

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

This text font color is #B05EBC.


Background Color

.myBgColor { background-color: #B05EBC; }

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

This div background color is #B05EBC.


Border color

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

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

This div border color is #B05EBC.


Opacity

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

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

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

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

This text has shadow with #B05EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05EBC on black background.


Color preview on white background

This text has color #B05EBC on white background.



Black color preview on #B05EBC background

This text has black color on #B05EBC background.


White color preview on #B05EBC background

This text has white color on #B05EBC background.