COLOR #B588F5

HEX: #B588F5
RGB: (181,136,245)

Color info

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

RGB color model

#B588F5 color RGB value is (181,136,245).

  • red value is 181;
  • green value is 136;
  • blue value is 245.
RGB:
(181,136,245)
(71%,53%,96%)

RGB channels and saturation

R 181 of 255 = 71%
G 136 of 255 = 53%
B 245 of 255 = 96%

181
136
245

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

Portions of RGB colors in percentages

R + G + B =
181 + 136 + 245 = 562 (100%)
R 181 of 562 ~ 32.21%
G 136 of 562 ~ 24.2%
B 245 of 562 ~ 43.59%

%32.21
%24.2
%43.59

CMYK color model

#B588F5 color CMYK value is (26,44,0,4).

  • cyan value is 26.12%
  • magenta value is 44.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(26,44,0,4)
C26M44Y0K4 
(26%,44%,0%,4%)
(0.26/0.44/0.00/0.04)	

CMYK percentages

%26.12
%44.49
%0
%3.92

Codes

Color #B588F5 in popluar color models

B588F5
RGB181136245
HSL265°84.50%74.71%
HSB/HSV265°44.49%96.08%
CMYK26.12%44.49%0.00%
3.92%

Color #B588F5 in popluar number systems.

HEXB588F5
Decimal181136245
Binary101101011000100011110101
Octal265210365

Shades and tints

Shades of #B588F5

#B588F5
(181,136,245)
#A57CDF
(165,124,223)
#9570C9
(149,112,201)
#8564B3
(133,100,179)
#75589D
(117,88,157)
#654C87
(101,76,135)
#554071
(85,64,113)
#45345B
(69,52,91)
#352845
(53,40,69)
#251C2F
(37,28,47)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #B588F5

#B588F5
(181,136,245)
#BB92F5
(187,146,245)
#C19CF5
(193,156,245)
#C7A6F5
(199,166,245)
#CDB0F5
(205,176,245)
#D3BAF5
(211,186,245)
#D9C4F5
(217,196,245)
#DFCEF5
(223,206,245)
#E5D8F5
(229,216,245)
#EBE2F5
(235,226,245)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B588F5 color. Also use rgb(181,136,245) instead hex code.

Text Font Color

.myTextColor { color: #B588F5; }

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

This text font color is #B588F5.


Background Color

.myBgColor { background-color: #B588F5; }

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

This div background color is #B588F5.


Border color

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

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

This div border color is #B588F5.


Opacity

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

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

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

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

This text has shadow with #B588F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B588F5 on black background.


Color preview on white background

This text has color #B588F5 on white background.



Black color preview on #B588F5 background

This text has black color on #B588F5 background.


White color preview on #B588F5 background

This text has white color on #B588F5 background.