COLOR #B489F3

HEX: #B489F3 RGB: (180,137,243)

Color info

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

RGB color model

#B489F3 color RGB value is (180,137,243).

RGB: (180,137,243) (71%, 54%, 95%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 243 of 255 = 95%

180
137
243

R + G + B ~ 73%. #B489F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 137 + 243 = 560 (100%)
R 180 of 560 ~ 32.14%
G 137 of 560 ~ 24.46%
B 243 of 560 ~ 43.39'%

%32.14
%24.46
%43.39

CMYK color model

#B489F3 color CMYK value is (26,44,0,5).

  • cyan value is 25.93%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (26,44,0,5)
C26M44Y0K5 (26%, 44%, 0%, 5%)
(0.26 / 0.44 / 0.00 / 0.05)

CMYK percentages

%25.93
%43.62
%0
%4.71

Codes

Color #B489F3 in popluar color models

B4 89 F3
RGB 180 137 243
HSL 264° 81.54% 74.51%
HSB/HSV 264° 43.62% 95.29%
CMYK 25.93% 43.62% 0.00%
4.71%

Color #B489F3 in popluar number systems.

HEX B4 89 F3
Decimal 180 137 243
Binary 10110100 10001001 11110011
Octal 264 211 363

Shades and tints

Shades of #B489F3

#B489F3
(180,137,243)
#A47DDD
(164,125,221)
#9471C7
(148,113,199)
#8465B1
(132,101,177)
#74599B
(116,89,155)
#644D85
(100,77,133)
#54416F
(84,65,111)
#443559
(68,53,89)
#342943
(52,41,67)
#241D2D
(36,29,45)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #B489F3

#B489F3
(180,137,243)
#BA93F4
(186,147,244)
#C09DF5
(192,157,245)
#C6A7F6
(198,167,246)
#CCB1F7
(204,177,247)
#D2BBF8
(210,187,248)
#D8C5F9
(216,197,249)
#DECFFA
(222,207,250)
#E4D9FB
(228,217,251)
#EAE3FC
(234,227,252)
#F0EDFD
(240,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B489F3; }

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

This text font color is #B489F3.

Background Color

.myBgColor { background-color: #B489F3; }

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

This div background color is #B489F3.

Border color

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

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

This div border color is #B489F3.

Opacity

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

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

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

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

This text has shadow with #B489F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B489F3.

Preview

Color preview on black background

This text has color #B489F3 on black background.


Color preview on white background

This text has color #B489F3 on white background.


Black color preview on #B489F3 background

This text has black color on #B489F3 background.


White color preview on #B489F3 background

This text has white color on #B489F3 background.


Related colors

Complementary color

Complementary color for #hex is #4B760C.


I love getcolorcode.com

Triadic colors

1 #F3B489 and #89F3B4 with #B489F3 are triadic colors.

2 #F389B4 and #89B4F3 with #B489F3 are triadic colors.