COLOR #B452AA

HEX: #B452AA RGB: (180,82,170)

Color info

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

RGB color model

#B452AA color RGB value is (180,82,170).

RGB: (180,82,170) (71%, 32%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 82 of 255 = 32%
B 170 of 255 = 67%

180
82
170

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

Portions of RGB colors in percentages

R + G + B = 180 + 82 + 170 = 432 (100%)
R 180 of 432 ~ 41.67%
G 82 of 432 ~ 18.98%
B 170 of 432 ~ 39.35'%

%41.67
%18.98
%39.35

CMYK color model

#B452AA color CMYK value is (0,54,6,29).

  • cyan value is 0.00%
  • magenta value is 54.44%
  • yellow value is 5.56%
  • key color value is 29.41%

CMYK: (0,54,6,29)
C0M54Y6K29 (0%, 54%, 6%, 29%)
(0.00 / 0.54 / 0.06 / 0.29)

CMYK percentages

%0
%54.44
%5.56
%29.41

Codes

Color #B452AA in popluar color models

B4 52 AA
RGB 180 82 170
HSL 306° 39.52% 51.37%
HSB/HSV 306° 54.44% 70.59%
CMYK 0.00% 54.44% 5.56%
29.41%

Color #B452AA in popluar number systems.

HEX B4 52 AA
Decimal 180 82 170
Binary 10110100 1010010 10101010
Octal 264 122 252

Shades and tints

Shades of #B452AA

#B452AA
(180,82,170)
#A44B9B
(164,75,155)
#94448C
(148,68,140)
#843D7D
(132,61,125)
#74366E
(116,54,110)
#642F5F
(100,47,95)
#542850
(84,40,80)
#442141
(68,33,65)
#341A32
(52,26,50)
#241323
(36,19,35)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #B452AA

#B452AA
(180,82,170)
#BA61B1
(186,97,177)
#C070B8
(192,112,184)
#C67FBF
(198,127,191)
#CC8EC6
(204,142,198)
#D29DCD
(210,157,205)
#D8ACD4
(216,172,212)
#DEBBDB
(222,187,219)
#E4CAE2
(228,202,226)
#EAD9E9
(234,217,233)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B452AA; }

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

This text font color is #B452AA.

Background Color

.myBgColor { background-color: #B452AA; }

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

This div background color is #B452AA.

Border color

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

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

This div border color is #B452AA.

Opacity

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

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

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

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

This text has shadow with #B452AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B452AA.

Preview

Color preview on black background

This text has color #B452AA on black background.


Color preview on white background

This text has color #B452AA on white background.


Black color preview on #B452AA background

This text has black color on #B452AA background.


White color preview on #B452AA background

This text has white color on #B452AA background.


Related colors

Complementary color

Complementary color for #hex is #4BAD55.


I love getcolorcode.com

Triadic colors

1 #AAB452 and #52AAB4 with #B452AA are triadic colors.

2 #AA52B4 and #52B4AA with #B452AA are triadic colors.