COLOR #B479F2

HEX: #B479F2
RGB: (180,121,242)

Color info

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

RGB color model

#B479F2 color RGB value is (180,121,242).

  • red value is 180;
  • green value is 121;
  • blue value is 242.
RGB:
(180,121,242)
(71%,47%,95%)

RGB channels and saturation

R 180 of 255 = 71%
G 121 of 255 = 47%
B 242 of 255 = 95%

180
121
242

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

Portions of RGB colors in percentages

R + G + B =
180 + 121 + 242 = 543 (100%)
R 180 of 543 ~ 33.15%
G 121 of 543 ~ 22.28%
B 242 of 543 ~ 44.57%

%33.15
%22.28
%44.57

CMYK color model

#B479F2 color CMYK value is (26,50,0,5).

  • cyan value is 25.62%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(26,50,0,5)
C26M50Y0K5 
(26%,50%,0%,5%)
(0.26/0.50/0.00/0.05)	

CMYK percentages

%25.62
%50
%0
%5.1

Codes

Color #B479F2 in popluar color models

B479F2
RGB180121242
HSL269°82.31%71.18%
HSB/HSV269°50.00%94.90%
CMYK25.62%50.00%0.00%
5.10%

Color #B479F2 in popluar number systems.

HEXB479F2
Decimal180121242
Binary10110100111100111110010
Octal264171362

Shades and tints

Shades of #B479F2

#B479F2
(180,121,242)
#A46EDC
(164,110,220)
#9463C6
(148,99,198)
#8458B0
(132,88,176)
#744D9A
(116,77,154)
#644284
(100,66,132)
#54376E
(84,55,110)
#442C58
(68,44,88)
#342142
(52,33,66)
#24162C
(36,22,44)
#140B16
(20,11,22)
#000000
(0,0,0)

Tints of #B479F2

#B479F2
(180,121,242)
#BA85F3
(186,133,243)
#C091F4
(192,145,244)
#C69DF5
(198,157,245)
#CCA9F6
(204,169,246)
#D2B5F7
(210,181,247)
#D8C1F8
(216,193,248)
#DECDF9
(222,205,249)
#E4D9FA
(228,217,250)
#EAE5FB
(234,229,251)
#F0F1FC
(240,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B479F2 color. Also use rgb(180,121,242) instead hex code.

Text Font Color

.myTextColor { color: #B479F2; }

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

This text font color is #B479F2.


Background Color

.myBgColor { background-color: #B479F2; }

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

This div background color is #B479F2.


Border color

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

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

This div border color is #B479F2.


Opacity

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

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

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

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

This text has shadow with #B479F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B479F2 on black background.


Color preview on white background

This text has color #B479F2 on white background.



Black color preview on #B479F2 background

This text has black color on #B479F2 background.


White color preview on #B479F2 background

This text has white color on #B479F2 background.