COLOR #B5598D

HEX: #B5598D
RGB: (181,89,141)

Color info

#B5598D contains mainly red and blue colors. Web safe color of #B5598D is #CC6699 (or #C69).

RGB color model

#B5598D color RGB value is (181,89,141).

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

RGB channels and saturation

R 181 of 255 = 71%
G 89 of 255 = 35%
B 141 of 255 = 55%

181
89
141

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

Portions of RGB colors in percentages

R + G + B =
181 + 89 + 141 = 411 (100%)
R 181 of 411 ~ 44.04%
G 89 of 411 ~ 21.65%
B 141 of 411 ~ 34.31%

%44.04
%21.65
%34.31

CMYK color model

#B5598D color CMYK value is (0,51,22,29).

  • cyan value is 0.00%
  • magenta value is 50.83%
  • yellow value is 22.10%
  • key color value is 29.02%
CMYK:
(0,51,22,29)
C0M51Y22K29 
(0%,51%,22%,29%)
(0.00/0.51/0.22/0.29)	

CMYK percentages

%0
%50.83
%22.1
%29.02

Codes

Color #B5598D in popluar color models

B5598D
RGB18189141
HSL326°38.33%52.94%
HSB/HSV326°50.83%70.98%
CMYK0.00%50.83%22.10%
29.02%

Color #B5598D in popluar number systems.

HEXB5598D
Decimal18189141
Binary10110101101100110001101
Octal265131215

Shades and tints

Shades of #B5598D

#B5598D
(181,89,141)
#A55181
(165,81,129)
#954975
(149,73,117)
#854169
(133,65,105)
#75395D
(117,57,93)
#653151
(101,49,81)
#552945
(85,41,69)
#452139
(69,33,57)
#35192D
(53,25,45)
#251121
(37,17,33)
#150915
(21,9,21)
#000000
(0,0,0)

Tints of #B5598D

#B5598D
(181,89,141)
#BB6897
(187,104,151)
#C177A1
(193,119,161)
#C786AB
(199,134,171)
#CD95B5
(205,149,181)
#D3A4BF
(211,164,191)
#D9B3C9
(217,179,201)
#DFC2D3
(223,194,211)
#E5D1DD
(229,209,221)
#EBE0E7
(235,224,231)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5598D; }

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

This text font color is #B5598D.


Background Color

.myBgColor { background-color: #B5598D; }

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

This div background color is #B5598D.


Border color

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

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

This div border color is #B5598D.


Opacity

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

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

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

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

This text has shadow with #B5598D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5598D on black background.


Color preview on white background

This text has color #B5598D on white background.



Black color preview on #B5598D background

This text has black color on #B5598D background.


White color preview on #B5598D background

This text has white color on #B5598D background.