COLOR #B491C8

HEX: #B491C8 RGB: (180,145,200)

Color info

#B491C8 contains red, green and blue colors in about the same proportion. Web safe color of #B491C8 is #CC99CC (or #C9C).

RGB color model

#B491C8 color RGB value is (180,145,200).

RGB: (180,145,200) (71%, 57%, 78%)

RGB channels and saturation

R 180 of 255 = 71%
G 145 of 255 = 57%
B 200 of 255 = 78%

180
145
200

R + G + B ~ 69%. #B491C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 145 + 200 = 525 (100%)
R 180 of 525 ~ 34.29%
G 145 of 525 ~ 27.62%
B 200 of 525 ~ 38.1'%

%34.29
%27.62
%38.1

CMYK color model

#B491C8 color CMYK value is (10,28,0,22).

  • cyan value is 10.00%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (10,28,0,22)
C10M28Y0K22 (10%, 28%, 0%, 22%)
(0.10 / 0.28 / 0.00 / 0.22)

CMYK percentages

%10
%27.5
%0
%21.57

Codes

Color #B491C8 in popluar color models

B4 91 C8
RGB 180 145 200
HSL 278° 33.33% 67.65%
HSB/HSV 278° 27.50% 78.43%
CMYK 10.00% 27.50% 0.00%
21.57%

Color #B491C8 in popluar number systems.

HEX B4 91 C8
Decimal 180 145 200
Binary 10110100 10010001 11001000
Octal 264 221 310

Shades and tints

Shades of #B491C8

#B491C8
(180,145,200)
#A484B6
(164,132,182)
#9477A4
(148,119,164)
#846A92
(132,106,146)
#745D80
(116,93,128)
#64506E
(100,80,110)
#54435C
(84,67,92)
#44364A
(68,54,74)
#342938
(52,41,56)
#241C26
(36,28,38)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #B491C8

#B491C8
(180,145,200)
#BA9BCD
(186,155,205)
#C0A5D2
(192,165,210)
#C6AFD7
(198,175,215)
#CCB9DC
(204,185,220)
#D2C3E1
(210,195,225)
#D8CDE6
(216,205,230)
#DED7EB
(222,215,235)
#E4E1F0
(228,225,240)
#EAEBF5
(234,235,245)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B491C8; }

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

This text font color is #B491C8.

Background Color

.myBgColor { background-color: #B491C8; }

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

This div background color is #B491C8.

Border color

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

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

This div border color is #B491C8.

Opacity

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

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

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

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

This text has shadow with #B491C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B491C8.

Preview

Color preview on black background

This text has color #B491C8 on black background.


Color preview on white background

This text has color #B491C8 on white background.


Black color preview on #B491C8 background

This text has black color on #B491C8 background.


White color preview on #B491C8 background

This text has white color on #B491C8 background.


Related colors

Complementary color

Complementary color for #hex is #4B6E37.


I love getcolorcode.com

Triadic colors

1 #C8B491 and #91C8B4 with #B491C8 are triadic colors.

2 #C891B4 and #91B4C8 with #B491C8 are triadic colors.