COLOR #BB6FC5

HEX: #BB6FC5 RGB: (187,111,197)

Color info

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

RGB color model

#BB6FC5 color RGB value is (187,111,197).

RGB: (187,111,197) (73%, 44%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 111 of 255 = 44%
B 197 of 255 = 77%

187
111
197

R + G + B ~ 65%. #BB6FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 111 + 197 = 495 (100%)
R 187 of 495 ~ 37.78%
G 111 of 495 ~ 22.42%
B 197 of 495 ~ 39.8'%

%37.78
%22.42
%39.8

CMYK color model

#BB6FC5 color CMYK value is (5,44,0,23).

  • cyan value is 5.08%
  • magenta value is 43.65%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (5,44,0,23) C5M44Y0K23 (5%,44%,0%,23%) (0.05/0.44/0.00/0.23) 

CMYK percentages

%5.08
%43.65
%0
%22.75

Codes

Color #BB6FC5 in popluar color models

BB 6F C5
RGB 187 111 197
HSL 293° 42.57% 60.39%
HSB/HSV 293° 43.65% 77.25%
CMYK 5.08% 43.65% 0.00%
22.75%

Color #BB6FC5 in popluar number systems.

HEX BB 6F C5
Decimal 187 111 197
Binary 10111011 1101111 11000101
Octal 273 157 305

Shades and tints

Shades of #BB6FC5

#BB6FC5
(187,111,197)
#AA65B4
(170,101,180)
#995BA3
(153,91,163)
#885192
(136,81,146)
#774781
(119,71,129)
#663D70
(102,61,112)
#55335F
(85,51,95)
#44294E
(68,41,78)
#331F3D
(51,31,61)
#22152C
(34,21,44)
#110B1B
(17,11,27)
#000000
(0,0,0)

Tints of #BB6FC5

#BB6FC5
(187,111,197)
#C17CCA
(193,124,202)
#C789CF
(199,137,207)
#CD96D4
(205,150,212)
#D3A3D9
(211,163,217)
#D9B0DE
(217,176,222)
#DFBDE3
(223,189,227)
#E5CAE8
(229,202,232)
#EBD7ED
(235,215,237)
#F1E4F2
(241,228,242)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6FC5 color. Also use rgb(187,111,197) instead hex code.

Text Font Color

.myTextColor { color: #BB6FC5; }

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

This text font color is #BB6FC5.

Background Color

.myBgColor { background-color: #BB6FC5; }

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

This div background color is #BB6FC5.

Border color

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

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

This div border color is #BB6FC5.

Opacity

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

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

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

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

This text has shadow with #BB6FC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6FC5.

Preview

Color preview on black background

This text has color #BB6FC5 on black background.


Color preview on white background

This text has color #BB6FC5 on white background.


Black color preview on #BB6FC5 background

This text has black color on #BB6FC5 background.


White color preview on #BB6FC5 background

This text has white color on #BB6FC5 background.


Related colors

Complementary color

Complementary color for #hex is #44903A.


I love getcolorcode.com

Triadic colors

1 #C5BB6F and #6FC5BB with #BB6FC5 are triadic colors.

2 #C56FBB and #6FBBC5 with #BB6FC5 are triadic colors.