COLOR #B54299

HEX: #B54299 RGB: (181,66,153)

Color info

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

RGB color model

#B54299 color RGB value is (181,66,153).

RGB: (181,66,153) (71%, 26%, 60%)

RGB channels and saturation

R 181 of 255 = 71%
G 66 of 255 = 26%
B 153 of 255 = 60%

181
66
153

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

Portions of RGB colors in percentages

R + G + B = 181 + 66 + 153 = 400 (100%)
R 181 of 400 ~ 45.25%
G 66 of 400 ~ 16.5%
B 153 of 400 ~ 38.25'%

%45.25
%16.5
%38.25

CMYK color model

#B54299 color CMYK value is (0,64,15,29).

  • cyan value is 0.00%
  • magenta value is 63.54%
  • yellow value is 15.47%
  • key color value is 29.02%

CMYK: (0,64,15,29)
C0M64Y15K29 (0%, 64%, 15%, 29%)
(0.00 / 0.64 / 0.15 / 0.29)

CMYK percentages

%0
%63.54
%15.47
%29.02

Codes

Color #B54299 in popluar color models

B5 42 99
RGB 181 66 153
HSL 315° 46.56% 48.43%
HSB/HSV 315° 63.54% 70.98%
CMYK 0.00% 63.54% 15.47%
29.02%

Color #B54299 in popluar number systems.

HEX B5 42 99
Decimal 181 66 153
Binary 10110101 1000010 10011001
Octal 265 102 231

Shades and tints

Shades of #B54299

#B54299
(181,66,153)
#A53C8C
(165,60,140)
#95367F
(149,54,127)
#853072
(133,48,114)
#752A65
(117,42,101)
#652458
(101,36,88)
#551E4B
(85,30,75)
#45183E
(69,24,62)
#351231
(53,18,49)
#250C24
(37,12,36)
#150617
(21,6,23)
#000000
(0,0,0)

Tints of #B54299

#B54299
(181,66,153)
#BB53A2
(187,83,162)
#C164AB
(193,100,171)
#C775B4
(199,117,180)
#CD86BD
(205,134,189)
#D397C6
(211,151,198)
#D9A8CF
(217,168,207)
#DFB9D8
(223,185,216)
#E5CAE1
(229,202,225)
#EBDBEA
(235,219,234)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B54299 color. Also use rgb(181,66,153) instead hex code.

Text Font Color

.myTextColor { color: #B54299; }

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

This text font color is #B54299.

Background Color

.myBgColor { background-color: #B54299; }

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

This div background color is #B54299.

Border color

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

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

This div border color is #B54299.

Opacity

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

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

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

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

This text has shadow with #B54299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B54299.

Preview

Color preview on black background

This text has color #B54299 on black background.


Color preview on white background

This text has color #B54299 on white background.


Black color preview on #B54299 background

This text has black color on #B54299 background.


White color preview on #B54299 background

This text has white color on #B54299 background.


Related colors

Complementary color

Complementary color for #hex is #4ABD66.


I love getcolorcode.com

Triadic colors

1 #99B542 and #4299B5 with #B54299 are triadic colors.

2 #9942B5 and #42B599 with #B54299 are triadic colors.