COLOR #B49FF5

HEX: #B49FF5 RGB: (180,159,245)

Color info

#B49FF5 contains mainly blue color. Web safe color of #B49FF5 is #CC99FF (or #C9F).

RGB color model

#B49FF5 color RGB value is (180,159,245).

RGB: (180,159,245) (71%, 62%, 96%)

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 245 of 255 = 96%

180
159
245

R + G + B ~ 76%. #B49FF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 159 + 245 = 584 (100%)
R 180 of 584 ~ 30.82%
G 159 of 584 ~ 27.23%
B 245 of 584 ~ 41.95'%

%30.82
%27.23
%41.95

CMYK color model

#B49FF5 color CMYK value is (27,35,0,4).

  • cyan value is 26.53%
  • magenta value is 35.10%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (27,35,0,4)
C27M35Y0K4 (27%, 35%, 0%, 4%)
(0.27 / 0.35 / 0.00 / 0.04)

CMYK percentages

%26.53
%35.1
%0
%3.92

Codes

Color #B49FF5 in popluar color models

B4 9F F5
RGB 180 159 245
HSL 255° 81.13% 79.22%
HSB/HSV 255° 35.10% 96.08%
CMYK 26.53% 35.10% 0.00%
3.92%

Color #B49FF5 in popluar number systems.

HEX B4 9F F5
Decimal 180 159 245
Binary 10110100 10011111 11110101
Octal 264 237 365

Shades and tints

Shades of #B49FF5

#B49FF5
(180,159,245)
#A491DF
(164,145,223)
#9483C9
(148,131,201)
#8475B3
(132,117,179)
#74679D
(116,103,157)
#645987
(100,89,135)
#544B71
(84,75,113)
#443D5B
(68,61,91)
#342F45
(52,47,69)
#24212F
(36,33,47)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #B49FF5

#B49FF5
(180,159,245)
#BAA7F5
(186,167,245)
#C0AFF5
(192,175,245)
#C6B7F5
(198,183,245)
#CCBFF5
(204,191,245)
#D2C7F5
(210,199,245)
#D8CFF5
(216,207,245)
#DED7F5
(222,215,245)
#E4DFF5
(228,223,245)
#EAE7F5
(234,231,245)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49FF5 color. Also use rgb(180,159,245) instead hex code.

Text Font Color

.myTextColor { color: #B49FF5; }

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

This text font color is #B49FF5.

Background Color

.myBgColor { background-color: #B49FF5; }

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

This div background color is #B49FF5.

Border color

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

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

This div border color is #B49FF5.

Opacity

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

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

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

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

This text has shadow with #B49FF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49FF5.

Preview

Color preview on black background

This text has color #B49FF5 on black background.


Color preview on white background

This text has color #B49FF5 on white background.


Black color preview on #B49FF5 background

This text has black color on #B49FF5 background.


White color preview on #B49FF5 background

This text has white color on #B49FF5 background.


Related colors

Complementary color

Complementary color for #hex is #4B600A.


I love getcolorcode.com

Triadic colors

1 #F5B49F and #9FF5B4 with #B49FF5 are triadic colors.

2 #F59FB4 and #9FB4F5 with #B49FF5 are triadic colors.