COLOR #B48DFF

HEX: #B48DFF
RGB: (180,141,255)

Color info

#B48DFF contains mainly blue color. Web safe color of #B48DFF is #CC99FF (or #C9F).

RGB color model

#B48DFF color RGB value is (180,141,255).

  • red value is 180;
  • green value is 141;
  • blue value is 255.
RGB:
(180,141,255)
(71%,55%,100%)

RGB channels and saturation

R 180 of 255 = 71%
G 141 of 255 = 55%
B 255 of 255 = 100%

180
141
255

R + G + B ~ 75%. #B48DFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 255 = 576 (100%)
R 180 of 576 ~ 31.25%
G 141 of 576 ~ 24.48%
B 255 of 576 ~ 44.27%

%31.25
%24.48
%44.27

CMYK color model

#B48DFF color CMYK value is (29,45,0,0).

  • cyan value is 29.41%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,45,0,0)
C29M45Y0K0 
(29%,45%,0%,0%)
(0.29/0.45/0.00/0.00)	

CMYK percentages

%29.41
%44.71
%0
%0

Codes

Color #B48DFF in popluar color models

B48DFF
RGB180141255
HSL261°100.00%77.65%
HSB/HSV261°44.71%100.00%
CMYK29.41%44.71%0.00%
0.00%

Color #B48DFF in popluar number systems.

HEXB48DFF
Decimal180141255
Binary101101001000110111111111
Octal264215377

Shades and tints

Shades of #B48DFF

#B48DFF
(180,141,255)
#A481E8
(164,129,232)
#9475D1
(148,117,209)
#8469BA
(132,105,186)
#745DA3
(116,93,163)
#64518C
(100,81,140)
#544575
(84,69,117)
#44395E
(68,57,94)
#342D47
(52,45,71)
#242130
(36,33,48)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #B48DFF

#B48DFF
(180,141,255)
#BA97FF
(186,151,255)
#C0A1FF
(192,161,255)
#C6ABFF
(198,171,255)
#CCB5FF
(204,181,255)
#D2BFFF
(210,191,255)
#D8C9FF
(216,201,255)
#DED3FF
(222,211,255)
#E4DDFF
(228,221,255)
#EAE7FF
(234,231,255)
#F0F1FF
(240,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48DFF color. Also use rgb(180,141,255) instead hex code.

Text Font Color

.myTextColor { color: #B48DFF; }

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

This text font color is #B48DFF.


Background Color

.myBgColor { background-color: #B48DFF; }

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

This div background color is #B48DFF.


Border color

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

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

This div border color is #B48DFF.


Opacity

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

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

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

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

This text has shadow with #B48DFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48DFF on black background.


Color preview on white background

This text has color #B48DFF on white background.



Black color preview on #B48DFF background

This text has black color on #B48DFF background.


White color preview on #B48DFF background

This text has white color on #B48DFF background.