COLOR #B72AE8

HEX: #B72AE8
RGB: (183,42,232)

Color info

#B72AE8 contains mainly red and blue colors. Web safe color of #B72AE8 is #CC33FF (or #C3F).

RGB color model

#B72AE8 color RGB value is (183,42,232).

  • red value is 183;
  • green value is 42;
  • blue value is 232.
RGB:
(183,42,232)
(72%,16%,91%)

RGB channels and saturation

R 183 of 255 = 72%
G 42 of 255 = 16%
B 232 of 255 = 91%

183
42
232

R + G + B ~ 60%. #B72AE8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
183 + 42 + 232 = 457 (100%)
R 183 of 457 ~ 40.04%
G 42 of 457 ~ 9.19%
B 232 of 457 ~ 50.77%

%40.04
%50.77

CMYK color model

#B72AE8 color CMYK value is (21,82,0,9).

  • cyan value is 21.12%
  • magenta value is 81.90%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(21,82,0,9)
C21M82Y0K9 
(21%,82%,0%,9%)
(0.21/0.82/0.00/0.09)	

CMYK percentages

%21.12
%81.9
%0
%9.02

Codes

Color #B72AE8 in popluar color models

B72AE8
RGB18342232
HSL285°80.51%53.73%
HSB/HSV285°81.90%90.98%
CMYK21.12%81.90%0.00%
9.02%

Color #B72AE8 in popluar number systems.

HEXB72AE8
Decimal18342232
Binary1011011110101011101000
Octal26752350

Shades and tints

Shades of #B72AE8

#B72AE8
(183,42,232)
#A727D3
(167,39,211)
#9724BE
(151,36,190)
#8721A9
(135,33,169)
#771E94
(119,30,148)
#671B7F
(103,27,127)
#57186A
(87,24,106)
#471555
(71,21,85)
#371240
(55,18,64)
#270F2B
(39,15,43)
#170C16
(23,12,22)
#000000
(0,0,0)

Tints of #B72AE8

#B72AE8
(183,42,232)
#BD3DEA
(189,61,234)
#C350EC
(195,80,236)
#C963EE
(201,99,238)
#CF76F0
(207,118,240)
#D589F2
(213,137,242)
#DB9CF4
(219,156,244)
#E1AFF6
(225,175,246)
#E7C2F8
(231,194,248)
#EDD5FA
(237,213,250)
#F3E8FC
(243,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B72AE8 color. Also use rgb(183,42,232) instead hex code.

Text Font Color

.myTextColor { color: #B72AE8; }

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

This text font color is #B72AE8.


Background Color

.myBgColor { background-color: #B72AE8; }

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

This div background color is #B72AE8.


Border color

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

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

This div border color is #B72AE8.


Opacity

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

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

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

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

This text has shadow with #B72AE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B72AE8 on black background.


Color preview on white background

This text has color #B72AE8 on white background.



Black color preview on #B72AE8 background

This text has black color on #B72AE8 background.


White color preview on #B72AE8 background

This text has white color on #B72AE8 background.