COLOR #B481EE

HEX: #B481EE
RGB: (180,129,238)

Color info

#B481EE contains mainly red and blue colors. Web safe color of #B481EE is #CC99FF (or #C9F).

RGB color model

#B481EE color RGB value is (180,129,238).

  • red value is 180;
  • green value is 129;
  • blue value is 238.
RGB:
(180,129,238)
(71%,51%,93%)

RGB channels and saturation

R 180 of 255 = 71%
G 129 of 255 = 51%
B 238 of 255 = 93%

180
129
238

R + G + B ~ 72%. #B481EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 129 + 238 = 547 (100%)
R 180 of 547 ~ 32.91%
G 129 of 547 ~ 23.58%
B 238 of 547 ~ 43.51%

%32.91
%23.58
%43.51

CMYK color model

#B481EE color CMYK value is (24,46,0,7).

  • cyan value is 24.37%
  • magenta value is 45.80%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,46,0,7)
C24M46Y0K7 
(24%,46%,0%,7%)
(0.24/0.46/0.00/0.07)	

CMYK percentages

%24.37
%45.8
%0
%6.67

Codes

Color #B481EE in popluar color models

B481EE
RGB180129238
HSL268°76.22%71.96%
HSB/HSV268°45.80%93.33%
CMYK24.37%45.80%0.00%
6.67%

Color #B481EE in popluar number systems.

HEXB481EE
Decimal180129238
Binary101101001000000111101110
Octal264201356

Shades and tints

Shades of #B481EE

#B481EE
(180,129,238)
#A476D9
(164,118,217)
#946BC4
(148,107,196)
#8460AF
(132,96,175)
#74559A
(116,85,154)
#644A85
(100,74,133)
#543F70
(84,63,112)
#44345B
(68,52,91)
#342946
(52,41,70)
#241E31
(36,30,49)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #B481EE

#B481EE
(180,129,238)
#BA8CEF
(186,140,239)
#C097F0
(192,151,240)
#C6A2F1
(198,162,241)
#CCADF2
(204,173,242)
#D2B8F3
(210,184,243)
#D8C3F4
(216,195,244)
#DECEF5
(222,206,245)
#E4D9F6
(228,217,246)
#EAE4F7
(234,228,247)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B481EE color. Also use rgb(180,129,238) instead hex code.

Text Font Color

.myTextColor { color: #B481EE; }

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

This text font color is #B481EE.


Background Color

.myBgColor { background-color: #B481EE; }

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

This div background color is #B481EE.


Border color

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

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

This div border color is #B481EE.


Opacity

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

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

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

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

This text has shadow with #B481EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B481EE on black background.


Color preview on white background

This text has color #B481EE on white background.



Black color preview on #B481EE background

This text has black color on #B481EE background.


White color preview on #B481EE background

This text has white color on #B481EE background.