COLOR #B58BE8

HEX: #B58BE8 RGB: (181,139,232)

Color info

#B58BE8 contains mainly red and blue colors. Web safe color of #B58BE8 is #CC99FF (or #C9F).

RGB color model

#B58BE8 color RGB value is (181,139,232).

RGB: (181,139,232) (71%, 55%, 91%)

RGB channels and saturation

R 181 of 255 = 71%
G 139 of 255 = 55%
B 232 of 255 = 91%

181
139
232

R + G + B ~ 72%. #B58BE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 139 + 232 = 552 (100%)
R 181 of 552 ~ 32.79%
G 139 of 552 ~ 25.18%
B 232 of 552 ~ 42.03'%

%32.79
%25.18
%42.03

CMYK color model

#B58BE8 color CMYK value is (22,40,0,9).

  • cyan value is 21.98%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (22,40,0,9)
C22M40Y0K9 (22%, 40%, 0%, 9%)
(0.22 / 0.40 / 0.00 / 0.09)

CMYK percentages

%21.98
%40.09
%0
%9.02

Codes

Color #B58BE8 in popluar color models

B5 8B E8
RGB 181 139 232
HSL 267° 66.91% 72.75%
HSB/HSV 267° 40.09% 90.98%
CMYK 21.98% 40.09% 0.00%
9.02%

Color #B58BE8 in popluar number systems.

HEX B5 8B E8
Decimal 181 139 232
Binary 10110101 10001011 11101000
Octal 265 213 350

Shades and tints

Shades of #B58BE8

#B58BE8
(181,139,232)
#A57FD3
(165,127,211)
#9573BE
(149,115,190)
#8567A9
(133,103,169)
#755B94
(117,91,148)
#654F7F
(101,79,127)
#55436A
(85,67,106)
#453755
(69,55,85)
#352B40
(53,43,64)
#251F2B
(37,31,43)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #B58BE8

#B58BE8
(181,139,232)
#BB95EA
(187,149,234)
#C19FEC
(193,159,236)
#C7A9EE
(199,169,238)
#CDB3F0
(205,179,240)
#D3BDF2
(211,189,242)
#D9C7F4
(217,199,244)
#DFD1F6
(223,209,246)
#E5DBF8
(229,219,248)
#EBE5FA
(235,229,250)
#F1EFFC
(241,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B58BE8 color. Also use rgb(181,139,232) instead hex code.

Text Font Color

.myTextColor { color: #B58BE8; }

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

This text font color is #B58BE8.

Background Color

.myBgColor { background-color: #B58BE8; }

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

This div background color is #B58BE8.

Border color

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

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

This div border color is #B58BE8.

Opacity

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

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

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

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

This text has shadow with #B58BE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B58BE8.

Preview

Color preview on black background

This text has color #B58BE8 on black background.


Color preview on white background

This text has color #B58BE8 on white background.


Black color preview on #B58BE8 background

This text has black color on #B58BE8 background.


White color preview on #B58BE8 background

This text has white color on #B58BE8 background.


Related colors

Complementary color

Complementary color for #hex is #4A7417.


I love getcolorcode.com

Triadic colors

1 #E8B58B and #8BE8B5 with #B58BE8 are triadic colors.

2 #E88BB5 and #8BB5E8 with #B58BE8 are triadic colors.