COLOR #B527A3

HEX: #B527A3
RGB: (181,39,163)

Color info

#B527A3 contains mainly red and blue colors. Web safe color of #B527A3 is #CC3399 (or #C39).

RGB color model

#B527A3 color RGB value is (181,39,163).

  • red value is 181;
  • green value is 39;
  • blue value is 163.
RGB:
(181,39,163)
(71%,15%,64%)

RGB channels and saturation

R 181 of 255 = 71%
G 39 of 255 = 15%
B 163 of 255 = 64%

181
39
163

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

Portions of RGB colors in percentages

R + G + B =
181 + 39 + 163 = 383 (100%)
R 181 of 383 ~ 47.26%
G 39 of 383 ~ 10.18%
B 163 of 383 ~ 42.56%

%47.26
%10.18
%42.56

CMYK color model

#B527A3 color CMYK value is (0,78,10,29).

  • cyan value is 0.00%
  • magenta value is 78.45%
  • yellow value is 9.94%
  • key color value is 29.02%
CMYK:
(0,78,10,29)
C0M78Y10K29 
(0%,78%,10%,29%)
(0.00/0.78/0.10/0.29)	

CMYK percentages

%0
%78.45
%9.94
%29.02

Codes

Color #B527A3 in popluar color models

B527A3
RGB18139163
HSL308°64.55%43.14%
HSB/HSV308°78.45%70.98%
CMYK0.00%78.45%9.94%
29.02%

Color #B527A3 in popluar number systems.

HEXB527A3
Decimal18139163
Binary1011010110011110100011
Octal26547243

Shades and tints

Shades of #B527A3

#B527A3
(181,39,163)
#A52495
(165,36,149)
#952187
(149,33,135)
#851E79
(133,30,121)
#751B6B
(117,27,107)
#65185D
(101,24,93)
#55154F
(85,21,79)
#451241
(69,18,65)
#350F33
(53,15,51)
#250C25
(37,12,37)
#150917
(21,9,23)
#000000
(0,0,0)

Tints of #B527A3

#B527A3
(181,39,163)
#BB3AAB
(187,58,171)
#C14DB3
(193,77,179)
#C760BB
(199,96,187)
#CD73C3
(205,115,195)
#D386CB
(211,134,203)
#D999D3
(217,153,211)
#DFACDB
(223,172,219)
#E5BFE3
(229,191,227)
#EBD2EB
(235,210,235)
#F1E5F3
(241,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B527A3 color. Also use rgb(181,39,163) instead hex code.

Text Font Color

.myTextColor { color: #B527A3; }

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

This text font color is #B527A3.


Background Color

.myBgColor { background-color: #B527A3; }

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

This div background color is #B527A3.


Border color

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

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

This div border color is #B527A3.


Opacity

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

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

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

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

This text has shadow with #B527A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B527A3 on black background.


Color preview on white background

This text has color #B527A3 on white background.



Black color preview on #B527A3 background

This text has black color on #B527A3 background.


White color preview on #B527A3 background

This text has white color on #B527A3 background.