COLOR #B309DE

HEX: #B309DE
RGB: (179,9,222)

Color info

#B309DE contains mainly red and blue colors. Web safe color of #B309DE is #9900CC (or #90C).

RGB color model

#B309DE color RGB value is (179,9,222).

  • red value is 179;
  • green value is 9;
  • blue value is 222.
RGB:
(179,9,222)
(70%,4%,87%)

RGB channels and saturation

R 179 of 255 = 70%
G 9 of 255 = 4%
B 222 of 255 = 87%

179
9
222

R + G + B ~ 54%. #B309DE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 9 + 222 = 410 (100%)
R 179 of 410 ~ 43.66%
G 9 of 410 ~ 2.2%
B 222 of 410 ~ 54.15%

%43.66
%54.15

CMYK color model

#B309DE color CMYK value is (19,96,0,13).

  • cyan value is 19.37%
  • magenta value is 95.95%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(19,96,0,13)
C19M96Y0K13 
(19%,96%,0%,13%)
(0.19/0.96/0.00/0.13)	

CMYK percentages

%19.37
%95.95
%0
%12.94

Codes

Color #B309DE in popluar color models

B309DE
RGB1799222
HSL288°92.21%45.29%
HSB/HSV288°95.95%87.06%
CMYK19.37%95.95%0.00%
12.94%

Color #B309DE in popluar number systems.

HEXB309DE
Decimal1799222
Binary10110011100111011110
Octal26311336

Shades and tints

Shades of #B309DE

#B309DE
(179,9,222)
#A309CA
(163,9,202)
#9309B6
(147,9,182)
#8309A2
(131,9,162)
#73098E
(115,9,142)
#63097A
(99,9,122)
#530966
(83,9,102)
#430952
(67,9,82)
#33093E
(51,9,62)
#23092A
(35,9,42)
#130916
(19,9,22)
#000000
(0,0,0)

Tints of #B309DE

#B309DE
(179,9,222)
#B91FE1
(185,31,225)
#BF35E4
(191,53,228)
#C54BE7
(197,75,231)
#CB61EA
(203,97,234)
#D177ED
(209,119,237)
#D78DF0
(215,141,240)
#DDA3F3
(221,163,243)
#E3B9F6
(227,185,246)
#E9CFF9
(233,207,249)
#EFE5FC
(239,229,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B309DE color. Also use rgb(179,9,222) instead hex code.

Text Font Color

.myTextColor { color: #B309DE; }

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

This text font color is #B309DE.


Background Color

.myBgColor { background-color: #B309DE; }

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

This div background color is #B309DE.


Border color

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

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

This div border color is #B309DE.


Opacity

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

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

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

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

This text has shadow with #B309DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B309DE on black background.


Color preview on white background

This text has color #B309DE on white background.



Black color preview on #B309DE background

This text has black color on #B309DE background.


White color preview on #B309DE background

This text has white color on #B309DE background.