COLOR #BB6FB6

HEX: #BB6FB6 RGB: (187,111,182)

Color info

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

RGB color model

#BB6FB6 color RGB value is (187,111,182).

RGB: (187,111,182) (73%, 44%, 71%)

RGB channels and saturation

R 187 of 255 = 73%
G 111 of 255 = 44%
B 182 of 255 = 71%

187
111
182

R + G + B ~ 63%. #BB6FB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 111 + 182 = 480 (100%)
R 187 of 480 ~ 38.96%
G 111 of 480 ~ 23.13%
B 182 of 480 ~ 37.92'%

%38.96
%23.13
%37.92

CMYK color model

#BB6FB6 color CMYK value is (0,41,3,27).

  • cyan value is 0.00%
  • magenta value is 40.64%
  • yellow value is 2.67%
  • key color value is 26.67%

CMYK: (0,41,3,27)
C0M41Y3K27 (0%, 41%, 3%, 27%)
(0.00 / 0.41 / 0.03 / 0.27)

CMYK percentages

%0
%40.64
%2.67
%26.67

Codes

Color #BB6FB6 in popluar color models

BB 6F B6
RGB 187 111 182
HSL 304° 35.85% 58.43%
HSB/HSV 304° 40.64% 73.33%
CMYK 0.00% 40.64% 2.67%
26.67%

Color #BB6FB6 in popluar number systems.

HEX BB 6F B6
Decimal 187 111 182
Binary 10111011 1101111 10110110
Octal 273 157 266

Shades and tints

Shades of #BB6FB6

#BB6FB6
(187,111,182)
#AA65A6
(170,101,166)
#995B96
(153,91,150)
#885186
(136,81,134)
#774776
(119,71,118)
#663D66
(102,61,102)
#553356
(85,51,86)
#442946
(68,41,70)
#331F36
(51,31,54)
#221526
(34,21,38)
#110B16
(17,11,22)
#000000
(0,0,0)

Tints of #BB6FB6

#BB6FB6
(187,111,182)
#C17CBC
(193,124,188)
#C789C2
(199,137,194)
#CD96C8
(205,150,200)
#D3A3CE
(211,163,206)
#D9B0D4
(217,176,212)
#DFBDDA
(223,189,218)
#E5CAE0
(229,202,224)
#EBD7E6
(235,215,230)
#F1E4EC
(241,228,236)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6FB6; }

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

This text font color is #BB6FB6.

Background Color

.myBgColor { background-color: #BB6FB6; }

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

This div background color is #BB6FB6.

Border color

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

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

This div border color is #BB6FB6.

Opacity

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

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

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

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

This text has shadow with #BB6FB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6FB6.

Preview

Color preview on black background

This text has color #BB6FB6 on black background.


Color preview on white background

This text has color #BB6FB6 on white background.


Black color preview on #BB6FB6 background

This text has black color on #BB6FB6 background.


White color preview on #BB6FB6 background

This text has white color on #BB6FB6 background.


Related colors

Complementary color

Complementary color for #hex is #449049.


I love getcolorcode.com

Triadic colors

1 #B6BB6F and #6FB6BB with #BB6FB6 are triadic colors.

2 #B66FBB and #6FBBB6 with #BB6FB6 are triadic colors.