COLOR #B48AFF

HEX: #B48AFF
RGB: (180,138,255)

Color info

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

RGB color model

#B48AFF color RGB value is (180,138,255).

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

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 255 of 255 = 100%

180
138
255

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

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 255 = 573 (100%)
R 180 of 573 ~ 31.41%
G 138 of 573 ~ 24.08%
B 255 of 573 ~ 44.5%

%31.41
%24.08
%44.5

CMYK color model

#B48AFF color CMYK value is (29,46,0,0).

  • cyan value is 29.41%
  • magenta value is 45.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,46,0,0)
C29M46Y0K0 
(29%,46%,0%,0%)
(0.29/0.46/0.00/0.00)	

CMYK percentages

%29.41
%45.88
%0
%0

Codes

Color #B48AFF in popluar color models

B48AFF
RGB180138255
HSL262°100.00%77.06%
HSB/HSV262°45.88%100.00%
CMYK29.41%45.88%0.00%
0.00%

Color #B48AFF in popluar number systems.

HEXB48AFF
Decimal180138255
Binary101101001000101011111111
Octal264212377

Shades and tints

Shades of #B48AFF

#B48AFF
(180,138,255)
#A47EE8
(164,126,232)
#9472D1
(148,114,209)
#8466BA
(132,102,186)
#745AA3
(116,90,163)
#644E8C
(100,78,140)
#544275
(84,66,117)
#44365E
(68,54,94)
#342A47
(52,42,71)
#241E30
(36,30,48)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #B48AFF

#B48AFF
(180,138,255)
#BA94FF
(186,148,255)
#C09EFF
(192,158,255)
#C6A8FF
(198,168,255)
#CCB2FF
(204,178,255)
#D2BCFF
(210,188,255)
#D8C6FF
(216,198,255)
#DED0FF
(222,208,255)
#E4DAFF
(228,218,255)
#EAE4FF
(234,228,255)
#F0EEFF
(240,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48AFF; }

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

This text font color is #B48AFF.


Background Color

.myBgColor { background-color: #B48AFF; }

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

This div background color is #B48AFF.


Border color

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

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

This div border color is #B48AFF.


Opacity

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

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

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

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

This text has shadow with #B48AFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48AFF on black background.


Color preview on white background

This text has color #B48AFF on white background.



Black color preview on #B48AFF background

This text has black color on #B48AFF background.


White color preview on #B48AFF background

This text has white color on #B48AFF background.