COLOR #BB9FF4

HEX: #BB9FF4
RGB: (187,159,244)

Color info

#BB9FF4 contains mainly red and blue colors. Web safe color of #BB9FF4 is #CC99FF (or #C9F).

RGB color model

#BB9FF4 color RGB value is (187,159,244).

  • red value is 187;
  • green value is 159;
  • blue value is 244.
RGB:
(187,159,244)
(73%,62%,96%)

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 244 of 255 = 96%

187
159
244

R + G + B ~ 77%. #BB9FF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 159 + 244 = 590 (100%)
R 187 of 590 ~ 31.69%
G 159 of 590 ~ 26.95%
B 244 of 590 ~ 41.36%

%31.69
%26.95
%41.36

CMYK color model

#BB9FF4 color CMYK value is (23,35,0,4).

  • cyan value is 23.36%
  • magenta value is 34.84%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,35,0,4)
C23M35Y0K4 
(23%,35%,0%,4%)
(0.23/0.35/0.00/0.04)	

CMYK percentages

%23.36
%34.84
%0
%4.31

Codes

Color #BB9FF4 in popluar color models

BB9FF4
RGB187159244
HSL260°79.44%79.02%
HSB/HSV260°34.84%95.69%
CMYK23.36%34.84%0.00%
4.31%

Color #BB9FF4 in popluar number systems.

HEXBB9FF4
Decimal187159244
Binary101110111001111111110100
Octal273237364

Shades and tints

Shades of #BB9FF4

#BB9FF4
(187,159,244)
#AA91DE
(170,145,222)
#9983C8
(153,131,200)
#8875B2
(136,117,178)
#77679C
(119,103,156)
#665986
(102,89,134)
#554B70
(85,75,112)
#443D5A
(68,61,90)
#332F44
(51,47,68)
#22212E
(34,33,46)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #BB9FF4

#BB9FF4
(187,159,244)
#C1A7F5
(193,167,245)
#C7AFF6
(199,175,246)
#CDB7F7
(205,183,247)
#D3BFF8
(211,191,248)
#D9C7F9
(217,199,249)
#DFCFFA
(223,207,250)
#E5D7FB
(229,215,251)
#EBDFFC
(235,223,252)
#F1E7FD
(241,231,253)
#F7EFFE
(247,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9FF4 color. Also use rgb(187,159,244) instead hex code.

Text Font Color

.myTextColor { color: #BB9FF4; }

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

This text font color is #BB9FF4.


Background Color

.myBgColor { background-color: #BB9FF4; }

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

This div background color is #BB9FF4.


Border color

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

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

This div border color is #BB9FF4.


Opacity

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

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

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

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

This text has shadow with #BB9FF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9FF4 on black background.


Color preview on white background

This text has color #BB9FF4 on white background.



Black color preview on #BB9FF4 background

This text has black color on #BB9FF4 background.


White color preview on #BB9FF4 background

This text has white color on #BB9FF4 background.