COLOR #B472EA

HEX: #B472EA
RGB: (180,114,234)

Color info

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

RGB color model

#B472EA color RGB value is (180,114,234).

  • red value is 180;
  • green value is 114;
  • blue value is 234.
RGB:
(180,114,234)
(71%,45%,92%)

RGB channels and saturation

R 180 of 255 = 71%
G 114 of 255 = 45%
B 234 of 255 = 92%

180
114
234

R + G + B ~ 69%. #B472EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 114 + 234 = 528 (100%)
R 180 of 528 ~ 34.09%
G 114 of 528 ~ 21.59%
B 234 of 528 ~ 44.32%

%34.09
%21.59
%44.32

CMYK color model

#B472EA color CMYK value is (23,51,0,8).

  • cyan value is 23.08%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(23,51,0,8)
C23M51Y0K8 
(23%,51%,0%,8%)
(0.23/0.51/0.00/0.08)	

CMYK percentages

%23.08
%51.28
%0
%8.24

Codes

Color #B472EA in popluar color models

B472EA
RGB180114234
HSL273°74.07%68.24%
HSB/HSV273°51.28%91.76%
CMYK23.08%51.28%0.00%
8.24%

Color #B472EA in popluar number systems.

HEXB472EA
Decimal180114234
Binary10110100111001011101010
Octal264162352

Shades and tints

Shades of #B472EA

#B472EA
(180,114,234)
#A468D5
(164,104,213)
#945EC0
(148,94,192)
#8454AB
(132,84,171)
#744A96
(116,74,150)
#644081
(100,64,129)
#54366C
(84,54,108)
#442C57
(68,44,87)
#342242
(52,34,66)
#24182D
(36,24,45)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #B472EA

#B472EA
(180,114,234)
#BA7EEB
(186,126,235)
#C08AEC
(192,138,236)
#C696ED
(198,150,237)
#CCA2EE
(204,162,238)
#D2AEEF
(210,174,239)
#D8BAF0
(216,186,240)
#DEC6F1
(222,198,241)
#E4D2F2
(228,210,242)
#EADEF3
(234,222,243)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B472EA color. Also use rgb(180,114,234) instead hex code.

Text Font Color

.myTextColor { color: #B472EA; }

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

This text font color is #B472EA.


Background Color

.myBgColor { background-color: #B472EA; }

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

This div background color is #B472EA.


Border color

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

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

This div border color is #B472EA.


Opacity

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

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

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

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

This text has shadow with #B472EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B472EA on black background.


Color preview on white background

This text has color #B472EA on white background.



Black color preview on #B472EA background

This text has black color on #B472EA background.


White color preview on #B472EA background

This text has white color on #B472EA background.