COLOR #B390B6

HEX: #B390B6
RGB: (179,144,182)

Color info

#B390B6 contains red, green and blue colors in about the same proportion. Web safe color of #B390B6 is #9999CC (or #99C).

RGB color model

#B390B6 color RGB value is (179,144,182).

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

RGB channels and saturation

R 179 of 255 = 70%
G 144 of 255 = 56%
B 182 of 255 = 71%

179
144
182

R + G + B ~ 66%. #B390B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 144 + 182 = 505 (100%)
R 179 of 505 ~ 35.45%
G 144 of 505 ~ 28.51%
B 182 of 505 ~ 36.04%

%35.45
%28.51
%36.04

CMYK color model

#B390B6 color CMYK value is (2,21,0,29).

  • cyan value is 1.65%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(2,21,0,29)
C2M21Y0K29 
(2%,21%,0%,29%)
(0.02/0.21/0.00/0.29)	

CMYK percentages

%1.65
%20.88
%0
%28.63

Codes

Color #B390B6 in popluar color models

B390B6
RGB179144182
HSL295°20.65%63.92%
HSB/HSV295°20.88%71.37%
CMYK1.65%20.88%0.00%
28.63%

Color #B390B6 in popluar number systems.

HEXB390B6
Decimal179144182
Binary101100111001000010110110
Octal263220266

Shades and tints

Shades of #B390B6

#B390B6
(179,144,182)
#A383A6
(163,131,166)
#937696
(147,118,150)
#836986
(131,105,134)
#735C76
(115,92,118)
#634F66
(99,79,102)
#534256
(83,66,86)
#433546
(67,53,70)
#332836
(51,40,54)
#231B26
(35,27,38)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #B390B6

#B390B6
(179,144,182)
#B99ABC
(185,154,188)
#BFA4C2
(191,164,194)
#C5AEC8
(197,174,200)
#CBB8CE
(203,184,206)
#D1C2D4
(209,194,212)
#D7CCDA
(215,204,218)
#DDD6E0
(221,214,224)
#E3E0E6
(227,224,230)
#E9EAEC
(233,234,236)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B390B6; }

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

This text font color is #B390B6.


Background Color

.myBgColor { background-color: #B390B6; }

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

This div background color is #B390B6.


Border color

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

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

This div border color is #B390B6.


Opacity

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

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

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

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

This text has shadow with #B390B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B390B6 on black background.


Color preview on white background

This text has color #B390B6 on white background.



Black color preview on #B390B6 background

This text has black color on #B390B6 background.


White color preview on #B390B6 background

This text has white color on #B390B6 background.