COLOR #BB60D0

HEX: #BB60D0
RGB: (187,96,208)

Color info

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

RGB color model

#BB60D0 color RGB value is (187,96,208).

  • red value is 187;
  • green value is 96;
  • blue value is 208.
RGB:
(187,96,208)
(73%,38%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 96 of 255 = 38%
B 208 of 255 = 82%

187
96
208

R + G + B ~ 64%. #BB60D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 96 + 208 = 491 (100%)
R 187 of 491 ~ 38.09%
G 96 of 491 ~ 19.55%
B 208 of 491 ~ 42.36%

%38.09
%19.55
%42.36

CMYK color model

#BB60D0 color CMYK value is (10,54,0,18).

  • cyan value is 10.10%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(10,54,0,18)
C10M54Y0K18 
(10%,54%,0%,18%)
(0.10/0.54/0.00/0.18)	

CMYK percentages

%10.1
%53.85
%0
%18.43

Codes

Color #BB60D0 in popluar color models

BB60D0
RGB18796208
HSL289°54.37%59.61%
HSB/HSV289°53.85%81.57%
CMYK10.10%53.85%0.00%
18.43%

Color #BB60D0 in popluar number systems.

HEXBB60D0
Decimal18796208
Binary10111011110000011010000
Octal273140320

Shades and tints

Shades of #BB60D0

#BB60D0
(187,96,208)
#AA58BE
(170,88,190)
#9950AC
(153,80,172)
#88489A
(136,72,154)
#774088
(119,64,136)
#663876
(102,56,118)
#553064
(85,48,100)
#442852
(68,40,82)
#332040
(51,32,64)
#22182E
(34,24,46)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #BB60D0

#BB60D0
(187,96,208)
#C16ED4
(193,110,212)
#C77CD8
(199,124,216)
#CD8ADC
(205,138,220)
#D398E0
(211,152,224)
#D9A6E4
(217,166,228)
#DFB4E8
(223,180,232)
#E5C2EC
(229,194,236)
#EBD0F0
(235,208,240)
#F1DEF4
(241,222,244)
#F7ECF8
(247,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB60D0 color. Also use rgb(187,96,208) instead hex code.

Text Font Color

.myTextColor { color: #BB60D0; }

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

This text font color is #BB60D0.


Background Color

.myBgColor { background-color: #BB60D0; }

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

This div background color is #BB60D0.


Border color

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

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

This div border color is #BB60D0.


Opacity

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

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

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

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

This text has shadow with #BB60D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB60D0 on black background.


Color preview on white background

This text has color #BB60D0 on white background.



Black color preview on #BB60D0 background

This text has black color on #BB60D0 background.


White color preview on #BB60D0 background

This text has white color on #BB60D0 background.