COLOR #B09FFF

HEX: #B09FFF
RGB: (176,159,255)

Color info

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

RGB color model

#B09FFF color RGB value is (176,159,255).

  • red value is 176;
  • green value is 159;
  • blue value is 255.
RGB:
(176,159,255)
(69%,62%,100%)

RGB channels and saturation

R 176 of 255 = 69%
G 159 of 255 = 62%
B 255 of 255 = 100%

176
159
255

R + G + B ~ 77%. #B09FFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 159 + 255 = 590 (100%)
R 176 of 590 ~ 29.83%
G 159 of 590 ~ 26.95%
B 255 of 590 ~ 43.22%

%29.83
%26.95
%43.22

CMYK color model

#B09FFF color CMYK value is (31,38,0,0).

  • cyan value is 30.98%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,38,0,0)
C31M38Y0K0 
(31%,38%,0%,0%)
(0.31/0.38/0.00/0.00)	

CMYK percentages

%30.98
%37.65
%0
%0

Codes

Color #B09FFF in popluar color models

B09FFF
RGB176159255
HSL251°100.00%81.18%
HSB/HSV251°37.65%100.00%
CMYK30.98%37.65%0.00%
0.00%

Color #B09FFF in popluar number systems.

HEXB09FFF
Decimal176159255
Binary101100001001111111111111
Octal260237377

Shades and tints

Shades of #B09FFF

#B09FFF
(176,159,255)
#A091E8
(160,145,232)
#9083D1
(144,131,209)
#8075BA
(128,117,186)
#7067A3
(112,103,163)
#60598C
(96,89,140)
#504B75
(80,75,117)
#403D5E
(64,61,94)
#302F47
(48,47,71)
#202130
(32,33,48)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #B09FFF

#B09FFF
(176,159,255)
#B7A7FF
(183,167,255)
#BEAFFF
(190,175,255)
#C5B7FF
(197,183,255)
#CCBFFF
(204,191,255)
#D3C7FF
(211,199,255)
#DACFFF
(218,207,255)
#E1D7FF
(225,215,255)
#E8DFFF
(232,223,255)
#EFE7FF
(239,231,255)
#F6EFFF
(246,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09FFF color. Also use rgb(176,159,255) instead hex code.

Text Font Color

.myTextColor { color: #B09FFF; }

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

This text font color is #B09FFF.


Background Color

.myBgColor { background-color: #B09FFF; }

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

This div background color is #B09FFF.


Border color

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

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

This div border color is #B09FFF.


Opacity

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

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

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

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

This text has shadow with #B09FFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09FFF on black background.


Color preview on white background

This text has color #B09FFF on white background.



Black color preview on #B09FFF background

This text has black color on #B09FFF background.


White color preview on #B09FFF background

This text has white color on #B09FFF background.