COLOR #B55DA5

HEX: #B55DA5 RGB: (181,93,165)

Color info

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

RGB color model

#B55DA5 color RGB value is (181,93,165).

RGB: (181,93,165) (71%, 36%, 65%)

RGB channels and saturation

R 181 of 255 = 71%
G 93 of 255 = 36%
B 165 of 255 = 65%

181
93
165

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

Portions of RGB colors in percentages

R + G + B = 181 + 93 + 165 = 439 (100%)
R 181 of 439 ~ 41.23%
G 93 of 439 ~ 21.18%
B 165 of 439 ~ 37.59'%

%41.23
%21.18
%37.59

CMYK color model

#B55DA5 color CMYK value is (0,49,9,29).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 8.84%
  • key color value is 29.02%

CMYK: (0,49,9,29)
C0M49Y9K29 (0%, 49%, 9%, 29%)
(0.00 / 0.49 / 0.09 / 0.29)

CMYK percentages

%0
%48.62
%8.84
%29.02

Codes

Color #B55DA5 in popluar color models

B5 5D A5
RGB 181 93 165
HSL 311° 37.29% 53.73%
HSB/HSV 311° 48.62% 70.98%
CMYK 0.00% 48.62% 8.84%
29.02%

Color #B55DA5 in popluar number systems.

HEX B5 5D A5
Decimal 181 93 165
Binary 10110101 1011101 10100101
Octal 265 135 245

Shades and tints

Shades of #B55DA5

#B55DA5
(181,93,165)
#A55596
(165,85,150)
#954D87
(149,77,135)
#854578
(133,69,120)
#753D69
(117,61,105)
#65355A
(101,53,90)
#552D4B
(85,45,75)
#45253C
(69,37,60)
#351D2D
(53,29,45)
#25151E
(37,21,30)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #B55DA5

#B55DA5
(181,93,165)
#BB6BAD
(187,107,173)
#C179B5
(193,121,181)
#C787BD
(199,135,189)
#CD95C5
(205,149,197)
#D3A3CD
(211,163,205)
#D9B1D5
(217,177,213)
#DFBFDD
(223,191,221)
#E5CDE5
(229,205,229)
#EBDBED
(235,219,237)
#F1E9F5
(241,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B55DA5; }

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

This text font color is #B55DA5.

Background Color

.myBgColor { background-color: #B55DA5; }

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

This div background color is #B55DA5.

Border color

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

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

This div border color is #B55DA5.

Opacity

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

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

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

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

This text has shadow with #B55DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B55DA5.

Preview

Color preview on black background

This text has color #B55DA5 on black background.


Color preview on white background

This text has color #B55DA5 on white background.


Black color preview on #B55DA5 background

This text has black color on #B55DA5 background.


White color preview on #B55DA5 background

This text has white color on #B55DA5 background.


Related colors

Complementary color

Complementary color for #hex is #4AA25A.


I love getcolorcode.com

Triadic colors

1 #A5B55D and #5DA5B5 with #B55DA5 are triadic colors.

2 #A55DB5 and #5DB5A5 with #B55DA5 are triadic colors.