COLOR #B483A9

HEX: #B483A9 RGB: (180,131,169)

Color info

#B483A9 contains red, green and blue colors in about the same proportion. Web safe color of #B483A9 is #CC9999 (or #C99).

RGB color model

#B483A9 color RGB value is (180,131,169).

RGB: (180,131,169) (71%, 51%, 66%)

RGB channels and saturation

R 180 of 255 = 71%
G 131 of 255 = 51%
B 169 of 255 = 66%

180
131
169

R + G + B ~ 63%. #B483A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 131 + 169 = 480 (100%)
R 180 of 480 ~ 37.5%
G 131 of 480 ~ 27.29%
B 169 of 480 ~ 35.21'%

%37.5
%27.29
%35.21

CMYK color model

#B483A9 color CMYK value is (0,27,6,29).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 6.11%
  • key color value is 29.41%

CMYK: (0,27,6,29)
C0M27Y6K29 (0%, 27%, 6%, 29%)
(0.00 / 0.27 / 0.06 / 0.29)

CMYK percentages

%0
%27.22
%6.11
%29.41

Codes

Color #B483A9 in popluar color models

B4 83 A9
RGB 180 131 169
HSL 313° 24.62% 60.98%
HSB/HSV 313° 27.22% 70.59%
CMYK 0.00% 27.22% 6.11%
29.41%

Color #B483A9 in popluar number systems.

HEX B4 83 A9
Decimal 180 131 169
Binary 10110100 10000011 10101001
Octal 264 203 251

Shades and tints

Shades of #B483A9

#B483A9
(180,131,169)
#A4789A
(164,120,154)
#946D8B
(148,109,139)
#84627C
(132,98,124)
#74576D
(116,87,109)
#644C5E
(100,76,94)
#54414F
(84,65,79)
#443640
(68,54,64)
#342B31
(52,43,49)
#242022
(36,32,34)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B483A9

#B483A9
(180,131,169)
#BA8EB0
(186,142,176)
#C099B7
(192,153,183)
#C6A4BE
(198,164,190)
#CCAFC5
(204,175,197)
#D2BACC
(210,186,204)
#D8C5D3
(216,197,211)
#DED0DA
(222,208,218)
#E4DBE1
(228,219,225)
#EAE6E8
(234,230,232)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B483A9 color. Also use rgb(180,131,169) instead hex code.

Text Font Color

.myTextColor { color: #B483A9; }

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

This text font color is #B483A9.

Background Color

.myBgColor { background-color: #B483A9; }

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

This div background color is #B483A9.

Border color

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

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

This div border color is #B483A9.

Opacity

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

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

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

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

This text has shadow with #B483A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B483A9.

Preview

Color preview on black background

This text has color #B483A9 on black background.


Color preview on white background

This text has color #B483A9 on white background.


Black color preview on #B483A9 background

This text has black color on #B483A9 background.


White color preview on #B483A9 background

This text has white color on #B483A9 background.


Related colors

Complementary color

Complementary color for #hex is #4B7C56.


I love getcolorcode.com

Triadic colors

1 #A9B483 and #83A9B4 with #B483A9 are triadic colors.

2 #A983B4 and #83B4A9 with #B483A9 are triadic colors.