COLOR #BB72CE

HEX: #BB72CE
RGB: (187,114,206)

Color info

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

RGB color model

#BB72CE color RGB value is (187,114,206).

  • red value is 187;
  • green value is 114;
  • blue value is 206.
RGB:
(187,114,206)
(73%,45%,81%)

RGB channels and saturation

R 187 of 255 = 73%
G 114 of 255 = 45%
B 206 of 255 = 81%

187
114
206

R + G + B ~ 66%. #BB72CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 114 + 206 = 507 (100%)
R 187 of 507 ~ 36.88%
G 114 of 507 ~ 22.49%
B 206 of 507 ~ 40.63%

%36.88
%22.49
%40.63

CMYK color model

#BB72CE color CMYK value is (9,45,0,19).

  • cyan value is 9.22%
  • magenta value is 44.66%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,45,0,19)
C9M45Y0K19 
(9%,45%,0%,19%)
(0.09/0.45/0.00/0.19)	

CMYK percentages

%9.22
%44.66
%0
%19.22

Codes

Color #BB72CE in popluar color models

BB72CE
RGB187114206
HSL288°48.42%62.75%
HSB/HSV288°44.66%80.78%
CMYK9.22%44.66%0.00%
19.22%

Color #BB72CE in popluar number systems.

HEXBB72CE
Decimal187114206
Binary10111011111001011001110
Octal273162316

Shades and tints

Shades of #BB72CE

#BB72CE
(187,114,206)
#AA68BC
(170,104,188)
#995EAA
(153,94,170)
#885498
(136,84,152)
#774A86
(119,74,134)
#664074
(102,64,116)
#553662
(85,54,98)
#442C50
(68,44,80)
#33223E
(51,34,62)
#22182C
(34,24,44)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #BB72CE

#BB72CE
(187,114,206)
#C17ED2
(193,126,210)
#C78AD6
(199,138,214)
#CD96DA
(205,150,218)
#D3A2DE
(211,162,222)
#D9AEE2
(217,174,226)
#DFBAE6
(223,186,230)
#E5C6EA
(229,198,234)
#EBD2EE
(235,210,238)
#F1DEF2
(241,222,242)
#F7EAF6
(247,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB72CE color. Also use rgb(187,114,206) instead hex code.

Text Font Color

.myTextColor { color: #BB72CE; }

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

This text font color is #BB72CE.


Background Color

.myBgColor { background-color: #BB72CE; }

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

This div background color is #BB72CE.


Border color

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

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

This div border color is #BB72CE.


Opacity

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

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

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

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

This text has shadow with #BB72CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB72CE on black background.


Color preview on white background

This text has color #BB72CE on white background.



Black color preview on #BB72CE background

This text has black color on #BB72CE background.


White color preview on #BB72CE background

This text has white color on #BB72CE background.