COLOR #BD63BE

HEX: #BD63BE RGB: (189,99,190)

Color info

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

RGB color model

#BD63BE color RGB value is (189,99,190).

RGB: (189,99,190) (74%, 39%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 99 of 255 = 39%
B 190 of 255 = 75%

189
99
190

R + G + B ~ 63%. #BD63BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 99 + 190 = 478 (100%)
R 189 of 478 ~ 39.54%
G 99 of 478 ~ 20.71%
B 190 of 478 ~ 39.75'%

%39.54
%20.71
%39.75

CMYK color model

#BD63BE color CMYK value is (1,48,0,25).

  • cyan value is 0.53%
  • magenta value is 47.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (1,48,0,25) C1M48Y0K25 (1%,48%,0%,25%) (0.01/0.48/0.00/0.25) 

CMYK percentages

%0.53
%47.89
%0
%25.49

Codes

Color #BD63BE in popluar color models

BD 63 BE
RGB 189 99 190
HSL 299° 41.18% 56.67%
HSB/HSV 299° 47.89% 74.51%
CMYK 0.53% 47.89% 0.00%
25.49%

Color #BD63BE in popluar number systems.

HEX BD 63 BE
Decimal 189 99 190
Binary 10111101 1100011 10111110
Octal 275 143 276

Shades and tints

Shades of #BD63BE

#BD63BE
(189,99,190)
#AC5AAD
(172,90,173)
#9B519C
(155,81,156)
#8A488B
(138,72,139)
#793F7A
(121,63,122)
#683669
(104,54,105)
#572D58
(87,45,88)
#462447
(70,36,71)
#351B36
(53,27,54)
#241225
(36,18,37)
#130914
(19,9,20)
#000000
(0,0,0)

Tints of #BD63BE

#BD63BE
(189,99,190)
#C371C3
(195,113,195)
#C97FC8
(201,127,200)
#CF8DCD
(207,141,205)
#D59BD2
(213,155,210)
#DBA9D7
(219,169,215)
#E1B7DC
(225,183,220)
#E7C5E1
(231,197,225)
#EDD3E6
(237,211,230)
#F3E1EB
(243,225,235)
#F9EFF0
(249,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD63BE color. Also use rgb(189,99,190) instead hex code.

Text Font Color

.myTextColor { color: #BD63BE; }

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

This text font color is #BD63BE.

Background Color

.myBgColor { background-color: #BD63BE; }

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

This div background color is #BD63BE.

Border color

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

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

This div border color is #BD63BE.

Opacity

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

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

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

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

This text has shadow with #BD63BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD63BE.

Preview

Color preview on black background

This text has color #BD63BE on black background.


Color preview on white background

This text has color #BD63BE on white background.


Black color preview on #BD63BE background

This text has black color on #BD63BE background.


White color preview on #BD63BE background

This text has white color on #BD63BE background.


Related colors

Complementary color

Complementary color for #hex is #429C41.


I love getcolorcode.com

Triadic colors

1 #BEBD63 and #63BEBD with #BD63BE are triadic colors.

2 #BE63BD and #63BDBE with #BD63BE are triadic colors.