COLOR #B491F8

HEX: #B491F8 RGB: (180,145,248)

Color info

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

RGB color model

#B491F8 color RGB value is (180,145,248).

RGB: (180,145,248) (71%, 57%, 97%)

RGB channels and saturation

R 180 of 255 = 71%
G 145 of 255 = 57%
B 248 of 255 = 97%

180
145
248

R + G + B ~ 75%. #B491F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 145 + 248 = 573 (100%)
R 180 of 573 ~ 31.41%
G 145 of 573 ~ 25.31%
B 248 of 573 ~ 43.28'%

%31.41
%25.31
%43.28

CMYK color model

#B491F8 color CMYK value is (27,42,0,3).

  • cyan value is 27.42%
  • magenta value is 41.53%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (27,42,0,3) C27M42Y0K3 (27%,42%,0%,3%) (0.27/0.42/0.00/0.03) 

CMYK percentages

%27.42
%41.53
%0
%2.75

Codes

Color #B491F8 in popluar color models

B4 91 F8
RGB 180 145 248
HSL 260° 88.03% 77.06%
HSB/HSV 260° 41.53% 97.25%
CMYK 27.42% 41.53% 0.00%
2.75%

Color #B491F8 in popluar number systems.

HEX B4 91 F8
Decimal 180 145 248
Binary 10110100 10010001 11111000
Octal 264 221 370

Shades and tints

Shades of #B491F8

#B491F8
(180,145,248)
#A484E2
(164,132,226)
#9477CC
(148,119,204)
#846AB6
(132,106,182)
#745DA0
(116,93,160)
#64508A
(100,80,138)
#544374
(84,67,116)
#44365E
(68,54,94)
#342948
(52,41,72)
#241C32
(36,28,50)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #B491F8

#B491F8
(180,145,248)
#BA9BF8
(186,155,248)
#C0A5F8
(192,165,248)
#C6AFF8
(198,175,248)
#CCB9F8
(204,185,248)
#D2C3F8
(210,195,248)
#D8CDF8
(216,205,248)
#DED7F8
(222,215,248)
#E4E1F8
(228,225,248)
#EAEBF8
(234,235,248)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B491F8 color. Also use rgb(180,145,248) instead hex code.

Text Font Color

.myTextColor { color: #B491F8; }

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

This text font color is #B491F8.

Background Color

.myBgColor { background-color: #B491F8; }

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

This div background color is #B491F8.

Border color

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

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

This div border color is #B491F8.

Opacity

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

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

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

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

This text has shadow with #B491F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B491F8.

Preview

Color preview on black background

This text has color #B491F8 on black background.


Color preview on white background

This text has color #B491F8 on white background.


Black color preview on #B491F8 background

This text has black color on #B491F8 background.


White color preview on #B491F8 background

This text has white color on #B491F8 background.


Related colors

Complementary color

Complementary color for #hex is #4B6E07.


I love getcolorcode.com

Triadic colors

1 #F8B491 and #91F8B4 with #B491F8 are triadic colors.

2 #F891B4 and #91B4F8 with #B491F8 are triadic colors.