COLOR #B373F8

HEX: #B373F8 RGB: (179,115,248)

Color info

#B373F8 contains mainly blue color. Web safe color of #B373F8 is #9966FF (or #96F).

RGB color model

#B373F8 color RGB value is (179,115,248).

RGB: (179,115,248) (70%, 45%, 97%)

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 248 of 255 = 97%

179
115
248

R + G + B ~ 71%. #B373F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 115 + 248 = 542 (100%)
R 179 of 542 ~ 33.03%
G 115 of 542 ~ 21.22%
B 248 of 542 ~ 45.76'%

%33.03
%21.22
%45.76

CMYK color model

#B373F8 color CMYK value is (28,54,0,3).

  • cyan value is 27.82%
  • magenta value is 53.63%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (28,54,0,3)
C28M54Y0K3 (28%, 54%, 0%, 3%)
(0.28 / 0.54 / 0.00 / 0.03)

CMYK percentages

%27.82
%53.63
%0
%2.75

Codes

Color #B373F8 in popluar color models

B3 73 F8
RGB 179 115 248
HSL 269° 90.48% 71.18%
HSB/HSV 269° 53.63% 97.25%
CMYK 27.82% 53.63% 0.00%
2.75%

Color #B373F8 in popluar number systems.

HEX B3 73 F8
Decimal 179 115 248
Binary 10110011 1110011 11111000
Octal 263 163 370

Shades and tints

Shades of #B373F8

#B373F8
(179,115,248)
#A369E2
(163,105,226)
#935FCC
(147,95,204)
#8355B6
(131,85,182)
#734BA0
(115,75,160)
#63418A
(99,65,138)
#533774
(83,55,116)
#432D5E
(67,45,94)
#332348
(51,35,72)
#231932
(35,25,50)
#130F1C
(19,15,28)
#000000
(0,0,0)

Tints of #B373F8

#B373F8
(179,115,248)
#B97FF8
(185,127,248)
#BF8BF8
(191,139,248)
#C597F8
(197,151,248)
#CBA3F8
(203,163,248)
#D1AFF8
(209,175,248)
#D7BBF8
(215,187,248)
#DDC7F8
(221,199,248)
#E3D3F8
(227,211,248)
#E9DFF8
(233,223,248)
#EFEBF8
(239,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B373F8 color. Also use rgb(179,115,248) instead hex code.

Text Font Color

.myTextColor { color: #B373F8; }

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

This text font color is #B373F8.

Background Color

.myBgColor { background-color: #B373F8; }

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

This div background color is #B373F8.

Border color

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

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

This div border color is #B373F8.

Opacity

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

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

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

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

This text has shadow with #B373F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B373F8.

Preview

Color preview on black background

This text has color #B373F8 on black background.


Color preview on white background

This text has color #B373F8 on white background.


Black color preview on #B373F8 background

This text has black color on #B373F8 background.


White color preview on #B373F8 background

This text has white color on #B373F8 background.


Related colors

Complementary color

Complementary color for #hex is #4C8C07.


I love getcolorcode.com

Triadic colors

1 #F8B373 and #73F8B3 with #B373F8 are triadic colors.

2 #F873B3 and #73B3F8 with #B373F8 are triadic colors.