COLOR #B489E3

HEX: #B489E3
RGB: (180,137,227)

Color info

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

RGB color model

#B489E3 color RGB value is (180,137,227).

  • red value is 180;
  • green value is 137;
  • blue value is 227.
RGB:
(180,137,227)
(71%,54%,89%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 227 of 255 = 89%

180
137
227

R + G + B ~ 71%. #B489E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 137 + 227 = 544 (100%)
R 180 of 544 ~ 33.09%
G 137 of 544 ~ 25.18%
B 227 of 544 ~ 41.73%

%33.09
%25.18
%41.73

CMYK color model

#B489E3 color CMYK value is (21,40,0,11).

  • cyan value is 20.70%
  • magenta value is 39.65%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(21,40,0,11)
C21M40Y0K11 
(21%,40%,0%,11%)
(0.21/0.40/0.00/0.11)	

CMYK percentages

%20.7
%39.65
%0
%10.98

Codes

Color #B489E3 in popluar color models

B489E3
RGB180137227
HSL269°61.64%71.37%
HSB/HSV269°39.65%89.02%
CMYK20.70%39.65%0.00%
10.98%

Color #B489E3 in popluar number systems.

HEXB489E3
Decimal180137227
Binary101101001000100111100011
Octal264211343

Shades and tints

Shades of #B489E3

#B489E3
(180,137,227)
#A47DCF
(164,125,207)
#9471BB
(148,113,187)
#8465A7
(132,101,167)
#745993
(116,89,147)
#644D7F
(100,77,127)
#54416B
(84,65,107)
#443557
(68,53,87)
#342943
(52,41,67)
#241D2F
(36,29,47)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #B489E3

#B489E3
(180,137,227)
#BA93E5
(186,147,229)
#C09DE7
(192,157,231)
#C6A7E9
(198,167,233)
#CCB1EB
(204,177,235)
#D2BBED
(210,187,237)
#D8C5EF
(216,197,239)
#DECFF1
(222,207,241)
#E4D9F3
(228,217,243)
#EAE3F5
(234,227,245)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B489E3; }

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

This text font color is #B489E3.


Background Color

.myBgColor { background-color: #B489E3; }

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

This div background color is #B489E3.


Border color

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

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

This div border color is #B489E3.


Opacity

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

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

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

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

This text has shadow with #B489E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B489E3 on black background.


Color preview on white background

This text has color #B489E3 on white background.



Black color preview on #B489E3 background

This text has black color on #B489E3 background.


White color preview on #B489E3 background

This text has white color on #B489E3 background.