COLOR #BB80F9

HEX: #BB80F9 RGB: (187,128,249)

Color info

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

RGB color model

#BB80F9 color RGB value is (187,128,249).

RGB: (187,128,249) (73%, 50%, 98%)

RGB channels and saturation

R 187 of 255 = 73%
G 128 of 255 = 50%
B 249 of 255 = 98%

187
128
249

R + G + B ~ 74%. #BB80F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 128 + 249 = 564 (100%)
R 187 of 564 ~ 33.16%
G 128 of 564 ~ 22.7%
B 249 of 564 ~ 44.15'%

%33.16
%22.7
%44.15

CMYK color model

#BB80F9 color CMYK value is (25,49,0,2).

  • cyan value is 24.90%
  • magenta value is 48.59%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (25,49,0,2)
C25M49Y0K2 (25%, 49%, 0%, 2%)
(0.25 / 0.49 / 0.00 / 0.02)

CMYK percentages

%24.9
%48.59
%0
%2.35

Codes

Color #BB80F9 in popluar color models

BB 80 F9
RGB 187 128 249
HSL 269° 90.98% 73.92%
HSB/HSV 269° 48.59% 97.65%
CMYK 24.90% 48.59% 0.00%
2.35%

Color #BB80F9 in popluar number systems.

HEX BB 80 F9
Decimal 187 128 249
Binary 10111011 10000000 11111001
Octal 273 200 371

Shades and tints

Shades of #BB80F9

#BB80F9
(187,128,249)
#AA75E3
(170,117,227)
#996ACD
(153,106,205)
#885FB7
(136,95,183)
#7754A1
(119,84,161)
#66498B
(102,73,139)
#553E75
(85,62,117)
#44335F
(68,51,95)
#332849
(51,40,73)
#221D33
(34,29,51)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #BB80F9

#BB80F9
(187,128,249)
#C18BF9
(193,139,249)
#C796F9
(199,150,249)
#CDA1F9
(205,161,249)
#D3ACF9
(211,172,249)
#D9B7F9
(217,183,249)
#DFC2F9
(223,194,249)
#E5CDF9
(229,205,249)
#EBD8F9
(235,216,249)
#F1E3F9
(241,227,249)
#F7EEF9
(247,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB80F9 color. Also use rgb(187,128,249) instead hex code.

Text Font Color

.myTextColor { color: #BB80F9; }

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

This text font color is #BB80F9.

Background Color

.myBgColor { background-color: #BB80F9; }

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

This div background color is #BB80F9.

Border color

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

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

This div border color is #BB80F9.

Opacity

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

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

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

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

This text has shadow with #BB80F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB80F9.

Preview

Color preview on black background

This text has color #BB80F9 on black background.


Color preview on white background

This text has color #BB80F9 on white background.


Black color preview on #BB80F9 background

This text has black color on #BB80F9 background.


White color preview on #BB80F9 background

This text has white color on #BB80F9 background.


Related colors

Complementary color

Complementary color for #hex is #447F06.


I love getcolorcode.com

Triadic colors

1 #F9BB80 and #80F9BB with #BB80F9 are triadic colors.

2 #F980BB and #80BBF9 with #BB80F9 are triadic colors.