COLOR #B483BD

HEX: #B483BD
RGB: (180,131,189)

Color info

#B483BD contains red, green and blue colors in about the same proportion. Web safe color of #B483BD is #CC99CC (or #C9C).

RGB color model

#B483BD color RGB value is (180,131,189).

  • red value is 180;
  • green value is 131;
  • blue value is 189.
RGB:
(180,131,189)
(71%,51%,74%)

RGB channels and saturation

R 180 of 255 = 71%
G 131 of 255 = 51%
B 189 of 255 = 74%

180
131
189

R + G + B ~ 65%. #B483BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 131 + 189 = 500 (100%)
R 180 of 500 ~ 36%
G 131 of 500 ~ 26.2%
B 189 of 500 ~ 37.8%

%36
%26.2
%37.8

CMYK color model

#B483BD color CMYK value is (5,31,0,26).

  • cyan value is 4.76%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,31,0,26)
C5M31Y0K26 
(5%,31%,0%,26%)
(0.05/0.31/0.00/0.26)	

CMYK percentages

%4.76
%30.69
%0
%25.88

Codes

Color #B483BD in popluar color models

B483BD
RGB180131189
HSL291°30.53%62.75%
HSB/HSV291°30.69%74.12%
CMYK4.76%30.69%0.00%
25.88%

Color #B483BD in popluar number systems.

HEXB483BD
Decimal180131189
Binary101101001000001110111101
Octal264203275

Shades and tints

Shades of #B483BD

#B483BD
(180,131,189)
#A478AC
(164,120,172)
#946D9B
(148,109,155)
#84628A
(132,98,138)
#745779
(116,87,121)
#644C68
(100,76,104)
#544157
(84,65,87)
#443646
(68,54,70)
#342B35
(52,43,53)
#242024
(36,32,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B483BD

#B483BD
(180,131,189)
#BA8EC3
(186,142,195)
#C099C9
(192,153,201)
#C6A4CF
(198,164,207)
#CCAFD5
(204,175,213)
#D2BADB
(210,186,219)
#D8C5E1
(216,197,225)
#DED0E7
(222,208,231)
#E4DBED
(228,219,237)
#EAE6F3
(234,230,243)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B483BD; }

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

This text font color is #B483BD.


Background Color

.myBgColor { background-color: #B483BD; }

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

This div background color is #B483BD.


Border color

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

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

This div border color is #B483BD.


Opacity

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

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

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

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

This text has shadow with #B483BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B483BD on black background.


Color preview on white background

This text has color #B483BD on white background.



Black color preview on #B483BD background

This text has black color on #B483BD background.


White color preview on #B483BD background

This text has white color on #B483BD background.