COLOR #B549E0

HEX: #B549E0 RGB: (181,73,224)

Color info

#B549E0 contains mainly red and blue colors. Web safe color of #B549E0 is #CC33CC (or #C3C).

RGB color model

#B549E0 color RGB value is (181,73,224).

RGB: (181,73,224) (71%, 29%, 88%)

RGB channels and saturation

R 181 of 255 = 71%
G 73 of 255 = 29%
B 224 of 255 = 88%

181
73
224

R + G + B ~ 63%. #B549E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 73 + 224 = 478 (100%)
R 181 of 478 ~ 37.87%
G 73 of 478 ~ 15.27%
B 224 of 478 ~ 46.86'%

%37.87
%15.27
%46.86

CMYK color model

#B549E0 color CMYK value is (19,67,0,12).

  • cyan value is 19.20%
  • magenta value is 67.41%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (19,67,0,12)
C19M67Y0K12 (19%, 67%, 0%, 12%)
(0.19 / 0.67 / 0.00 / 0.12)

CMYK percentages

%19.2
%67.41
%0
%12.16

Codes

Color #B549E0 in popluar color models

B5 49 E0
RGB 181 73 224
HSL 283° 70.89% 58.24%
HSB/HSV 283° 67.41% 87.84%
CMYK 19.20% 67.41% 0.00%
12.16%

Color #B549E0 in popluar number systems.

HEX B5 49 E0
Decimal 181 73 224
Binary 10110101 1001001 11100000
Octal 265 111 340

Shades and tints

Shades of #B549E0

#B549E0
(181,73,224)
#A543CC
(165,67,204)
#953DB8
(149,61,184)
#8537A4
(133,55,164)
#753190
(117,49,144)
#652B7C
(101,43,124)
#552568
(85,37,104)
#451F54
(69,31,84)
#351940
(53,25,64)
#25132C
(37,19,44)
#150D18
(21,13,24)
#000000
(0,0,0)

Tints of #B549E0

#B549E0
(181,73,224)
#BB59E2
(187,89,226)
#C169E4
(193,105,228)
#C779E6
(199,121,230)
#CD89E8
(205,137,232)
#D399EA
(211,153,234)
#D9A9EC
(217,169,236)
#DFB9EE
(223,185,238)
#E5C9F0
(229,201,240)
#EBD9F2
(235,217,242)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B549E0; }

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

This text font color is #B549E0.

Background Color

.myBgColor { background-color: #B549E0; }

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

This div background color is #B549E0.

Border color

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

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

This div border color is #B549E0.

Opacity

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

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

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

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

This text has shadow with #B549E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B549E0.

Preview

Color preview on black background

This text has color #B549E0 on black background.


Color preview on white background

This text has color #B549E0 on white background.


Black color preview on #B549E0 background

This text has black color on #B549E0 background.


White color preview on #B549E0 background

This text has white color on #B549E0 background.


Related colors

Complementary color

Complementary color for #hex is #4AB61F.


I love getcolorcode.com

Triadic colors

1 #E0B549 and #49E0B5 with #B549E0 are triadic colors.

2 #E049B5 and #49B5E0 with #B549E0 are triadic colors.