COLOR #B388F7

HEX: #B388F7
RGB: (179,136,247)

Color info

#B388F7 contains mainly blue color. Web safe color of #B388F7 is #9999FF (or #99F).

RGB color model

#B388F7 color RGB value is (179,136,247).

  • red value is 179;
  • green value is 136;
  • blue value is 247.
RGB:
(179,136,247)
(70%,53%,97%)

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 247 of 255 = 97%

179
136
247

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

Portions of RGB colors in percentages

R + G + B =
179 + 136 + 247 = 562 (100%)
R 179 of 562 ~ 31.85%
G 136 of 562 ~ 24.2%
B 247 of 562 ~ 43.95%

%31.85
%24.2
%43.95

CMYK color model

#B388F7 color CMYK value is (28,45,0,3).

  • cyan value is 27.53%
  • magenta value is 44.94%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(28,45,0,3)
C28M45Y0K3 
(28%,45%,0%,3%)
(0.28/0.45/0.00/0.03)	

CMYK percentages

%27.53
%44.94
%0
%3.14

Codes

Color #B388F7 in popluar color models

B388F7
RGB179136247
HSL263°87.40%75.10%
HSB/HSV263°44.94%96.86%
CMYK27.53%44.94%0.00%
3.14%

Color #B388F7 in popluar number systems.

HEXB388F7
Decimal179136247
Binary101100111000100011110111
Octal263210367

Shades and tints

Shades of #B388F7

#B388F7
(179,136,247)
#A37CE1
(163,124,225)
#9370CB
(147,112,203)
#8364B5
(131,100,181)
#73589F
(115,88,159)
#634C89
(99,76,137)
#534073
(83,64,115)
#43345D
(67,52,93)
#332847
(51,40,71)
#231C31
(35,28,49)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #B388F7

#B388F7
(179,136,247)
#B992F7
(185,146,247)
#BF9CF7
(191,156,247)
#C5A6F7
(197,166,247)
#CBB0F7
(203,176,247)
#D1BAF7
(209,186,247)
#D7C4F7
(215,196,247)
#DDCEF7
(221,206,247)
#E3D8F7
(227,216,247)
#E9E2F7
(233,226,247)
#EFECF7
(239,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B388F7 color. Also use rgb(179,136,247) instead hex code.

Text Font Color

.myTextColor { color: #B388F7; }

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

This text font color is #B388F7.


Background Color

.myBgColor { background-color: #B388F7; }

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

This div background color is #B388F7.


Border color

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

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

This div border color is #B388F7.


Opacity

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

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

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

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

This text has shadow with #B388F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B388F7 on black background.


Color preview on white background

This text has color #B388F7 on white background.



Black color preview on #B388F7 background

This text has black color on #B388F7 background.


White color preview on #B388F7 background

This text has white color on #B388F7 background.