COLOR #B532A8

HEX: #B532A8
RGB: (181,50,168)

Color info

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

RGB color model

#B532A8 color RGB value is (181,50,168).

  • red value is 181;
  • green value is 50;
  • blue value is 168.
RGB:
(181,50,168)
(71%,20%,66%)

RGB channels and saturation

R 181 of 255 = 71%
G 50 of 255 = 20%
B 168 of 255 = 66%

181
50
168

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

Portions of RGB colors in percentages

R + G + B =
181 + 50 + 168 = 399 (100%)
R 181 of 399 ~ 45.36%
G 50 of 399 ~ 12.53%
B 168 of 399 ~ 42.11%

%45.36
%12.53
%42.11

CMYK color model

#B532A8 color CMYK value is (0,72,7,29).

  • cyan value is 0.00%
  • magenta value is 72.38%
  • yellow value is 7.18%
  • key color value is 29.02%
CMYK:
(0,72,7,29)
C0M72Y7K29 
(0%,72%,7%,29%)
(0.00/0.72/0.07/0.29)	

CMYK percentages

%0
%72.38
%7.18
%29.02

Codes

Color #B532A8 in popluar color models

B532A8
RGB18150168
HSL306°56.71%45.29%
HSB/HSV306°72.38%70.98%
CMYK0.00%72.38%7.18%
29.02%

Color #B532A8 in popluar number systems.

HEXB532A8
Decimal18150168
Binary1011010111001010101000
Octal26562250

Shades and tints

Shades of #B532A8

#B532A8
(181,50,168)
#A52E99
(165,46,153)
#952A8A
(149,42,138)
#85267B
(133,38,123)
#75226C
(117,34,108)
#651E5D
(101,30,93)
#551A4E
(85,26,78)
#45163F
(69,22,63)
#351230
(53,18,48)
#250E21
(37,14,33)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #B532A8

#B532A8
(181,50,168)
#BB44AF
(187,68,175)
#C156B6
(193,86,182)
#C768BD
(199,104,189)
#CD7AC4
(205,122,196)
#D38CCB
(211,140,203)
#D99ED2
(217,158,210)
#DFB0D9
(223,176,217)
#E5C2E0
(229,194,224)
#EBD4E7
(235,212,231)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B532A8 color. Also use rgb(181,50,168) instead hex code.

Text Font Color

.myTextColor { color: #B532A8; }

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

This text font color is #B532A8.


Background Color

.myBgColor { background-color: #B532A8; }

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

This div background color is #B532A8.


Border color

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

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

This div border color is #B532A8.


Opacity

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

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

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

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

This text has shadow with #B532A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B532A8 on black background.


Color preview on white background

This text has color #B532A8 on white background.



Black color preview on #B532A8 background

This text has black color on #B532A8 background.


White color preview on #B532A8 background

This text has white color on #B532A8 background.