COLOR #B390F4

HEX: #B390F4
RGB: (179,144,244)

Color info

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

RGB color model

#B390F4 color RGB value is (179,144,244).

  • red value is 179;
  • green value is 144;
  • blue value is 244.
RGB:
(179,144,244)
(70%,56%,96%)

RGB channels and saturation

R 179 of 255 = 70%
G 144 of 255 = 56%
B 244 of 255 = 96%

179
144
244

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

Portions of RGB colors in percentages

R + G + B =
179 + 144 + 244 = 567 (100%)
R 179 of 567 ~ 31.57%
G 144 of 567 ~ 25.4%
B 244 of 567 ~ 43.03%

%31.57
%25.4
%43.03

CMYK color model

#B390F4 color CMYK value is (27,41,0,4).

  • cyan value is 26.64%
  • magenta value is 40.98%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(27,41,0,4)
C27M41Y0K4 
(27%,41%,0%,4%)
(0.27/0.41/0.00/0.04)	

CMYK percentages

%26.64
%40.98
%0
%4.31

Codes

Color #B390F4 in popluar color models

B390F4
RGB179144244
HSL261°81.97%76.08%
HSB/HSV261°40.98%95.69%
CMYK26.64%40.98%0.00%
4.31%

Color #B390F4 in popluar number systems.

HEXB390F4
Decimal179144244
Binary101100111001000011110100
Octal263220364

Shades and tints

Shades of #B390F4

#B390F4
(179,144,244)
#A383DE
(163,131,222)
#9376C8
(147,118,200)
#8369B2
(131,105,178)
#735C9C
(115,92,156)
#634F86
(99,79,134)
#534270
(83,66,112)
#43355A
(67,53,90)
#332844
(51,40,68)
#231B2E
(35,27,46)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #B390F4

#B390F4
(179,144,244)
#B99AF5
(185,154,245)
#BFA4F6
(191,164,246)
#C5AEF7
(197,174,247)
#CBB8F8
(203,184,248)
#D1C2F9
(209,194,249)
#D7CCFA
(215,204,250)
#DDD6FB
(221,214,251)
#E3E0FC
(227,224,252)
#E9EAFD
(233,234,253)
#EFF4FE
(239,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B390F4 color. Also use rgb(179,144,244) instead hex code.

Text Font Color

.myTextColor { color: #B390F4; }

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

This text font color is #B390F4.


Background Color

.myBgColor { background-color: #B390F4; }

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

This div background color is #B390F4.


Border color

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

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

This div border color is #B390F4.


Opacity

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

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

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

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

This text has shadow with #B390F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B390F4 on black background.


Color preview on white background

This text has color #B390F4 on white background.



Black color preview on #B390F4 background

This text has black color on #B390F4 background.


White color preview on #B390F4 background

This text has white color on #B390F4 background.