COLOR #BB63BA

HEX: #BB63BA
RGB: (187,99,186)

Color info

#BB63BA contains mainly red and blue colors. Web safe color of #BB63BA is #CC66CC (or #C6C).

RGB color model

#BB63BA color RGB value is (187,99,186).

  • red value is 187;
  • green value is 99;
  • blue value is 186.
RGB:
(187,99,186)
(73%,39%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 99 of 255 = 39%
B 186 of 255 = 73%

187
99
186

R + G + B ~ 62%. #BB63BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 99 + 186 = 472 (100%)
R 187 of 472 ~ 39.62%
G 99 of 472 ~ 20.97%
B 186 of 472 ~ 39.41%

%39.62
%20.97
%39.41

CMYK color model

#BB63BA color CMYK value is (0,47,1,27).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 0.53%
  • key color value is 26.67%
CMYK:
(0,47,1,27)
C0M47Y1K27 
(0%,47%,1%,27%)
(0.00/0.47/0.01/0.27)	

CMYK percentages

%0
%47.06
%0.53
%26.67

Codes

Color #BB63BA in popluar color models

BB63BA
RGB18799186
HSL301°39.29%56.08%
HSB/HSV301°47.06%73.33%
CMYK0.00%47.06%0.53%
26.67%

Color #BB63BA in popluar number systems.

HEXBB63BA
Decimal18799186
Binary10111011110001110111010
Octal273143272

Shades and tints

Shades of #BB63BA

#BB63BA
(187,99,186)
#AA5AAA
(170,90,170)
#99519A
(153,81,154)
#88488A
(136,72,138)
#773F7A
(119,63,122)
#66366A
(102,54,106)
#552D5A
(85,45,90)
#44244A
(68,36,74)
#331B3A
(51,27,58)
#22122A
(34,18,42)
#11091A
(17,9,26)
#000000
(0,0,0)

Tints of #BB63BA

#BB63BA
(187,99,186)
#C171C0
(193,113,192)
#C77FC6
(199,127,198)
#CD8DCC
(205,141,204)
#D39BD2
(211,155,210)
#D9A9D8
(217,169,216)
#DFB7DE
(223,183,222)
#E5C5E4
(229,197,228)
#EBD3EA
(235,211,234)
#F1E1F0
(241,225,240)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB63BA color. Also use rgb(187,99,186) instead hex code.

Text Font Color

.myTextColor { color: #BB63BA; }

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

This text font color is #BB63BA.


Background Color

.myBgColor { background-color: #BB63BA; }

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

This div background color is #BB63BA.


Border color

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

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

This div border color is #BB63BA.


Opacity

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

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

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

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

This text has shadow with #BB63BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB63BA on black background.


Color preview on white background

This text has color #BB63BA on white background.



Black color preview on #BB63BA background

This text has black color on #BB63BA background.


White color preview on #BB63BA background

This text has white color on #BB63BA background.