COLOR #B55E83

HEX: #B55E83
RGB: (181,94,131)

Color info

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

RGB color model

#B55E83 color RGB value is (181,94,131).

  • red value is 181;
  • green value is 94;
  • blue value is 131.
RGB:
(181,94,131)
(71%,37%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 94 of 255 = 37%
B 131 of 255 = 51%

181
94
131

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

Portions of RGB colors in percentages

R + G + B =
181 + 94 + 131 = 406 (100%)
R 181 of 406 ~ 44.58%
G 94 of 406 ~ 23.15%
B 131 of 406 ~ 32.27%

%44.58
%23.15
%32.27

CMYK color model

#B55E83 color CMYK value is (0,48,28,29).

  • cyan value is 0.00%
  • magenta value is 48.07%
  • yellow value is 27.62%
  • key color value is 29.02%
CMYK:
(0,48,28,29)
C0M48Y28K29 
(0%,48%,28%,29%)
(0.00/0.48/0.28/0.29)	

CMYK percentages

%0
%48.07
%27.62
%29.02

Codes

Color #B55E83 in popluar color models

B55E83
RGB18194131
HSL334°37.02%53.92%
HSB/HSV334°48.07%70.98%
CMYK0.00%48.07%27.62%
29.02%

Color #B55E83 in popluar number systems.

HEXB55E83
Decimal18194131
Binary10110101101111010000011
Octal265136203

Shades and tints

Shades of #B55E83

#B55E83
(181,94,131)
#A55678
(165,86,120)
#954E6D
(149,78,109)
#854662
(133,70,98)
#753E57
(117,62,87)
#65364C
(101,54,76)
#552E41
(85,46,65)
#452636
(69,38,54)
#351E2B
(53,30,43)
#251620
(37,22,32)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #B55E83

#B55E83
(181,94,131)
#BB6C8E
(187,108,142)
#C17A99
(193,122,153)
#C788A4
(199,136,164)
#CD96AF
(205,150,175)
#D3A4BA
(211,164,186)
#D9B2C5
(217,178,197)
#DFC0D0
(223,192,208)
#E5CEDB
(229,206,219)
#EBDCE6
(235,220,230)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55E83 color. Also use rgb(181,94,131) instead hex code.

Text Font Color

.myTextColor { color: #B55E83; }

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

This text font color is #B55E83.


Background Color

.myBgColor { background-color: #B55E83; }

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

This div background color is #B55E83.


Border color

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

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

This div border color is #B55E83.


Opacity

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

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

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

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

This text has shadow with #B55E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55E83 on black background.


Color preview on white background

This text has color #B55E83 on white background.



Black color preview on #B55E83 background

This text has black color on #B55E83 background.


White color preview on #B55E83 background

This text has white color on #B55E83 background.