COLOR #BB68D7

HEX: #BB68D7 RGB: (187,104,215)

Color info

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

RGB color model

#BB68D7 color RGB value is (187,104,215).

RGB: (187,104,215) (73%, 41%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 104 of 255 = 41%
B 215 of 255 = 84%

187
104
215

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

Portions of RGB colors in percentages

R + G + B = 187 + 104 + 215 = 506 (100%)
R 187 of 506 ~ 36.96%
G 104 of 506 ~ 20.55%
B 215 of 506 ~ 42.49'%

%36.96
%20.55
%42.49

CMYK color model

#BB68D7 color CMYK value is (13,52,0,16).

  • cyan value is 13.02%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,52,0,16)
C13M52Y0K16 (13%, 52%, 0%, 16%)
(0.13 / 0.52 / 0.00 / 0.16)

CMYK percentages

%13.02
%51.63
%0
%15.69

Codes

Color #BB68D7 in popluar color models

BB 68 D7
RGB 187 104 215
HSL 285° 58.12% 62.55%
HSB/HSV 285° 51.63% 84.31%
CMYK 13.02% 51.63% 0.00%
15.69%

Color #BB68D7 in popluar number systems.

HEX BB 68 D7
Decimal 187 104 215
Binary 10111011 1101000 11010111
Octal 273 150 327

Shades and tints

Shades of #BB68D7

#BB68D7
(187,104,215)
#AA5FC4
(170,95,196)
#9956B1
(153,86,177)
#884D9E
(136,77,158)
#77448B
(119,68,139)
#663B78
(102,59,120)
#553265
(85,50,101)
#442952
(68,41,82)
#33203F
(51,32,63)
#22172C
(34,23,44)
#110E19
(17,14,25)
#000000
(0,0,0)

Tints of #BB68D7

#BB68D7
(187,104,215)
#C175DA
(193,117,218)
#C782DD
(199,130,221)
#CD8FE0
(205,143,224)
#D39CE3
(211,156,227)
#D9A9E6
(217,169,230)
#DFB6E9
(223,182,233)
#E5C3EC
(229,195,236)
#EBD0EF
(235,208,239)
#F1DDF2
(241,221,242)
#F7EAF5
(247,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB68D7 color. Also use rgb(187,104,215) instead hex code.

Text Font Color

.myTextColor { color: #BB68D7; }

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

This text font color is #BB68D7.

Background Color

.myBgColor { background-color: #BB68D7; }

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

This div background color is #BB68D7.

Border color

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

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

This div border color is #BB68D7.

Opacity

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

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

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

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

This text has shadow with #BB68D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB68D7.

Preview

Color preview on black background

This text has color #BB68D7 on black background.


Color preview on white background

This text has color #BB68D7 on white background.


Black color preview on #BB68D7 background

This text has black color on #BB68D7 background.


White color preview on #BB68D7 background

This text has white color on #BB68D7 background.


Related colors

Complementary color

Complementary color for #hex is #449728.


I love getcolorcode.com

Triadic colors

1 #D7BB68 and #68D7BB with #BB68D7 are triadic colors.

2 #D768BB and #68BBD7 with #BB68D7 are triadic colors.