COLOR #BB75D1

HEX: #BB75D1
RGB: (187,117,209)

Color info

#BB75D1 contains mainly red and blue colors. Web safe color of #BB75D1 is #CC66CC (or #C6C).

RGB color model

#BB75D1 color RGB value is (187,117,209).

  • red value is 187;
  • green value is 117;
  • blue value is 209.
RGB:
(187,117,209)
(73%,46%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 117 of 255 = 46%
B 209 of 255 = 82%

187
117
209

R + G + B ~ 67%. #BB75D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 117 + 209 = 513 (100%)
R 187 of 513 ~ 36.45%
G 117 of 513 ~ 22.81%
B 209 of 513 ~ 40.74%

%36.45
%22.81
%40.74

CMYK color model

#BB75D1 color CMYK value is (11,44,0,18).

  • cyan value is 10.53%
  • magenta value is 44.02%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,44,0,18)
C11M44Y0K18 
(11%,44%,0%,18%)
(0.11/0.44/0.00/0.18)	

CMYK percentages

%10.53
%44.02
%0
%18.04

Codes

Color #BB75D1 in popluar color models

BB75D1
RGB187117209
HSL286°50.00%63.92%
HSB/HSV286°44.02%81.96%
CMYK10.53%44.02%0.00%
18.04%

Color #BB75D1 in popluar number systems.

HEXBB75D1
Decimal187117209
Binary10111011111010111010001
Octal273165321

Shades and tints

Shades of #BB75D1

#BB75D1
(187,117,209)
#AA6BBE
(170,107,190)
#9961AB
(153,97,171)
#885798
(136,87,152)
#774D85
(119,77,133)
#664372
(102,67,114)
#55395F
(85,57,95)
#442F4C
(68,47,76)
#332539
(51,37,57)
#221B26
(34,27,38)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #BB75D1

#BB75D1
(187,117,209)
#C181D5
(193,129,213)
#C78DD9
(199,141,217)
#CD99DD
(205,153,221)
#D3A5E1
(211,165,225)
#D9B1E5
(217,177,229)
#DFBDE9
(223,189,233)
#E5C9ED
(229,201,237)
#EBD5F1
(235,213,241)
#F1E1F5
(241,225,245)
#F7EDF9
(247,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB75D1 color. Also use rgb(187,117,209) instead hex code.

Text Font Color

.myTextColor { color: #BB75D1; }

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

This text font color is #BB75D1.


Background Color

.myBgColor { background-color: #BB75D1; }

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

This div background color is #BB75D1.


Border color

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

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

This div border color is #BB75D1.


Opacity

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

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

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

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

This text has shadow with #BB75D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB75D1 on black background.


Color preview on white background

This text has color #BB75D1 on white background.



Black color preview on #BB75D1 background

This text has black color on #BB75D1 background.


White color preview on #BB75D1 background

This text has white color on #BB75D1 background.