COLOR #B489C9

HEX: #B489C9 RGB: (180,137,201)

Color info

#B489C9 contains mainly red and blue colors. Web safe color of #B489C9 is #CC99CC (or #C9C).

RGB color model

#B489C9 color RGB value is (180,137,201).

RGB: (180,137,201) (71%, 54%, 79%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 201 of 255 = 79%

180
137
201

R + G + B ~ 68%. #B489C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 137 + 201 = 518 (100%)
R 180 of 518 ~ 34.75%
G 137 of 518 ~ 26.45%
B 201 of 518 ~ 38.8'%

%34.75
%26.45
%38.8

CMYK color model

#B489C9 color CMYK value is (10,32,0,21).

  • cyan value is 10.45%
  • magenta value is 31.84%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (10,32,0,21)
C10M32Y0K21 (10%, 32%, 0%, 21%)
(0.10 / 0.32 / 0.00 / 0.21)

CMYK percentages

%10.45
%31.84
%0
%21.18

Codes

Color #B489C9 in popluar color models

B4 89 C9
RGB 180 137 201
HSL 280° 37.21% 66.27%
HSB/HSV 280° 31.84% 78.82%
CMYK 10.45% 31.84% 0.00%
21.18%

Color #B489C9 in popluar number systems.

HEX B4 89 C9
Decimal 180 137 201
Binary 10110100 10001001 11001001
Octal 264 211 311

Shades and tints

Shades of #B489C9

#B489C9
(180,137,201)
#A47DB7
(164,125,183)
#9471A5
(148,113,165)
#846593
(132,101,147)
#745981
(116,89,129)
#644D6F
(100,77,111)
#54415D
(84,65,93)
#44354B
(68,53,75)
#342939
(52,41,57)
#241D27
(36,29,39)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #B489C9

#B489C9
(180,137,201)
#BA93CD
(186,147,205)
#C09DD1
(192,157,209)
#C6A7D5
(198,167,213)
#CCB1D9
(204,177,217)
#D2BBDD
(210,187,221)
#D8C5E1
(216,197,225)
#DECFE5
(222,207,229)
#E4D9E9
(228,217,233)
#EAE3ED
(234,227,237)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B489C9 color. Also use rgb(180,137,201) instead hex code.

Text Font Color

.myTextColor { color: #B489C9; }

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

This text font color is #B489C9.

Background Color

.myBgColor { background-color: #B489C9; }

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

This div background color is #B489C9.

Border color

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

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

This div border color is #B489C9.

Opacity

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

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

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

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

This text has shadow with #B489C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B489C9.

Preview

Color preview on black background

This text has color #B489C9 on black background.


Color preview on white background

This text has color #B489C9 on white background.


Black color preview on #B489C9 background

This text has black color on #B489C9 background.


White color preview on #B489C9 background

This text has white color on #B489C9 background.


Related colors

Complementary color

Complementary color for #hex is #4B7636.


I love getcolorcode.com

Triadic colors

1 #C9B489 and #89C9B4 with #B489C9 are triadic colors.

2 #C989B4 and #89B4C9 with #B489C9 are triadic colors.