COLOR #B098FA

HEX: #B098FA
RGB: (176,152,250)

Color info

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

RGB color model

#B098FA color RGB value is (176,152,250).

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

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 250 of 255 = 98%

176
152
250

R + G + B ~ 76%. #B098FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 152 + 250 = 578 (100%)
R 176 of 578 ~ 30.45%
G 152 of 578 ~ 26.3%
B 250 of 578 ~ 43.25%

%30.45
%26.3
%43.25

CMYK color model

#B098FA color CMYK value is (30,39,0,2).

  • cyan value is 29.60%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,39,0,2)
C30M39Y0K2 
(30%,39%,0%,2%)
(0.30/0.39/0.00/0.02)	

CMYK percentages

%29.6
%39.2
%0
%1.96

Codes

Color #B098FA in popluar color models

B098FA
RGB176152250
HSL255°90.74%78.82%
HSB/HSV255°39.20%98.04%
CMYK29.60%39.20%0.00%
1.96%

Color #B098FA in popluar number systems.

HEXB098FA
Decimal176152250
Binary101100001001100011111010
Octal260230372

Shades and tints

Shades of #B098FA

#B098FA
(176,152,250)
#A08BE4
(160,139,228)
#907ECE
(144,126,206)
#8071B8
(128,113,184)
#7064A2
(112,100,162)
#60578C
(96,87,140)
#504A76
(80,74,118)
#403D60
(64,61,96)
#30304A
(48,48,74)
#202334
(32,35,52)
#10161E
(16,22,30)
#000000
(0,0,0)

Tints of #B098FA

#B098FA
(176,152,250)
#B7A1FA
(183,161,250)
#BEAAFA
(190,170,250)
#C5B3FA
(197,179,250)
#CCBCFA
(204,188,250)
#D3C5FA
(211,197,250)
#DACEFA
(218,206,250)
#E1D7FA
(225,215,250)
#E8E0FA
(232,224,250)
#EFE9FA
(239,233,250)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B098FA; }

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

This text font color is #B098FA.


Background Color

.myBgColor { background-color: #B098FA; }

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

This div background color is #B098FA.


Border color

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

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

This div border color is #B098FA.


Opacity

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

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

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

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

This text has shadow with #B098FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B098FA on black background.


Color preview on white background

This text has color #B098FA on white background.



Black color preview on #B098FA background

This text has black color on #B098FA background.


White color preview on #B098FA background

This text has white color on #B098FA background.