COLOR #BD83B2

HEX: #BD83B2
RGB: (189,131,178)

Color info

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

RGB color model

#BD83B2 color RGB value is (189,131,178).

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

RGB channels and saturation

R 189 of 255 = 74%
G 131 of 255 = 51%
B 178 of 255 = 70%

189
131
178

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

Portions of RGB colors in percentages

R + G + B =
189 + 131 + 178 = 498 (100%)
R 189 of 498 ~ 37.95%
G 131 of 498 ~ 26.31%
B 178 of 498 ~ 35.74%

%37.95
%26.31
%35.74

CMYK color model

#BD83B2 color CMYK value is (0,31,6,26).

  • cyan value is 0.00%
  • magenta value is 30.69%
  • yellow value is 5.82%
  • key color value is 25.88%
CMYK:
(0,31,6,26)
C0M31Y6K26 
(0%,31%,6%,26%)
(0.00/0.31/0.06/0.26)	

CMYK percentages

%0
%30.69
%5.82
%25.88

Codes

Color #BD83B2 in popluar color models

BD83B2
RGB189131178
HSL311°30.53%62.75%
HSB/HSV311°30.69%74.12%
CMYK0.00%30.69%5.82%
25.88%

Color #BD83B2 in popluar number systems.

HEXBD83B2
Decimal189131178
Binary101111011000001110110010
Octal275203262

Shades and tints

Shades of #BD83B2

#BD83B2
(189,131,178)
#AC78A2
(172,120,162)
#9B6D92
(155,109,146)
#8A6282
(138,98,130)
#795772
(121,87,114)
#684C62
(104,76,98)
#574152
(87,65,82)
#463642
(70,54,66)
#352B32
(53,43,50)
#242022
(36,32,34)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #BD83B2

#BD83B2
(189,131,178)
#C38EB9
(195,142,185)
#C999C0
(201,153,192)
#CFA4C7
(207,164,199)
#D5AFCE
(213,175,206)
#DBBAD5
(219,186,213)
#E1C5DC
(225,197,220)
#E7D0E3
(231,208,227)
#EDDBEA
(237,219,234)
#F3E6F1
(243,230,241)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD83B2; }

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

This text font color is #BD83B2.


Background Color

.myBgColor { background-color: #BD83B2; }

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

This div background color is #BD83B2.


Border color

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

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

This div border color is #BD83B2.


Opacity

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

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

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

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

This text has shadow with #BD83B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD83B2 on black background.


Color preview on white background

This text has color #BD83B2 on white background.



Black color preview on #BD83B2 background

This text has black color on #BD83B2 background.


White color preview on #BD83B2 background

This text has white color on #BD83B2 background.