COLOR #B390DA

HEX: #B390DA
RGB: (179,144,218)

Color info

#B390DA contains mainly red and blue colors. Web safe color of #B390DA is #9999CC (or #99C).

RGB color model

#B390DA color RGB value is (179,144,218).

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

RGB channels and saturation

R 179 of 255 = 70%
G 144 of 255 = 56%
B 218 of 255 = 85%

179
144
218

R + G + B ~ 70%. #B390DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 144 + 218 = 541 (100%)
R 179 of 541 ~ 33.09%
G 144 of 541 ~ 26.62%
B 218 of 541 ~ 40.3%

%33.09
%26.62
%40.3

CMYK color model

#B390DA color CMYK value is (18,34,0,15).

  • cyan value is 17.89%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (18,34,0,15) C18M34Y0K15 (18%,34%,0%,15%) (0.18/0.34/0.00/0.15)

CMYK percentages

%17.89
%33.94
%0
%14.51

Codes

Color #B390DA in popluar color models

B390DA
RGB179144218
HSL268°50.00%70.98%
HSB/HSV268°33.94%85.49%
CMYK17.89%33.94%0.00%
14.51%

Color #B390DA in popluar number systems.

HEXB390DA
Decimal179144218
Binary101100111001000011011010
Octal263220332

Shades and tints

Shades of #B390DA

#B390DA
(179,144,218)
#A383C7
(163,131,199)
#9376B4
(147,118,180)
#8369A1
(131,105,161)
#735C8E
(115,92,142)
#634F7B
(99,79,123)
#534268
(83,66,104)
#433555
(67,53,85)
#332842
(51,40,66)
#231B2F
(35,27,47)
#130E1C
(19,14,28)
#000000
(0,0,0)

Tints of #B390DA

#B390DA
(179,144,218)
#B99ADD
(185,154,221)
#BFA4E0
(191,164,224)
#C5AEE3
(197,174,227)
#CBB8E6
(203,184,230)
#D1C2E9
(209,194,233)
#D7CCEC
(215,204,236)
#DDD6EF
(221,214,239)
#E3E0F2
(227,224,242)
#E9EAF5
(233,234,245)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B390DA; }

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

This text font color is #B390DA.


Background Color

.myBgColor { background-color: #B390DA; }

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

This div background color is #B390DA.


Border color

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

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

This div border color is #B390DA.


Opacity

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

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

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

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

This text has shadow with #B390DA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B390DA on black background.


Color preview on white background

This text has color #B390DA on white background.



Black color preview on #B390DA background

This text has black color on #B390DA background.


White color preview on #B390DA background

This text has white color on #B390DA background.