COLOR #B05E97

HEX: #B05E97
RGB: (176,94,151)

Color info

#B05E97 contains mainly red and blue colors. Web safe color of #B05E97 is #996699 (or #969).

RGB color model

#B05E97 color RGB value is (176,94,151).

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

RGB channels and saturation

R 176 of 255 = 69%
G 94 of 255 = 37%
B 151 of 255 = 59%

176
94
151

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

Portions of RGB colors in percentages

R + G + B =
176 + 94 + 151 = 421 (100%)
R 176 of 421 ~ 41.81%
G 94 of 421 ~ 22.33%
B 151 of 421 ~ 35.87%

%41.81
%22.33
%35.87

CMYK color model

#B05E97 color CMYK value is (0,47,14,31).

  • cyan value is 0.00%
  • magenta value is 46.59%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(0,47,14,31)
C0M47Y14K31 
(0%,47%,14%,31%)
(0.00/0.47/0.14/0.31)	

CMYK percentages

%0
%46.59
%14.2
%30.98

Codes

Color #B05E97 in popluar color models

B05E97
RGB17694151
HSL318°34.17%52.94%
HSB/HSV318°46.59%69.02%
CMYK0.00%46.59%14.20%
30.98%

Color #B05E97 in popluar number systems.

HEXB05E97
Decimal17694151
Binary10110000101111010010111
Octal260136227

Shades and tints

Shades of #B05E97

#B05E97
(176,94,151)
#A0568A
(160,86,138)
#904E7D
(144,78,125)
#804670
(128,70,112)
#703E63
(112,62,99)
#603656
(96,54,86)
#502E49
(80,46,73)
#40263C
(64,38,60)
#301E2F
(48,30,47)
#201622
(32,22,34)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #B05E97

#B05E97
(176,94,151)
#B76CA0
(183,108,160)
#BE7AA9
(190,122,169)
#C588B2
(197,136,178)
#CC96BB
(204,150,187)
#D3A4C4
(211,164,196)
#DAB2CD
(218,178,205)
#E1C0D6
(225,192,214)
#E8CEDF
(232,206,223)
#EFDCE8
(239,220,232)
#F6EAF1
(246,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B05E97; }

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

This text font color is #B05E97.


Background Color

.myBgColor { background-color: #B05E97; }

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

This div background color is #B05E97.


Border color

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

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

This div border color is #B05E97.


Opacity

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

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

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

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

This text has shadow with #B05E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05E97 on black background.


Color preview on white background

This text has color #B05E97 on white background.



Black color preview on #B05E97 background

This text has black color on #B05E97 background.


White color preview on #B05E97 background

This text has white color on #B05E97 background.