COLOR #BB8FCC

HEX: #BB8FCC
RGB: (187,143,204)

Color info

#BB8FCC contains mainly red and blue colors. Web safe color of #BB8FCC is #CC99CC (or #C9C).

RGB color model

#BB8FCC color RGB value is (187,143,204).

  • red value is 187;
  • green value is 143;
  • blue value is 204.
RGB:
(187,143,204)
(73%,56%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 204 of 255 = 80%

187
143
204

R + G + B ~ 70%. #BB8FCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 204 = 534 (100%)
R 187 of 534 ~ 35.02%
G 143 of 534 ~ 26.78%
B 204 of 534 ~ 38.2%

%35.02
%26.78
%38.2

CMYK color model

#BB8FCC color CMYK value is (8,30,0,20).

  • cyan value is 8.33%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(8,30,0,20)
C8M30Y0K20 
(8%,30%,0%,20%)
(0.08/0.30/0.00/0.20)	

CMYK percentages

%8.33
%29.9
%0
%20

Codes

Color #BB8FCC in popluar color models

BB8FCC
RGB187143204
HSL283°37.42%68.04%
HSB/HSV283°29.90%80.00%
CMYK8.33%29.90%0.00%
20.00%

Color #BB8FCC in popluar number systems.

HEXBB8FCC
Decimal187143204
Binary101110111000111111001100
Octal273217314

Shades and tints

Shades of #BB8FCC

#BB8FCC
(187,143,204)
#AA82BA
(170,130,186)
#9975A8
(153,117,168)
#886896
(136,104,150)
#775B84
(119,91,132)
#664E72
(102,78,114)
#554160
(85,65,96)
#44344E
(68,52,78)
#33273C
(51,39,60)
#221A2A
(34,26,42)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #BB8FCC

#BB8FCC
(187,143,204)
#C199D0
(193,153,208)
#C7A3D4
(199,163,212)
#CDADD8
(205,173,216)
#D3B7DC
(211,183,220)
#D9C1E0
(217,193,224)
#DFCBE4
(223,203,228)
#E5D5E8
(229,213,232)
#EBDFEC
(235,223,236)
#F1E9F0
(241,233,240)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8FCC color. Also use rgb(187,143,204) instead hex code.

Text Font Color

.myTextColor { color: #BB8FCC; }

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

This text font color is #BB8FCC.


Background Color

.myBgColor { background-color: #BB8FCC; }

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

This div background color is #BB8FCC.


Border color

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

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

This div border color is #BB8FCC.


Opacity

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

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

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

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

This text has shadow with #BB8FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8FCC on black background.


Color preview on white background

This text has color #BB8FCC on white background.



Black color preview on #BB8FCC background

This text has black color on #BB8FCC background.


White color preview on #BB8FCC background

This text has white color on #BB8FCC background.