COLOR #B483EE

HEX: #B483EE
RGB: (180,131,238)

Color info

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

RGB color model

#B483EE color RGB value is (180,131,238).

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

RGB channels and saturation

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

180
131
238

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

Portions of RGB colors in percentages

R + G + B =
180 + 131 + 238 = 549 (100%)
R 180 of 549 ~ 32.79%
G 131 of 549 ~ 23.86%
B 238 of 549 ~ 43.35%

%32.79
%23.86
%43.35

CMYK color model

#B483EE color CMYK value is (24,45,0,7).

  • cyan value is 24.37%
  • magenta value is 44.96%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,45,0,7)
C24M45Y0K7 
(24%,45%,0%,7%)
(0.24/0.45/0.00/0.07)	

CMYK percentages

%24.37
%44.96
%0
%6.67

Codes

Color #B483EE in popluar color models

B483EE
RGB180131238
HSL267°75.89%72.35%
HSB/HSV267°44.96%93.33%
CMYK24.37%44.96%0.00%
6.67%

Color #B483EE in popluar number systems.

HEXB483EE
Decimal180131238
Binary101101001000001111101110
Octal264203356

Shades and tints

Shades of #B483EE

#B483EE
(180,131,238)
#A478D9
(164,120,217)
#946DC4
(148,109,196)
#8462AF
(132,98,175)
#74579A
(116,87,154)
#644C85
(100,76,133)
#544170
(84,65,112)
#44365B
(68,54,91)
#342B46
(52,43,70)
#242031
(36,32,49)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #B483EE

#B483EE
(180,131,238)
#BA8EEF
(186,142,239)
#C099F0
(192,153,240)
#C6A4F1
(198,164,241)
#CCAFF2
(204,175,242)
#D2BAF3
(210,186,243)
#D8C5F4
(216,197,244)
#DED0F5
(222,208,245)
#E4DBF6
(228,219,246)
#EAE6F7
(234,230,247)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B483EE; }

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

This text font color is #B483EE.


Background Color

.myBgColor { background-color: #B483EE; }

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

This div background color is #B483EE.


Border color

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

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

This div border color is #B483EE.


Opacity

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

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

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

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

This text has shadow with #B483EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B483EE on black background.


Color preview on white background

This text has color #B483EE on white background.



Black color preview on #B483EE background

This text has black color on #B483EE background.


White color preview on #B483EE background

This text has white color on #B483EE background.