COLOR #B55492

HEX: #B55492
RGB: (181,84,146)

Color info

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

RGB color model

#B55492 color RGB value is (181,84,146).

  • red value is 181;
  • green value is 84;
  • blue value is 146.
RGB:
(181,84,146)
(71%,33%,57%)

RGB channels and saturation

R 181 of 255 = 71%
G 84 of 255 = 33%
B 146 of 255 = 57%

181
84
146

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

Portions of RGB colors in percentages

R + G + B =
181 + 84 + 146 = 411 (100%)
R 181 of 411 ~ 44.04%
G 84 of 411 ~ 20.44%
B 146 of 411 ~ 35.52%

%44.04
%20.44
%35.52

CMYK color model

#B55492 color CMYK value is (0,54,19,29).

  • cyan value is 0.00%
  • magenta value is 53.59%
  • yellow value is 19.34%
  • key color value is 29.02%
CMYK:
(0,54,19,29)
C0M54Y19K29 
(0%,54%,19%,29%)
(0.00/0.54/0.19/0.29)	

CMYK percentages

%0
%53.59
%19.34
%29.02

Codes

Color #B55492 in popluar color models

B55492
RGB18184146
HSL322°39.59%51.96%
HSB/HSV322°53.59%70.98%
CMYK0.00%53.59%19.34%
29.02%

Color #B55492 in popluar number systems.

HEXB55492
Decimal18184146
Binary10110101101010010010010
Octal265124222

Shades and tints

Shades of #B55492

#B55492
(181,84,146)
#A54D85
(165,77,133)
#954678
(149,70,120)
#853F6B
(133,63,107)
#75385E
(117,56,94)
#653151
(101,49,81)
#552A44
(85,42,68)
#452337
(69,35,55)
#351C2A
(53,28,42)
#25151D
(37,21,29)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #B55492

#B55492
(181,84,146)
#BB639B
(187,99,155)
#C172A4
(193,114,164)
#C781AD
(199,129,173)
#CD90B6
(205,144,182)
#D39FBF
(211,159,191)
#D9AEC8
(217,174,200)
#DFBDD1
(223,189,209)
#E5CCDA
(229,204,218)
#EBDBE3
(235,219,227)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55492 color. Also use rgb(181,84,146) instead hex code.

Text Font Color

.myTextColor { color: #B55492; }

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

This text font color is #B55492.


Background Color

.myBgColor { background-color: #B55492; }

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

This div background color is #B55492.


Border color

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

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

This div border color is #B55492.


Opacity

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

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

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

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

This text has shadow with #B55492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55492 on black background.


Color preview on white background

This text has color #B55492 on white background.



Black color preview on #B55492 background

This text has black color on #B55492 background.


White color preview on #B55492 background

This text has white color on #B55492 background.