COLOR #BB83CB

HEX: #BB83CB
RGB: (187,131,203)

Color info

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

RGB color model

#BB83CB color RGB value is (187,131,203).

  • red value is 187;
  • green value is 131;
  • blue value is 203.
RGB:
(187,131,203)
(73%,51%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 131 of 255 = 51%
B 203 of 255 = 80%

187
131
203

R + G + B ~ 68%. #BB83CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 131 + 203 = 521 (100%)
R 187 of 521 ~ 35.89%
G 131 of 521 ~ 25.14%
B 203 of 521 ~ 38.96%

%35.89
%25.14
%38.96

CMYK color model

#BB83CB color CMYK value is (8,35,0,20).

  • cyan value is 7.88%
  • magenta value is 35.47%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(8,35,0,20)
C8M35Y0K20 
(8%,35%,0%,20%)
(0.08/0.35/0.00/0.20)	

CMYK percentages

%7.88
%35.47
%0
%20.39

Codes

Color #BB83CB in popluar color models

BB83CB
RGB187131203
HSL287°40.91%65.49%
HSB/HSV287°35.47%79.61%
CMYK7.88%35.47%0.00%
20.39%

Color #BB83CB in popluar number systems.

HEXBB83CB
Decimal187131203
Binary101110111000001111001011
Octal273203313

Shades and tints

Shades of #BB83CB

#BB83CB
(187,131,203)
#AA78B9
(170,120,185)
#996DA7
(153,109,167)
#886295
(136,98,149)
#775783
(119,87,131)
#664C71
(102,76,113)
#55415F
(85,65,95)
#44364D
(68,54,77)
#332B3B
(51,43,59)
#222029
(34,32,41)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #BB83CB

#BB83CB
(187,131,203)
#C18ECF
(193,142,207)
#C799D3
(199,153,211)
#CDA4D7
(205,164,215)
#D3AFDB
(211,175,219)
#D9BADF
(217,186,223)
#DFC5E3
(223,197,227)
#E5D0E7
(229,208,231)
#EBDBEB
(235,219,235)
#F1E6EF
(241,230,239)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB83CB; }

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

This text font color is #BB83CB.


Background Color

.myBgColor { background-color: #BB83CB; }

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

This div background color is #BB83CB.


Border color

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

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

This div border color is #BB83CB.


Opacity

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

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

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

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

This text has shadow with #BB83CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB83CB on black background.


Color preview on white background

This text has color #BB83CB on white background.



Black color preview on #BB83CB background

This text has black color on #BB83CB background.


White color preview on #BB83CB background

This text has white color on #BB83CB background.