COLOR #BB4FA8

HEX: #BB4FA8 RGB: (187,79,168)

Color info

#BB4FA8 contains mainly red and blue colors. Web safe color of #BB4FA8 is #CC6699 (or #C69).

RGB color model

#BB4FA8 color RGB value is (187,79,168).

RGB: (187,79,168) (73%, 31%, 66%)

RGB channels and saturation

R 187 of 255 = 73%
G 79 of 255 = 31%
B 168 of 255 = 66%

187
79
168

R + G + B ~ 57%. #BB4FA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 187 + 79 + 168 = 434 (100%)
R 187 of 434 ~ 43.09%
G 79 of 434 ~ 18.2%
B 168 of 434 ~ 38.71'%

%43.09
%18.2
%38.71

CMYK color model

#BB4FA8 color CMYK value is (0,58,10,27).

  • cyan value is 0.00%
  • magenta value is 57.75%
  • yellow value is 10.16%
  • key color value is 26.67%

CMYK: (0,58,10,27)
C0M58Y10K27 (0%, 58%, 10%, 27%)
(0.00 / 0.58 / 0.10 / 0.27)

CMYK percentages

%0
%57.75
%10.16
%26.67

Codes

Color #BB4FA8 in popluar color models

BB 4F A8
RGB 187 79 168
HSL 311° 44.26% 52.16%
HSB/HSV 311° 57.75% 73.33%
CMYK 0.00% 57.75% 10.16%
26.67%

Color #BB4FA8 in popluar number systems.

HEX BB 4F A8
Decimal 187 79 168
Binary 10111011 1001111 10101000
Octal 273 117 250

Shades and tints

Shades of #BB4FA8

#BB4FA8
(187,79,168)
#AA4899
(170,72,153)
#99418A
(153,65,138)
#883A7B
(136,58,123)
#77336C
(119,51,108)
#662C5D
(102,44,93)
#55254E
(85,37,78)
#441E3F
(68,30,63)
#331730
(51,23,48)
#221021
(34,16,33)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #BB4FA8

#BB4FA8
(187,79,168)
#C15FAF
(193,95,175)
#C76FB6
(199,111,182)
#CD7FBD
(205,127,189)
#D38FC4
(211,143,196)
#D99FCB
(217,159,203)
#DFAFD2
(223,175,210)
#E5BFD9
(229,191,217)
#EBCFE0
(235,207,224)
#F1DFE7
(241,223,231)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4FA8 color. Also use rgb(187,79,168) instead hex code.

Text Font Color

.myTextColor { color: #BB4FA8; }

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

This text font color is #BB4FA8.

Background Color

.myBgColor { background-color: #BB4FA8; }

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

This div background color is #BB4FA8.

Border color

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

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

This div border color is #BB4FA8.

Opacity

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

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

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

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

This text has shadow with #BB4FA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB4FA8.

Preview

Color preview on black background

This text has color #BB4FA8 on black background.


Color preview on white background

This text has color #BB4FA8 on white background.


Black color preview on #BB4FA8 background

This text has black color on #BB4FA8 background.


White color preview on #BB4FA8 background

This text has white color on #BB4FA8 background.


Related colors

Complementary color

Complementary color for #hex is #44B057.


I love getcolorcode.com

Triadic colors

1 #A8BB4F and #4FA8BB with #BB4FA8 are triadic colors.

2 #A84FBB and #4FBBA8 with #BB4FA8 are triadic colors.