COLOR #BB6FF7

HEX: #BB6FF7 RGB: (187,111,247)

Color info

#BB6FF7 contains mainly blue color. Web safe color of #BB6FF7 is #CC66FF (or #C6F).

RGB color model

#BB6FF7 color RGB value is (187,111,247).

RGB: (187,111,247) (73%, 44%, 97%)

RGB channels and saturation

R 187 of 255 = 73%
G 111 of 255 = 44%
B 247 of 255 = 97%

187
111
247

R + G + B ~ 71%. #BB6FF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 111 + 247 = 545 (100%)
R 187 of 545 ~ 34.31%
G 111 of 545 ~ 20.37%
B 247 of 545 ~ 45.32'%

%34.31
%20.37
%45.32

CMYK color model

#BB6FF7 color CMYK value is (24,55,0,3).

  • cyan value is 24.29%
  • magenta value is 55.06%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (24,55,0,3)
C24M55Y0K3 (24%, 55%, 0%, 3%)
(0.24 / 0.55 / 0.00 / 0.03)

CMYK percentages

%24.29
%55.06
%0
%3.14

Codes

Color #BB6FF7 in popluar color models

BB 6F F7
RGB 187 111 247
HSL 274° 89.47% 70.20%
HSB/HSV 274° 55.06% 96.86%
CMYK 24.29% 55.06% 0.00%
3.14%

Color #BB6FF7 in popluar number systems.

HEX BB 6F F7
Decimal 187 111 247
Binary 10111011 1101111 11110111
Octal 273 157 367

Shades and tints

Shades of #BB6FF7

#BB6FF7
(187,111,247)
#AA65E1
(170,101,225)
#995BCB
(153,91,203)
#8851B5
(136,81,181)
#77479F
(119,71,159)
#663D89
(102,61,137)
#553373
(85,51,115)
#44295D
(68,41,93)
#331F47
(51,31,71)
#221531
(34,21,49)
#110B1B
(17,11,27)
#000000
(0,0,0)

Tints of #BB6FF7

#BB6FF7
(187,111,247)
#C17CF7
(193,124,247)
#C789F7
(199,137,247)
#CD96F7
(205,150,247)
#D3A3F7
(211,163,247)
#D9B0F7
(217,176,247)
#DFBDF7
(223,189,247)
#E5CAF7
(229,202,247)
#EBD7F7
(235,215,247)
#F1E4F7
(241,228,247)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6FF7; }

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

This text font color is #BB6FF7.

Background Color

.myBgColor { background-color: #BB6FF7; }

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

This div background color is #BB6FF7.

Border color

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

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

This div border color is #BB6FF7.

Opacity

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

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

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

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

This text has shadow with #BB6FF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6FF7.

Preview

Color preview on black background

This text has color #BB6FF7 on black background.


Color preview on white background

This text has color #BB6FF7 on white background.


Black color preview on #BB6FF7 background

This text has black color on #BB6FF7 background.


White color preview on #BB6FF7 background

This text has white color on #BB6FF7 background.


Related colors

Complementary color

Complementary color for #hex is #449008.


I love getcolorcode.com

Triadic colors

1 #F7BB6F and #6FF7BB with #BB6FF7 are triadic colors.

2 #F76FBB and #6FBBF7 with #BB6FF7 are triadic colors.