COLOR #B675F8

HEX: #B675F8
RGB: (182,117,248)

Color info

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

RGB color model

#B675F8 color RGB value is (182,117,248).

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

RGB channels and saturation

R 182 of 255 = 71%
G 117 of 255 = 46%
B 248 of 255 = 97%

182
117
248

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

Portions of RGB colors in percentages

R + G + B =
182 + 117 + 248 = 547 (100%)
R 182 of 547 ~ 33.27%
G 117 of 547 ~ 21.39%
B 248 of 547 ~ 45.34%

%33.27
%21.39
%45.34

CMYK color model

#B675F8 color CMYK value is (27,53,0,3).

  • cyan value is 26.61%
  • magenta value is 52.82%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(27,53,0,3)
C27M53Y0K3 
(27%,53%,0%,3%)
(0.27/0.53/0.00/0.03)	

CMYK percentages

%26.61
%52.82
%0
%2.75

Codes

Color #B675F8 in popluar color models

B675F8
RGB182117248
HSL270°90.34%71.57%
HSB/HSV270°52.82%97.25%
CMYK26.61%52.82%0.00%
2.75%

Color #B675F8 in popluar number systems.

HEXB675F8
Decimal182117248
Binary10110110111010111111000
Octal266165370

Shades and tints

Shades of #B675F8

#B675F8
(182,117,248)
#A66BE2
(166,107,226)
#9661CC
(150,97,204)
#8657B6
(134,87,182)
#764DA0
(118,77,160)
#66438A
(102,67,138)
#563974
(86,57,116)
#462F5E
(70,47,94)
#362548
(54,37,72)
#261B32
(38,27,50)
#16111C
(22,17,28)
#000000
(0,0,0)

Tints of #B675F8

#B675F8
(182,117,248)
#BC81F8
(188,129,248)
#C28DF8
(194,141,248)
#C899F8
(200,153,248)
#CEA5F8
(206,165,248)
#D4B1F8
(212,177,248)
#DABDF8
(218,189,248)
#E0C9F8
(224,201,248)
#E6D5F8
(230,213,248)
#ECE1F8
(236,225,248)
#F2EDF8
(242,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B675F8; }

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

This text font color is #B675F8.


Background Color

.myBgColor { background-color: #B675F8; }

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

This div background color is #B675F8.


Border color

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

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

This div border color is #B675F8.


Opacity

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

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

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

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

This text has shadow with #B675F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B675F8 on black background.


Color preview on white background

This text has color #B675F8 on white background.



Black color preview on #B675F8 background

This text has black color on #B675F8 background.


White color preview on #B675F8 background

This text has white color on #B675F8 background.