COLOR #BB63BD

HEX: #BB63BD RGB: (187,99,189)

Color info

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

RGB color model

#BB63BD color RGB value is (187,99,189).

RGB: (187,99,189) (73%, 39%, 74%)

RGB channels and saturation

R 187 of 255 = 73%
G 99 of 255 = 39%
B 189 of 255 = 74%

187
99
189

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

Portions of RGB colors in percentages

R + G + B = 187 + 99 + 189 = 475 (100%)
R 187 of 475 ~ 39.37%
G 99 of 475 ~ 20.84%
B 189 of 475 ~ 39.79'%

%39.37
%20.84
%39.79

CMYK color model

#BB63BD color CMYK value is (1,48,0,26).

  • cyan value is 1.06%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (1,48,0,26)
C1M48Y0K26 (1%, 48%, 0%, 26%)
(0.01 / 0.48 / 0.00 / 0.26)

CMYK percentages

%1.06
%47.62
%0
%25.88

Codes

Color #BB63BD in popluar color models

BB 63 BD
RGB 187 99 189
HSL 299° 40.54% 56.47%
HSB/HSV 299° 47.62% 74.12%
CMYK 1.06% 47.62% 0.00%
25.88%

Color #BB63BD in popluar number systems.

HEX BB 63 BD
Decimal 187 99 189
Binary 10111011 1100011 10111101
Octal 273 143 275

Shades and tints

Shades of #BB63BD

#BB63BD
(187,99,189)
#AA5AAC
(170,90,172)
#99519B
(153,81,155)
#88488A
(136,72,138)
#773F79
(119,63,121)
#663668
(102,54,104)
#552D57
(85,45,87)
#442446
(68,36,70)
#331B35
(51,27,53)
#221224
(34,18,36)
#110913
(17,9,19)
#000000
(0,0,0)

Tints of #BB63BD

#BB63BD
(187,99,189)
#C171C3
(193,113,195)
#C77FC9
(199,127,201)
#CD8DCF
(205,141,207)
#D39BD5
(211,155,213)
#D9A9DB
(217,169,219)
#DFB7E1
(223,183,225)
#E5C5E7
(229,197,231)
#EBD3ED
(235,211,237)
#F1E1F3
(241,225,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB63BD; }

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

This text font color is #BB63BD.

Background Color

.myBgColor { background-color: #BB63BD; }

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

This div background color is #BB63BD.

Border color

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

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

This div border color is #BB63BD.

Opacity

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

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

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

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

This text has shadow with #BB63BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB63BD.

Preview

Color preview on black background

This text has color #BB63BD on black background.


Color preview on white background

This text has color #BB63BD on white background.


Black color preview on #BB63BD background

This text has black color on #BB63BD background.


White color preview on #BB63BD background

This text has white color on #BB63BD background.


Related colors

Complementary color

Complementary color for #hex is #449C42.


I love getcolorcode.com

Triadic colors

1 #BDBB63 and #63BDBB with #BB63BD are triadic colors.

2 #BD63BB and #63BBBD with #BB63BD are triadic colors.