COLOR #B478EB

HEX: #B478EB
RGB: (180,120,235)

Color info

#B478EB contains mainly red and blue colors. Web safe color of #B478EB is #CC66FF (or #C6F).

RGB color model

#B478EB color RGB value is (180,120,235).

  • red value is 180;
  • green value is 120;
  • blue value is 235.
RGB:
(180,120,235)
(71%,47%,92%)

RGB channels and saturation

R 180 of 255 = 71%
G 120 of 255 = 47%
B 235 of 255 = 92%

180
120
235

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

Portions of RGB colors in percentages

R + G + B =
180 + 120 + 235 = 535 (100%)
R 180 of 535 ~ 33.64%
G 120 of 535 ~ 22.43%
B 235 of 535 ~ 43.93%

%33.64
%22.43
%43.93

CMYK color model

#B478EB color CMYK value is (23,49,0,8).

  • cyan value is 23.40%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,49,0,8)
C23M49Y0K8 
(23%,49%,0%,8%)
(0.23/0.49/0.00/0.08)	

CMYK percentages

%23.4
%48.94
%0
%7.84

Codes

Color #B478EB in popluar color models

B478EB
RGB180120235
HSL271°74.19%69.61%
HSB/HSV271°48.94%92.16%
CMYK23.40%48.94%0.00%
7.84%

Color #B478EB in popluar number systems.

HEXB478EB
Decimal180120235
Binary10110100111100011101011
Octal264170353

Shades and tints

Shades of #B478EB

#B478EB
(180,120,235)
#A46ED6
(164,110,214)
#9464C1
(148,100,193)
#845AAC
(132,90,172)
#745097
(116,80,151)
#644682
(100,70,130)
#543C6D
(84,60,109)
#443258
(68,50,88)
#342843
(52,40,67)
#241E2E
(36,30,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #B478EB

#B478EB
(180,120,235)
#BA84EC
(186,132,236)
#C090ED
(192,144,237)
#C69CEE
(198,156,238)
#CCA8EF
(204,168,239)
#D2B4F0
(210,180,240)
#D8C0F1
(216,192,241)
#DECCF2
(222,204,242)
#E4D8F3
(228,216,243)
#EAE4F4
(234,228,244)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B478EB color. Also use rgb(180,120,235) instead hex code.

Text Font Color

.myTextColor { color: #B478EB; }

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

This text font color is #B478EB.


Background Color

.myBgColor { background-color: #B478EB; }

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

This div background color is #B478EB.


Border color

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

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

This div border color is #B478EB.


Opacity

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

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

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

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

This text has shadow with #B478EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B478EB on black background.


Color preview on white background

This text has color #B478EB on white background.



Black color preview on #B478EB background

This text has black color on #B478EB background.


White color preview on #B478EB background

This text has white color on #B478EB background.