COLOR #BB83B1

HEX: #BB83B1 RGB: (187,131,177)

Color info

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

RGB color model

#BB83B1 color RGB value is (187,131,177).

RGB: (187,131,177) (73%, 51%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 131 of 255 = 51%
B 177 of 255 = 69%

187
131
177

R + G + B ~ 64%. #BB83B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 131 + 177 = 495 (100%)
R 187 of 495 ~ 37.78%
G 131 of 495 ~ 26.46%
B 177 of 495 ~ 35.76'%

%37.78
%26.46
%35.76

CMYK color model

#BB83B1 color CMYK value is (0,30,5,27).

  • cyan value is 0.00%
  • magenta value is 29.95%
  • yellow value is 5.35%
  • key color value is 26.67%

CMYK: (0,30,5,27)
C0M30Y5K27 (0%, 30%, 5%, 27%)
(0.00 / 0.30 / 0.05 / 0.27)

CMYK percentages

%0
%29.95
%5.35
%26.67

Codes

Color #BB83B1 in popluar color models

BB 83 B1
RGB 187 131 177
HSL 311° 29.17% 62.35%
HSB/HSV 311° 29.95% 73.33%
CMYK 0.00% 29.95% 5.35%
26.67%

Color #BB83B1 in popluar number systems.

HEX BB 83 B1
Decimal 187 131 177
Binary 10111011 10000011 10110001
Octal 273 203 261

Shades and tints

Shades of #BB83B1

#BB83B1
(187,131,177)
#AA78A1
(170,120,161)
#996D91
(153,109,145)
#886281
(136,98,129)
#775771
(119,87,113)
#664C61
(102,76,97)
#554151
(85,65,81)
#443641
(68,54,65)
#332B31
(51,43,49)
#222021
(34,32,33)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #BB83B1

#BB83B1
(187,131,177)
#C18EB8
(193,142,184)
#C799BF
(199,153,191)
#CDA4C6
(205,164,198)
#D3AFCD
(211,175,205)
#D9BAD4
(217,186,212)
#DFC5DB
(223,197,219)
#E5D0E2
(229,208,226)
#EBDBE9
(235,219,233)
#F1E6F0
(241,230,240)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB83B1 color. Also use rgb(187,131,177) instead hex code.

Text Font Color

.myTextColor { color: #BB83B1; }

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

This text font color is #BB83B1.

Background Color

.myBgColor { background-color: #BB83B1; }

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

This div background color is #BB83B1.

Border color

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

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

This div border color is #BB83B1.

Opacity

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

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

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

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

This text has shadow with #BB83B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB83B1.

Preview

Color preview on black background

This text has color #BB83B1 on black background.


Color preview on white background

This text has color #BB83B1 on white background.


Black color preview on #BB83B1 background

This text has black color on #BB83B1 background.


White color preview on #BB83B1 background

This text has white color on #BB83B1 background.


Related colors

Complementary color

Complementary color for #hex is #447C4E.


I love getcolorcode.com

Triadic colors

1 #B1BB83 and #83B1BB with #BB83B1 are triadic colors.

2 #B183BB and #83BBB1 with #BB83B1 are triadic colors.