COLOR #B589FA

HEX: #B589FA RGB: (181,137,250)

Color info

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

RGB color model

#B589FA color RGB value is (181,137,250).

RGB: (181,137,250) (71%, 54%, 98%)

RGB channels and saturation

R 181 of 255 = 71%
G 137 of 255 = 54%
B 250 of 255 = 98%

181
137
250

R + G + B ~ 74%. #B589FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 137 + 250 = 568 (100%)
R 181 of 568 ~ 31.87%
G 137 of 568 ~ 24.12%
B 250 of 568 ~ 44.01'%

%31.87
%24.12
%44.01

CMYK color model

#B589FA color CMYK value is (28,45,0,2).

  • cyan value is 27.60%
  • magenta value is 45.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (28,45,0,2) C28M45Y0K2 (28%,45%,0%,2%) (0.28/0.45/0.00/0.02) 

CMYK percentages

%27.6
%45.2
%0
%1.96

Codes

Color #B589FA in popluar color models

B5 89 FA
RGB 181 137 250
HSL 263° 91.87% 75.88%
HSB/HSV 263° 45.20% 98.04%
CMYK 27.60% 45.20% 0.00%
1.96%

Color #B589FA in popluar number systems.

HEX B5 89 FA
Decimal 181 137 250
Binary 10110101 10001001 11111010
Octal 265 211 372

Shades and tints

Shades of #B589FA

#B589FA
(181,137,250)
#A57DE4
(165,125,228)
#9571CE
(149,113,206)
#8565B8
(133,101,184)
#7559A2
(117,89,162)
#654D8C
(101,77,140)
#554176
(85,65,118)
#453560
(69,53,96)
#35294A
(53,41,74)
#251D34
(37,29,52)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #B589FA

#B589FA
(181,137,250)
#BB93FA
(187,147,250)
#C19DFA
(193,157,250)
#C7A7FA
(199,167,250)
#CDB1FA
(205,177,250)
#D3BBFA
(211,187,250)
#D9C5FA
(217,197,250)
#DFCFFA
(223,207,250)
#E5D9FA
(229,217,250)
#EBE3FA
(235,227,250)
#F1EDFA
(241,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B589FA color. Also use rgb(181,137,250) instead hex code.

Text Font Color

.myTextColor { color: #B589FA; }

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

This text font color is #B589FA.

Background Color

.myBgColor { background-color: #B589FA; }

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

This div background color is #B589FA.

Border color

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

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

This div border color is #B589FA.

Opacity

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

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

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

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

This text has shadow with #B589FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B589FA.

Preview

Color preview on black background

This text has color #B589FA on black background.


Color preview on white background

This text has color #B589FA on white background.


Black color preview on #B589FA background

This text has black color on #B589FA background.


White color preview on #B589FA background

This text has white color on #B589FA background.


Related colors

Complementary color

Complementary color for #hex is #4A7605.


I love getcolorcode.com

Triadic colors

1 #FAB589 and #89FAB5 with #B589FA are triadic colors.

2 #FA89B5 and #89B5FA with #B589FA are triadic colors.