COLOR #B452A2

HEX: #B452A2
RGB: (180,82,162)

Color info

#B452A2 contains mainly red and blue colors. Web safe color of #B452A2 is #CC6699 (or #C69).

RGB color model

#B452A2 color RGB value is (180,82,162).

  • red value is 180;
  • green value is 82;
  • blue value is 162.
RGB:
(180,82,162)
(71%,32%,64%)

RGB channels and saturation

R 180 of 255 = 71%
G 82 of 255 = 32%
B 162 of 255 = 64%

180
82
162

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

Portions of RGB colors in percentages

R + G + B =
180 + 82 + 162 = 424 (100%)
R 180 of 424 ~ 42.45%
G 82 of 424 ~ 19.34%
B 162 of 424 ~ 38.21%

%42.45
%19.34
%38.21

CMYK color model

#B452A2 color CMYK value is (0,54,10,29).

  • cyan value is 0.00%
  • magenta value is 54.44%
  • yellow value is 10.00%
  • key color value is 29.41%
CMYK:
(0,54,10,29)
C0M54Y10K29 
(0%,54%,10%,29%)
(0.00/0.54/0.10/0.29)	

CMYK percentages

%0
%54.44
%10
%29.41

Codes

Color #B452A2 in popluar color models

B452A2
RGB18082162
HSL311°39.52%51.37%
HSB/HSV311°54.44%70.59%
CMYK0.00%54.44%10.00%
29.41%

Color #B452A2 in popluar number systems.

HEXB452A2
Decimal18082162
Binary10110100101001010100010
Octal264122242

Shades and tints

Shades of #B452A2

#B452A2
(180,82,162)
#A44B94
(164,75,148)
#944486
(148,68,134)
#843D78
(132,61,120)
#74366A
(116,54,106)
#642F5C
(100,47,92)
#54284E
(84,40,78)
#442140
(68,33,64)
#341A32
(52,26,50)
#241324
(36,19,36)
#140C16
(20,12,22)
#000000
(0,0,0)

Tints of #B452A2

#B452A2
(180,82,162)
#BA61AA
(186,97,170)
#C070B2
(192,112,178)
#C67FBA
(198,127,186)
#CC8EC2
(204,142,194)
#D29DCA
(210,157,202)
#D8ACD2
(216,172,210)
#DEBBDA
(222,187,218)
#E4CAE2
(228,202,226)
#EAD9EA
(234,217,234)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B452A2 color. Also use rgb(180,82,162) instead hex code.

Text Font Color

.myTextColor { color: #B452A2; }

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

This text font color is #B452A2.


Background Color

.myBgColor { background-color: #B452A2; }

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

This div background color is #B452A2.


Border color

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

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

This div border color is #B452A2.


Opacity

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

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

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

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

This text has shadow with #B452A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B452A2 on black background.


Color preview on white background

This text has color #B452A2 on white background.



Black color preview on #B452A2 background

This text has black color on #B452A2 background.


White color preview on #B452A2 background

This text has white color on #B452A2 background.