COLOR #B483C7

HEX: #B483C7 RGB: (180,131,199)

Color info

#B483C7 contains mainly red and blue colors. Web safe color of #B483C7 is #CC99CC (or #C9C).

RGB color model

#B483C7 color RGB value is (180,131,199).

RGB: (180,131,199) (71%, 51%, 78%)

RGB channels and saturation

R 180 of 255 = 71%
G 131 of 255 = 51%
B 199 of 255 = 78%

180
131
199

R + G + B ~ 67%. #B483C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 131 + 199 = 510 (100%)
R 180 of 510 ~ 35.29%
G 131 of 510 ~ 25.69%
B 199 of 510 ~ 39.02'%

%35.29
%25.69
%39.02

CMYK color model

#B483C7 color CMYK value is (10,34,0,22).

  • cyan value is 9.55%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (10,34,0,22)
C10M34Y0K22 (10%, 34%, 0%, 22%)
(0.10 / 0.34 / 0.00 / 0.22)

CMYK percentages

%9.55
%34.17
%0
%21.96

Codes

Color #B483C7 in popluar color models

B4 83 C7
RGB 180 131 199
HSL 283° 37.78% 64.71%
HSB/HSV 283° 34.17% 78.04%
CMYK 9.55% 34.17% 0.00%
21.96%

Color #B483C7 in popluar number systems.

HEX B4 83 C7
Decimal 180 131 199
Binary 10110100 10000011 11000111
Octal 264 203 307

Shades and tints

Shades of #B483C7

#B483C7
(180,131,199)
#A478B5
(164,120,181)
#946DA3
(148,109,163)
#846291
(132,98,145)
#74577F
(116,87,127)
#644C6D
(100,76,109)
#54415B
(84,65,91)
#443649
(68,54,73)
#342B37
(52,43,55)
#242025
(36,32,37)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B483C7

#B483C7
(180,131,199)
#BA8ECC
(186,142,204)
#C099D1
(192,153,209)
#C6A4D6
(198,164,214)
#CCAFDB
(204,175,219)
#D2BAE0
(210,186,224)
#D8C5E5
(216,197,229)
#DED0EA
(222,208,234)
#E4DBEF
(228,219,239)
#EAE6F4
(234,230,244)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B483C7; }

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

This text font color is #B483C7.

Background Color

.myBgColor { background-color: #B483C7; }

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

This div background color is #B483C7.

Border color

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

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

This div border color is #B483C7.

Opacity

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

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

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

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

This text has shadow with #B483C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B483C7.

Preview

Color preview on black background

This text has color #B483C7 on black background.


Color preview on white background

This text has color #B483C7 on white background.


Black color preview on #B483C7 background

This text has black color on #B483C7 background.


White color preview on #B483C7 background

This text has white color on #B483C7 background.


Related colors

Complementary color

Complementary color for #hex is #4B7C38.


I love getcolorcode.com

Triadic colors

1 #C7B483 and #83C7B4 with #B483C7 are triadic colors.

2 #C783B4 and #83B4C7 with #B483C7 are triadic colors.