COLOR #B370F2

HEX: #B370F2
RGB: (179,112,242)

Color info

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

RGB color model

#B370F2 color RGB value is (179,112,242).

  • red value is 179;
  • green value is 112;
  • blue value is 242.
RGB:
(179,112,242)
(70%,44%,95%)

RGB channels and saturation

R 179 of 255 = 70%
G 112 of 255 = 44%
B 242 of 255 = 95%

179
112
242

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

Portions of RGB colors in percentages

R + G + B =
179 + 112 + 242 = 533 (100%)
R 179 of 533 ~ 33.58%
G 112 of 533 ~ 21.01%
B 242 of 533 ~ 45.4%

%33.58
%21.01
%45.4

CMYK color model

#B370F2 color CMYK value is (26,54,0,5).

  • cyan value is 26.03%
  • magenta value is 53.72%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(26,54,0,5)
C26M54Y0K5 
(26%,54%,0%,5%)
(0.26/0.54/0.00/0.05)	

CMYK percentages

%26.03
%53.72
%0
%5.1

Codes

Color #B370F2 in popluar color models

B370F2
RGB179112242
HSL271°83.33%69.41%
HSB/HSV271°53.72%94.90%
CMYK26.03%53.72%0.00%
5.10%

Color #B370F2 in popluar number systems.

HEXB370F2
Decimal179112242
Binary10110011111000011110010
Octal263160362

Shades and tints

Shades of #B370F2

#B370F2
(179,112,242)
#A366DC
(163,102,220)
#935CC6
(147,92,198)
#8352B0
(131,82,176)
#73489A
(115,72,154)
#633E84
(99,62,132)
#53346E
(83,52,110)
#432A58
(67,42,88)
#332042
(51,32,66)
#23162C
(35,22,44)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #B370F2

#B370F2
(179,112,242)
#B97DF3
(185,125,243)
#BF8AF4
(191,138,244)
#C597F5
(197,151,245)
#CBA4F6
(203,164,246)
#D1B1F7
(209,177,247)
#D7BEF8
(215,190,248)
#DDCBF9
(221,203,249)
#E3D8FA
(227,216,250)
#E9E5FB
(233,229,251)
#EFF2FC
(239,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B370F2 color. Also use rgb(179,112,242) instead hex code.

Text Font Color

.myTextColor { color: #B370F2; }

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

This text font color is #B370F2.


Background Color

.myBgColor { background-color: #B370F2; }

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

This div background color is #B370F2.


Border color

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

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

This div border color is #B370F2.


Opacity

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

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

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

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

This text has shadow with #B370F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B370F2 on black background.


Color preview on white background

This text has color #B370F2 on white background.



Black color preview on #B370F2 background

This text has black color on #B370F2 background.


White color preview on #B370F2 background

This text has white color on #B370F2 background.