COLOR #B373F4

HEX: #B373F4 RGB: (179,115,244)

Color info

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

RGB color model

#B373F4 color RGB value is (179,115,244).

RGB: (179,115,244) (70%, 45%, 96%)

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 244 of 255 = 96%

179
115
244

R + G + B ~ 70%. #B373F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 115 + 244 = 538 (100%)
R 179 of 538 ~ 33.27%
G 115 of 538 ~ 21.38%
B 244 of 538 ~ 45.35'%

%33.27
%21.38
%45.35

CMYK color model

#B373F4 color CMYK value is (27,53,0,4).

  • cyan value is 26.64%
  • magenta value is 52.87%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (27,53,0,4)
C27M53Y0K4 (27%, 53%, 0%, 4%)
(0.27 / 0.53 / 0.00 / 0.04)

CMYK percentages

%26.64
%52.87
%0
%4.31

Codes

Color #B373F4 in popluar color models

B3 73 F4
RGB 179 115 244
HSL 270° 85.43% 70.39%
HSB/HSV 270° 52.87% 95.69%
CMYK 26.64% 52.87% 0.00%
4.31%

Color #B373F4 in popluar number systems.

HEX B3 73 F4
Decimal 179 115 244
Binary 10110011 1110011 11110100
Octal 263 163 364

Shades and tints

Shades of #B373F4

#B373F4
(179,115,244)
#A369DE
(163,105,222)
#935FC8
(147,95,200)
#8355B2
(131,85,178)
#734B9C
(115,75,156)
#634186
(99,65,134)
#533770
(83,55,112)
#432D5A
(67,45,90)
#332344
(51,35,68)
#23192E
(35,25,46)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #B373F4

#B373F4
(179,115,244)
#B97FF5
(185,127,245)
#BF8BF6
(191,139,246)
#C597F7
(197,151,247)
#CBA3F8
(203,163,248)
#D1AFF9
(209,175,249)
#D7BBFA
(215,187,250)
#DDC7FB
(221,199,251)
#E3D3FC
(227,211,252)
#E9DFFD
(233,223,253)
#EFEBFE
(239,235,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B373F4; }

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

This text font color is #B373F4.

Background Color

.myBgColor { background-color: #B373F4; }

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

This div background color is #B373F4.

Border color

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

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

This div border color is #B373F4.

Opacity

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

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

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

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

This text has shadow with #B373F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B373F4.

Preview

Color preview on black background

This text has color #B373F4 on black background.


Color preview on white background

This text has color #B373F4 on white background.


Black color preview on #B373F4 background

This text has black color on #B373F4 background.


White color preview on #B373F4 background

This text has white color on #B373F4 background.


Related colors

Complementary color

Complementary color for #hex is #4C8C0B.


I love getcolorcode.com

Triadic colors

1 #F4B373 and #73F4B3 with #B373F4 are triadic colors.

2 #F473B3 and #73B3F4 with #B373F4 are triadic colors.