COLOR #BB95D4

HEX: #BB95D4 RGB: (187,149,212)

Color info

#BB95D4 contains mainly red and blue colors. Web safe color of #BB95D4 is #CC99CC (or #C9C).

RGB color model

#BB95D4 color RGB value is (187,149,212).

RGB: (187,149,212) (73%, 58%, 83%)

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 212 of 255 = 83%

187
149
212

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

Portions of RGB colors in percentages

R + G + B = 187 + 149 + 212 = 548 (100%)
R 187 of 548 ~ 34.12%
G 149 of 548 ~ 27.19%
B 212 of 548 ~ 38.69'%

%34.12
%27.19
%38.69

CMYK color model

#BB95D4 color CMYK value is (12,30,0,17).

  • cyan value is 11.79%
  • magenta value is 29.72%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (12,30,0,17)
C12M30Y0K17 (12%, 30%, 0%, 17%)
(0.12 / 0.30 / 0.00 / 0.17)

CMYK percentages

%11.79
%29.72
%0
%16.86

Codes

Color #BB95D4 in popluar color models

BB 95 D4
RGB 187 149 212
HSL 276° 42.28% 70.78%
HSB/HSV 276° 29.72% 83.14%
CMYK 11.79% 29.72% 0.00%
16.86%

Color #BB95D4 in popluar number systems.

HEX BB 95 D4
Decimal 187 149 212
Binary 10111011 10010101 11010100
Octal 273 225 324

Shades and tints

Shades of #BB95D4

#BB95D4
(187,149,212)
#AA88C1
(170,136,193)
#997BAE
(153,123,174)
#886E9B
(136,110,155)
#776188
(119,97,136)
#665475
(102,84,117)
#554762
(85,71,98)
#443A4F
(68,58,79)
#332D3C
(51,45,60)
#222029
(34,32,41)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #BB95D4

#BB95D4
(187,149,212)
#C19ED7
(193,158,215)
#C7A7DA
(199,167,218)
#CDB0DD
(205,176,221)
#D3B9E0
(211,185,224)
#D9C2E3
(217,194,227)
#DFCBE6
(223,203,230)
#E5D4E9
(229,212,233)
#EBDDEC
(235,221,236)
#F1E6EF
(241,230,239)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB95D4 color. Also use rgb(187,149,212) instead hex code.

Text Font Color

.myTextColor { color: #BB95D4; }

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

This text font color is #BB95D4.

Background Color

.myBgColor { background-color: #BB95D4; }

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

This div background color is #BB95D4.

Border color

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

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

This div border color is #BB95D4.

Opacity

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

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

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

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

This text has shadow with #BB95D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB95D4.

Preview

Color preview on black background

This text has color #BB95D4 on black background.


Color preview on white background

This text has color #BB95D4 on white background.


Black color preview on #BB95D4 background

This text has black color on #BB95D4 background.


White color preview on #BB95D4 background

This text has white color on #BB95D4 background.


Related colors

Complementary color

Complementary color for #hex is #446A2B.


I love getcolorcode.com

Triadic colors

1 #D4BB95 and #95D4BB with #BB95D4 are triadic colors.

2 #D495BB and #95BBD4 with #BB95D4 are triadic colors.