COLOR #B672F8

HEX: #B672F8
RGB: (182,114,248)

Color info

#B672F8 contains mainly blue color. Web safe color of #B672F8 is #CC66FF (or #C6F).

RGB color model

#B672F8 color RGB value is (182,114,248).

  • red value is 182;
  • green value is 114;
  • blue value is 248.
RGB:
(182,114,248)
(71%,45%,97%)

RGB channels and saturation

R 182 of 255 = 71%
G 114 of 255 = 45%
B 248 of 255 = 97%

182
114
248

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

Portions of RGB colors in percentages

R + G + B =
182 + 114 + 248 = 544 (100%)
R 182 of 544 ~ 33.46%
G 114 of 544 ~ 20.96%
B 248 of 544 ~ 45.59%

%33.46
%20.96
%45.59

CMYK color model

#B672F8 color CMYK value is (27,54,0,3).

  • cyan value is 26.61%
  • magenta value is 54.03%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(27,54,0,3)
C27M54Y0K3 
(27%,54%,0%,3%)
(0.27/0.54/0.00/0.03)	

CMYK percentages

%26.61
%54.03
%0
%2.75

Codes

Color #B672F8 in popluar color models

B672F8
RGB182114248
HSL270°90.54%70.98%
HSB/HSV270°54.03%97.25%
CMYK26.61%54.03%0.00%
2.75%

Color #B672F8 in popluar number systems.

HEXB672F8
Decimal182114248
Binary10110110111001011111000
Octal266162370

Shades and tints

Shades of #B672F8

#B672F8
(182,114,248)
#A668E2
(166,104,226)
#965ECC
(150,94,204)
#8654B6
(134,84,182)
#764AA0
(118,74,160)
#66408A
(102,64,138)
#563674
(86,54,116)
#462C5E
(70,44,94)
#362248
(54,34,72)
#261832
(38,24,50)
#160E1C
(22,14,28)
#000000
(0,0,0)

Tints of #B672F8

#B672F8
(182,114,248)
#BC7EF8
(188,126,248)
#C28AF8
(194,138,248)
#C896F8
(200,150,248)
#CEA2F8
(206,162,248)
#D4AEF8
(212,174,248)
#DABAF8
(218,186,248)
#E0C6F8
(224,198,248)
#E6D2F8
(230,210,248)
#ECDEF8
(236,222,248)
#F2EAF8
(242,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B672F8 color. Also use rgb(182,114,248) instead hex code.

Text Font Color

.myTextColor { color: #B672F8; }

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

This text font color is #B672F8.


Background Color

.myBgColor { background-color: #B672F8; }

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

This div background color is #B672F8.


Border color

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

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

This div border color is #B672F8.


Opacity

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

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

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

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

This text has shadow with #B672F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B672F8 on black background.


Color preview on white background

This text has color #B672F8 on white background.



Black color preview on #B672F8 background

This text has black color on #B672F8 background.


White color preview on #B672F8 background

This text has white color on #B672F8 background.