COLOR #B399E1

HEX: #B399E1
RGB: (179,153,225)

Color info

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

RGB color model

#B399E1 color RGB value is (179,153,225).

  • red value is 179;
  • green value is 153;
  • blue value is 225.
RGB:
(179,153,225)
(70%,60%,88%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 225 of 255 = 88%

179
153
225

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

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 225 = 557 (100%)
R 179 of 557 ~ 32.14%
G 153 of 557 ~ 27.47%
B 225 of 557 ~ 40.39%

%32.14
%27.47
%40.39

CMYK color model

#B399E1 color CMYK value is (20,32,0,12).

  • cyan value is 20.44%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(20,32,0,12)
C20M32Y0K12 
(20%,32%,0%,12%)
(0.20/0.32/0.00/0.12)	

CMYK percentages

%20.44
%32
%0
%11.76

Codes

Color #B399E1 in popluar color models

B399E1
RGB179153225
HSL262°54.55%74.12%
HSB/HSV262°32.00%88.24%
CMYK20.44%32.00%0.00%
11.76%

Color #B399E1 in popluar number systems.

HEXB399E1
Decimal179153225
Binary101100111001100111100001
Octal263231341

Shades and tints

Shades of #B399E1

#B399E1
(179,153,225)
#A38CCD
(163,140,205)
#937FB9
(147,127,185)
#8372A5
(131,114,165)
#736591
(115,101,145)
#63587D
(99,88,125)
#534B69
(83,75,105)
#433E55
(67,62,85)
#333141
(51,49,65)
#23242D
(35,36,45)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #B399E1

#B399E1
(179,153,225)
#B9A2E3
(185,162,227)
#BFABE5
(191,171,229)
#C5B4E7
(197,180,231)
#CBBDE9
(203,189,233)
#D1C6EB
(209,198,235)
#D7CFED
(215,207,237)
#DDD8EF
(221,216,239)
#E3E1F1
(227,225,241)
#E9EAF3
(233,234,243)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B399E1 color. Also use rgb(179,153,225) instead hex code.

Text Font Color

.myTextColor { color: #B399E1; }

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

This text font color is #B399E1.


Background Color

.myBgColor { background-color: #B399E1; }

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

This div background color is #B399E1.


Border color

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

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

This div border color is #B399E1.


Opacity

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

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

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

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

This text has shadow with #B399E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B399E1 on black background.


Color preview on white background

This text has color #B399E1 on white background.



Black color preview on #B399E1 background

This text has black color on #B399E1 background.


White color preview on #B399E1 background

This text has white color on #B399E1 background.