COLOR #B05897

HEX: #B05897
RGB: (176,88,151)

Color info

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

RGB color model

#B05897 color RGB value is (176,88,151).

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

RGB channels and saturation

R 176 of 255 = 69%
G 88 of 255 = 35%
B 151 of 255 = 59%

176
88
151

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

Portions of RGB colors in percentages

R + G + B =
176 + 88 + 151 = 415 (100%)
R 176 of 415 ~ 42.41%
G 88 of 415 ~ 21.2%
B 151 of 415 ~ 36.39%

%42.41
%21.2
%36.39

CMYK color model

#B05897 color CMYK value is (0,50,14,31).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(0,50,14,31)
C0M50Y14K31 
(0%,50%,14%,31%)
(0.00/0.50/0.14/0.31)	

CMYK percentages

%0
%50
%14.2
%30.98

Codes

Color #B05897 in popluar color models

B05897
RGB17688151
HSL317°35.77%51.76%
HSB/HSV317°50.00%69.02%
CMYK0.00%50.00%14.20%
30.98%

Color #B05897 in popluar number systems.

HEXB05897
Decimal17688151
Binary10110000101100010010111
Octal260130227

Shades and tints

Shades of #B05897

#B05897
(176,88,151)
#A0508A
(160,80,138)
#90487D
(144,72,125)
#804070
(128,64,112)
#703863
(112,56,99)
#603056
(96,48,86)
#502849
(80,40,73)
#40203C
(64,32,60)
#30182F
(48,24,47)
#201022
(32,16,34)
#100815
(16,8,21)
#000000
(0,0,0)

Tints of #B05897

#B05897
(176,88,151)
#B767A0
(183,103,160)
#BE76A9
(190,118,169)
#C585B2
(197,133,178)
#CC94BB
(204,148,187)
#D3A3C4
(211,163,196)
#DAB2CD
(218,178,205)
#E1C1D6
(225,193,214)
#E8D0DF
(232,208,223)
#EFDFE8
(239,223,232)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B05897; }

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

This text font color is #B05897.


Background Color

.myBgColor { background-color: #B05897; }

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

This div background color is #B05897.


Border color

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

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

This div border color is #B05897.


Opacity

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

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

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

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

This text has shadow with #B05897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05897 on black background.


Color preview on white background

This text has color #B05897 on white background.



Black color preview on #B05897 background

This text has black color on #B05897 background.


White color preview on #B05897 background

This text has white color on #B05897 background.