COLOR #BB6FB8

HEX: #BB6FB8
RGB: (187,111,184)

Color info

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

RGB color model

#BB6FB8 color RGB value is (187,111,184).

  • red value is 187;
  • green value is 111;
  • blue value is 184.
RGB:
(187,111,184)
(73%,44%,72%)

RGB channels and saturation

R 187 of 255 = 73%
G 111 of 255 = 44%
B 184 of 255 = 72%

187
111
184

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

Portions of RGB colors in percentages

R + G + B =
187 + 111 + 184 = 482 (100%)
R 187 of 482 ~ 38.8%
G 111 of 482 ~ 23.03%
B 184 of 482 ~ 38.17%

%38.8
%23.03
%38.17

CMYK color model

#BB6FB8 color CMYK value is (0,41,2,27).

  • cyan value is 0.00%
  • magenta value is 40.64%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(0,41,2,27)
C0M41Y2K27 
(0%,41%,2%,27%)
(0.00/0.41/0.02/0.27)	

CMYK percentages

%0
%40.64
%1.6
%26.67

Codes

Color #BB6FB8 in popluar color models

BB6FB8
RGB187111184
HSL302°35.85%58.43%
HSB/HSV302°40.64%73.33%
CMYK0.00%40.64%1.60%
26.67%

Color #BB6FB8 in popluar number systems.

HEXBB6FB8
Decimal187111184
Binary10111011110111110111000
Octal273157270

Shades and tints

Shades of #BB6FB8

#BB6FB8
(187,111,184)
#AA65A8
(170,101,168)
#995B98
(153,91,152)
#885188
(136,81,136)
#774778
(119,71,120)
#663D68
(102,61,104)
#553358
(85,51,88)
#442948
(68,41,72)
#331F38
(51,31,56)
#221528
(34,21,40)
#110B18
(17,11,24)
#000000
(0,0,0)

Tints of #BB6FB8

#BB6FB8
(187,111,184)
#C17CBE
(193,124,190)
#C789C4
(199,137,196)
#CD96CA
(205,150,202)
#D3A3D0
(211,163,208)
#D9B0D6
(217,176,214)
#DFBDDC
(223,189,220)
#E5CAE2
(229,202,226)
#EBD7E8
(235,215,232)
#F1E4EE
(241,228,238)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6FB8; }

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

This text font color is #BB6FB8.


Background Color

.myBgColor { background-color: #BB6FB8; }

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

This div background color is #BB6FB8.


Border color

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

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

This div border color is #BB6FB8.


Opacity

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

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

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

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

This text has shadow with #BB6FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6FB8 on black background.


Color preview on white background

This text has color #BB6FB8 on white background.



Black color preview on #BB6FB8 background

This text has black color on #BB6FB8 background.


White color preview on #BB6FB8 background

This text has white color on #BB6FB8 background.