COLOR #BB63A7

HEX: #BB63A7
RGB: (187,99,167)

Color info

#BB63A7 contains mainly red and blue colors. Web safe color of #BB63A7 is #CC6699 (or #C69).

RGB color model

#BB63A7 color RGB value is (187,99,167).

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

RGB channels and saturation

R 187 of 255 = 73%
G 99 of 255 = 39%
B 167 of 255 = 65%

187
99
167

R + G + B ~ 59%. #BB63A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 99 + 167 = 453 (100%)
R 187 of 453 ~ 41.28%
G 99 of 453 ~ 21.85%
B 167 of 453 ~ 36.87%

%41.28
%21.85
%36.87

CMYK color model

#BB63A7 color CMYK value is (0,47,11,27).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(0,47,11,27)
C0M47Y11K27 
(0%,47%,11%,27%)
(0.00/0.47/0.11/0.27)	

CMYK percentages

%0
%47.06
%10.7
%26.67

Codes

Color #BB63A7 in popluar color models

BB63A7
RGB18799167
HSL314°39.29%56.08%
HSB/HSV314°47.06%73.33%
CMYK0.00%47.06%10.70%
26.67%

Color #BB63A7 in popluar number systems.

HEXBB63A7
Decimal18799167
Binary10111011110001110100111
Octal273143247

Shades and tints

Shades of #BB63A7

#BB63A7
(187,99,167)
#AA5A98
(170,90,152)
#995189
(153,81,137)
#88487A
(136,72,122)
#773F6B
(119,63,107)
#66365C
(102,54,92)
#552D4D
(85,45,77)
#44243E
(68,36,62)
#331B2F
(51,27,47)
#221220
(34,18,32)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #BB63A7

#BB63A7
(187,99,167)
#C171AF
(193,113,175)
#C77FB7
(199,127,183)
#CD8DBF
(205,141,191)
#D39BC7
(211,155,199)
#D9A9CF
(217,169,207)
#DFB7D7
(223,183,215)
#E5C5DF
(229,197,223)
#EBD3E7
(235,211,231)
#F1E1EF
(241,225,239)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB63A7; }

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

This text font color is #BB63A7.


Background Color

.myBgColor { background-color: #BB63A7; }

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

This div background color is #BB63A7.


Border color

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

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

This div border color is #BB63A7.


Opacity

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

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

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

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

This text has shadow with #BB63A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB63A7 on black background.


Color preview on white background

This text has color #BB63A7 on white background.



Black color preview on #BB63A7 background

This text has black color on #BB63A7 background.


White color preview on #BB63A7 background

This text has white color on #BB63A7 background.