COLOR #B08FFA

HEX: #B08FFA
RGB: (176,143,250)

Color info

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

RGB color model

#B08FFA color RGB value is (176,143,250).

  • red value is 176;
  • green value is 143;
  • blue value is 250.
RGB:
(176,143,250)
(69%,56%,98%)

RGB channels and saturation

R 176 of 255 = 69%
G 143 of 255 = 56%
B 250 of 255 = 98%

176
143
250

R + G + B ~ 74%. #B08FFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 143 + 250 = 569 (100%)
R 176 of 569 ~ 30.93%
G 143 of 569 ~ 25.13%
B 250 of 569 ~ 43.94%

%30.93
%25.13
%43.94

CMYK color model

#B08FFA color CMYK value is (30,43,0,2).

  • cyan value is 29.60%
  • magenta value is 42.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,43,0,2)
C30M43Y0K2 
(30%,43%,0%,2%)
(0.30/0.43/0.00/0.02)	

CMYK percentages

%29.6
%42.8
%0
%1.96

Codes

Color #B08FFA in popluar color models

B08FFA
RGB176143250
HSL259°91.45%77.06%
HSB/HSV259°42.80%98.04%
CMYK29.60%42.80%0.00%
1.96%

Color #B08FFA in popluar number systems.

HEXB08FFA
Decimal176143250
Binary101100001000111111111010
Octal260217372

Shades and tints

Shades of #B08FFA

#B08FFA
(176,143,250)
#A082E4
(160,130,228)
#9075CE
(144,117,206)
#8068B8
(128,104,184)
#705BA2
(112,91,162)
#604E8C
(96,78,140)
#504176
(80,65,118)
#403460
(64,52,96)
#30274A
(48,39,74)
#201A34
(32,26,52)
#100D1E
(16,13,30)
#000000
(0,0,0)

Tints of #B08FFA

#B08FFA
(176,143,250)
#B799FA
(183,153,250)
#BEA3FA
(190,163,250)
#C5ADFA
(197,173,250)
#CCB7FA
(204,183,250)
#D3C1FA
(211,193,250)
#DACBFA
(218,203,250)
#E1D5FA
(225,213,250)
#E8DFFA
(232,223,250)
#EFE9FA
(239,233,250)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08FFA color. Also use rgb(176,143,250) instead hex code.

Text Font Color

.myTextColor { color: #B08FFA; }

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

This text font color is #B08FFA.


Background Color

.myBgColor { background-color: #B08FFA; }

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

This div background color is #B08FFA.


Border color

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

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

This div border color is #B08FFA.


Opacity

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

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

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

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

This text has shadow with #B08FFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08FFA on black background.


Color preview on white background

This text has color #B08FFA on white background.



Black color preview on #B08FFA background

This text has black color on #B08FFA background.


White color preview on #B08FFA background

This text has white color on #B08FFA background.