COLOR #B0598D

HEX: #B0598D
RGB: (176,89,141)

Color info

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

RGB color model

#B0598D color RGB value is (176,89,141).

  • red value is 176;
  • green value is 89;
  • blue value is 141.
RGB:
(176,89,141)
(69%,35%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 89 of 255 = 35%
B 141 of 255 = 55%

176
89
141

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

Portions of RGB colors in percentages

R + G + B =
176 + 89 + 141 = 406 (100%)
R 176 of 406 ~ 43.35%
G 89 of 406 ~ 21.92%
B 141 of 406 ~ 34.73%

%43.35
%21.92
%34.73

CMYK color model

#B0598D color CMYK value is (0,49,20,31).

  • cyan value is 0.00%
  • magenta value is 49.43%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(0,49,20,31)
C0M49Y20K31 
(0%,49%,20%,31%)
(0.00/0.49/0.20/0.31)	

CMYK percentages

%0
%49.43
%19.89
%30.98

Codes

Color #B0598D in popluar color models

B0598D
RGB17689141
HSL324°35.51%51.96%
HSB/HSV324°49.43%69.02%
CMYK0.00%49.43%19.89%
30.98%

Color #B0598D in popluar number systems.

HEXB0598D
Decimal17689141
Binary10110000101100110001101
Octal260131215

Shades and tints

Shades of #B0598D

#B0598D
(176,89,141)
#A05181
(160,81,129)
#904975
(144,73,117)
#804169
(128,65,105)
#70395D
(112,57,93)
#603151
(96,49,81)
#502945
(80,41,69)
#402139
(64,33,57)
#30192D
(48,25,45)
#201121
(32,17,33)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #B0598D

#B0598D
(176,89,141)
#B76897
(183,104,151)
#BE77A1
(190,119,161)
#C586AB
(197,134,171)
#CC95B5
(204,149,181)
#D3A4BF
(211,164,191)
#DAB3C9
(218,179,201)
#E1C2D3
(225,194,211)
#E8D1DD
(232,209,221)
#EFE0E7
(239,224,231)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0598D color. Also use rgb(176,89,141) instead hex code.

Text Font Color

.myTextColor { color: #B0598D; }

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

This text font color is #B0598D.


Background Color

.myBgColor { background-color: #B0598D; }

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

This div background color is #B0598D.


Border color

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

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

This div border color is #B0598D.


Opacity

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

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

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

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

This text has shadow with #B0598D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0598D on black background.


Color preview on white background

This text has color #B0598D on white background.



Black color preview on #B0598D background

This text has black color on #B0598D background.


White color preview on #B0598D background

This text has white color on #B0598D background.