COLOR #B472EC

HEX: #B472EC
RGB: (180,114,236)

Color info

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

RGB color model

#B472EC color RGB value is (180,114,236).

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

RGB channels and saturation

R 180 of 255 = 71%
G 114 of 255 = 45%
B 236 of 255 = 93%

180
114
236

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

Portions of RGB colors in percentages

R + G + B =
180 + 114 + 236 = 530 (100%)
R 180 of 530 ~ 33.96%
G 114 of 530 ~ 21.51%
B 236 of 530 ~ 44.53%

%33.96
%21.51
%44.53

CMYK color model

#B472EC color CMYK value is (24,52,0,7).

  • cyan value is 23.73%
  • magenta value is 51.69%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(24,52,0,7)
C24M52Y0K7 
(24%,52%,0%,7%)
(0.24/0.52/0.00/0.07)	

CMYK percentages

%23.73
%51.69
%0
%7.45

Codes

Color #B472EC in popluar color models

B472EC
RGB180114236
HSL272°76.25%68.63%
HSB/HSV272°51.69%92.55%
CMYK23.73%51.69%0.00%
7.45%

Color #B472EC in popluar number systems.

HEXB472EC
Decimal180114236
Binary10110100111001011101100
Octal264162354

Shades and tints

Shades of #B472EC

#B472EC
(180,114,236)
#A468D7
(164,104,215)
#945EC2
(148,94,194)
#8454AD
(132,84,173)
#744A98
(116,74,152)
#644083
(100,64,131)
#54366E
(84,54,110)
#442C59
(68,44,89)
#342244
(52,34,68)
#24182F
(36,24,47)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #B472EC

#B472EC
(180,114,236)
#BA7EED
(186,126,237)
#C08AEE
(192,138,238)
#C696EF
(198,150,239)
#CCA2F0
(204,162,240)
#D2AEF1
(210,174,241)
#D8BAF2
(216,186,242)
#DEC6F3
(222,198,243)
#E4D2F4
(228,210,244)
#EADEF5
(234,222,245)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B472EC; }

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

This text font color is #B472EC.


Background Color

.myBgColor { background-color: #B472EC; }

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

This div background color is #B472EC.


Border color

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

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

This div border color is #B472EC.


Opacity

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

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

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

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

This text has shadow with #B472EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B472EC on black background.


Color preview on white background

This text has color #B472EC on white background.



Black color preview on #B472EC background

This text has black color on #B472EC background.


White color preview on #B472EC background

This text has white color on #B472EC background.