COLOR #B7A2F0

HEX: #B7A2F0
RGB: (183,162,240)

Color info

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

RGB color model

#B7A2F0 color RGB value is (183,162,240).

  • red value is 183;
  • green value is 162;
  • blue value is 240.
RGB:
(183,162,240)
(72%,64%,94%)

RGB channels and saturation

R 183 of 255 = 72%
G 162 of 255 = 64%
B 240 of 255 = 94%

183
162
240

R + G + B ~ 77%. #B7A2F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 162 + 240 = 585 (100%)
R 183 of 585 ~ 31.28%
G 162 of 585 ~ 27.69%
B 240 of 585 ~ 41.03%

%31.28
%27.69
%41.03

CMYK color model

#B7A2F0 color CMYK value is (24,33,0,6).

  • cyan value is 23.75%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(24,33,0,6)
C24M33Y0K6 
(24%,33%,0%,6%)
(0.24/0.33/0.00/0.06)	

CMYK percentages

%23.75
%32.5
%0
%5.88

Codes

Color #B7A2F0 in popluar color models

B7A2F0
RGB183162240
HSL256°72.22%78.82%
HSB/HSV256°32.50%94.12%
CMYK23.75%32.50%0.00%
5.88%

Color #B7A2F0 in popluar number systems.

HEXB7A2F0
Decimal183162240
Binary101101111010001011110000
Octal267242360

Shades and tints

Shades of #B7A2F0

#B7A2F0
(183,162,240)
#A794DB
(167,148,219)
#9786C6
(151,134,198)
#8778B1
(135,120,177)
#776A9C
(119,106,156)
#675C87
(103,92,135)
#574E72
(87,78,114)
#47405D
(71,64,93)
#373248
(55,50,72)
#272433
(39,36,51)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #B7A2F0

#B7A2F0
(183,162,240)
#BDAAF1
(189,170,241)
#C3B2F2
(195,178,242)
#C9BAF3
(201,186,243)
#CFC2F4
(207,194,244)
#D5CAF5
(213,202,245)
#DBD2F6
(219,210,246)
#E1DAF7
(225,218,247)
#E7E2F8
(231,226,248)
#EDEAF9
(237,234,249)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A2F0 color. Also use rgb(183,162,240) instead hex code.

Text Font Color

.myTextColor { color: #B7A2F0; }

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

This text font color is #B7A2F0.


Background Color

.myBgColor { background-color: #B7A2F0; }

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

This div background color is #B7A2F0.


Border color

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

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

This div border color is #B7A2F0.


Opacity

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

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

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

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

This text has shadow with #B7A2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A2F0 on black background.


Color preview on white background

This text has color #B7A2F0 on white background.



Black color preview on #B7A2F0 background

This text has black color on #B7A2F0 background.


White color preview on #B7A2F0 background

This text has white color on #B7A2F0 background.