COLOR #B549B1

HEX: #B549B1
RGB: (181,73,177)

Color info

#B549B1 contains mainly red and blue colors. Web safe color of #B549B1 is #CC3399 (or #C39).

RGB color model

#B549B1 color RGB value is (181,73,177).

  • red value is 181;
  • green value is 73;
  • blue value is 177.
RGB:
(181,73,177)
(71%,29%,69%)

RGB channels and saturation

R 181 of 255 = 71%
G 73 of 255 = 29%
B 177 of 255 = 69%

181
73
177

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

Portions of RGB colors in percentages

R + G + B =
181 + 73 + 177 = 431 (100%)
R 181 of 431 ~ 42%
G 73 of 431 ~ 16.94%
B 177 of 431 ~ 41.07%

%42
%16.94
%41.07

CMYK color model

#B549B1 color CMYK value is (0,60,2,29).

  • cyan value is 0.00%
  • magenta value is 59.67%
  • yellow value is 2.21%
  • key color value is 29.02%
CMYK:
(0,60,2,29)
C0M60Y2K29 
(0%,60%,2%,29%)
(0.00/0.60/0.02/0.29)	

CMYK percentages

%0
%59.67
%2.21
%29.02

Codes

Color #B549B1 in popluar color models

B549B1
RGB18173177
HSL302°42.52%49.80%
HSB/HSV302°59.67%70.98%
CMYK0.00%59.67%2.21%
29.02%

Color #B549B1 in popluar number systems.

HEXB549B1
Decimal18173177
Binary10110101100100110110001
Octal265111261

Shades and tints

Shades of #B549B1

#B549B1
(181,73,177)
#A543A1
(165,67,161)
#953D91
(149,61,145)
#853781
(133,55,129)
#753171
(117,49,113)
#652B61
(101,43,97)
#552551
(85,37,81)
#451F41
(69,31,65)
#351931
(53,25,49)
#251321
(37,19,33)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #B549B1

#B549B1
(181,73,177)
#BB59B8
(187,89,184)
#C169BF
(193,105,191)
#C779C6
(199,121,198)
#CD89CD
(205,137,205)
#D399D4
(211,153,212)
#D9A9DB
(217,169,219)
#DFB9E2
(223,185,226)
#E5C9E9
(229,201,233)
#EBD9F0
(235,217,240)
#F1E9F7
(241,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B549B1 color. Also use rgb(181,73,177) instead hex code.

Text Font Color

.myTextColor { color: #B549B1; }

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

This text font color is #B549B1.


Background Color

.myBgColor { background-color: #B549B1; }

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

This div background color is #B549B1.


Border color

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

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

This div border color is #B549B1.


Opacity

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

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

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

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

This text has shadow with #B549B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B549B1 on black background.


Color preview on white background

This text has color #B549B1 on white background.



Black color preview on #B549B1 background

This text has black color on #B549B1 background.


White color preview on #B549B1 background

This text has white color on #B549B1 background.