COLOR #B55D9A

HEX: #B55D9A
RGB: (181,93,154)

Color info

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

RGB color model

#B55D9A color RGB value is (181,93,154).

  • red value is 181;
  • green value is 93;
  • blue value is 154.
RGB:
(181,93,154)
(71%,36%,60%)

RGB channels and saturation

R 181 of 255 = 71%
G 93 of 255 = 36%
B 154 of 255 = 60%

181
93
154

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

Portions of RGB colors in percentages

R + G + B =
181 + 93 + 154 = 428 (100%)
R 181 of 428 ~ 42.29%
G 93 of 428 ~ 21.73%
B 154 of 428 ~ 35.98%

%42.29
%21.73
%35.98

CMYK color model

#B55D9A color CMYK value is (0,49,15,29).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 14.92%
  • key color value is 29.02%
CMYK:
(0,49,15,29)
C0M49Y15K29 
(0%,49%,15%,29%)
(0.00/0.49/0.15/0.29)	

CMYK percentages

%0
%48.62
%14.92
%29.02

Codes

Color #B55D9A in popluar color models

B55D9A
RGB18193154
HSL318°37.29%53.73%
HSB/HSV318°48.62%70.98%
CMYK0.00%48.62%14.92%
29.02%

Color #B55D9A in popluar number systems.

HEXB55D9A
Decimal18193154
Binary10110101101110110011010
Octal265135232

Shades and tints

Shades of #B55D9A

#B55D9A
(181,93,154)
#A5558C
(165,85,140)
#954D7E
(149,77,126)
#854570
(133,69,112)
#753D62
(117,61,98)
#653554
(101,53,84)
#552D46
(85,45,70)
#452538
(69,37,56)
#351D2A
(53,29,42)
#25151C
(37,21,28)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #B55D9A

#B55D9A
(181,93,154)
#BB6BA3
(187,107,163)
#C179AC
(193,121,172)
#C787B5
(199,135,181)
#CD95BE
(205,149,190)
#D3A3C7
(211,163,199)
#D9B1D0
(217,177,208)
#DFBFD9
(223,191,217)
#E5CDE2
(229,205,226)
#EBDBEB
(235,219,235)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55D9A color. Also use rgb(181,93,154) instead hex code.

Text Font Color

.myTextColor { color: #B55D9A; }

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

This text font color is #B55D9A.


Background Color

.myBgColor { background-color: #B55D9A; }

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

This div background color is #B55D9A.


Border color

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

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

This div border color is #B55D9A.


Opacity

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

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

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

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

This text has shadow with #B55D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55D9A on black background.


Color preview on white background

This text has color #B55D9A on white background.



Black color preview on #B55D9A background

This text has black color on #B55D9A background.


White color preview on #B55D9A background

This text has white color on #B55D9A background.