COLOR #BD55C9

HEX: #BD55C9
RGB: (189,85,201)

Color info

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

RGB color model

#BD55C9 color RGB value is (189,85,201).

  • red value is 189;
  • green value is 85;
  • blue value is 201.
RGB:
(189,85,201)
(74%,33%,79%)

RGB channels and saturation

R 189 of 255 = 74%
G 85 of 255 = 33%
B 201 of 255 = 79%

189
85
201

R + G + B ~ 62%. #BD55C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 85 + 201 = 475 (100%)
R 189 of 475 ~ 39.79%
G 85 of 475 ~ 17.89%
B 201 of 475 ~ 42.32%

%39.79
%17.89
%42.32

CMYK color model

#BD55C9 color CMYK value is (6,58,0,21).

  • cyan value is 5.97%
  • magenta value is 57.71%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(6,58,0,21)
C6M58Y0K21 
(6%,58%,0%,21%)
(0.06/0.58/0.00/0.21)	

CMYK percentages

%5.97
%57.71
%0
%21.18

Codes

Color #BD55C9 in popluar color models

BD55C9
RGB18985201
HSL294°51.79%56.08%
HSB/HSV294°57.71%78.82%
CMYK5.97%57.71%0.00%
21.18%

Color #BD55C9 in popluar number systems.

HEXBD55C9
Decimal18985201
Binary10111101101010111001001
Octal275125311

Shades and tints

Shades of #BD55C9

#BD55C9
(189,85,201)
#AC4EB7
(172,78,183)
#9B47A5
(155,71,165)
#8A4093
(138,64,147)
#793981
(121,57,129)
#68326F
(104,50,111)
#572B5D
(87,43,93)
#46244B
(70,36,75)
#351D39
(53,29,57)
#241627
(36,22,39)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #BD55C9

#BD55C9
(189,85,201)
#C364CD
(195,100,205)
#C973D1
(201,115,209)
#CF82D5
(207,130,213)
#D591D9
(213,145,217)
#DBA0DD
(219,160,221)
#E1AFE1
(225,175,225)
#E7BEE5
(231,190,229)
#EDCDE9
(237,205,233)
#F3DCED
(243,220,237)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD55C9 color. Also use rgb(189,85,201) instead hex code.

Text Font Color

.myTextColor { color: #BD55C9; }

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

This text font color is #BD55C9.


Background Color

.myBgColor { background-color: #BD55C9; }

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

This div background color is #BD55C9.


Border color

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

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

This div border color is #BD55C9.


Opacity

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

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

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

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

This text has shadow with #BD55C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD55C9 on black background.


Color preview on white background

This text has color #BD55C9 on white background.



Black color preview on #BD55C9 background

This text has black color on #BD55C9 background.


White color preview on #BD55C9 background

This text has white color on #BD55C9 background.