COLOR #BD6FED

HEX: #BD6FED RGB: (189,111,237)

Color info

#BD6FED contains mainly red and blue colors. Web safe color of #BD6FED is #CC66FF (or #C6F).

RGB color model

#BD6FED color RGB value is (189,111,237).

RGB: (189,111,237) (74%, 44%, 93%)

RGB channels and saturation

R 189 of 255 = 74%
G 111 of 255 = 44%
B 237 of 255 = 93%

189
111
237

R + G + B ~ 70%. #BD6FED is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 111 + 237 = 537 (100%)
R 189 of 537 ~ 35.2%
G 111 of 537 ~ 20.67%
B 237 of 537 ~ 44.13'%

%35.2
%20.67
%44.13

CMYK color model

#BD6FED color CMYK value is (20,53,0,7).

  • cyan value is 20.25%
  • magenta value is 53.16%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (20,53,0,7) C20M53Y0K7 (20%,53%,0%,7%) (0.20/0.53/0.00/0.07) 

CMYK percentages

%20.25
%53.16
%0
%7.06

Codes

Color #BD6FED in popluar color models

BD 6F ED
RGB 189 111 237
HSL 277° 77.78% 68.24%
HSB/HSV 277° 53.16% 92.94%
CMYK 20.25% 53.16% 0.00%
7.06%

Color #BD6FED in popluar number systems.

HEX BD 6F ED
Decimal 189 111 237
Binary 10111101 1101111 11101101
Octal 275 157 355

Shades and tints

Shades of #BD6FED

#BD6FED
(189,111,237)
#AC65D8
(172,101,216)
#9B5BC3
(155,91,195)
#8A51AE
(138,81,174)
#794799
(121,71,153)
#683D84
(104,61,132)
#57336F
(87,51,111)
#46295A
(70,41,90)
#351F45
(53,31,69)
#241530
(36,21,48)
#130B1B
(19,11,27)
#000000
(0,0,0)

Tints of #BD6FED

#BD6FED
(189,111,237)
#C37CEE
(195,124,238)
#C989EF
(201,137,239)
#CF96F0
(207,150,240)
#D5A3F1
(213,163,241)
#DBB0F2
(219,176,242)
#E1BDF3
(225,189,243)
#E7CAF4
(231,202,244)
#EDD7F5
(237,215,245)
#F3E4F6
(243,228,246)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6FED color. Also use rgb(189,111,237) instead hex code.

Text Font Color

.myTextColor { color: #BD6FED; }

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

This text font color is #BD6FED.

Background Color

.myBgColor { background-color: #BD6FED; }

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

This div background color is #BD6FED.

Border color

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

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

This div border color is #BD6FED.

Opacity

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

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

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

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

This text has shadow with #BD6FED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD6FED.

Preview

Color preview on black background

This text has color #BD6FED on black background.


Color preview on white background

This text has color #BD6FED on white background.


Black color preview on #BD6FED background

This text has black color on #BD6FED background.


White color preview on #BD6FED background

This text has white color on #BD6FED background.


Related colors

Complementary color

Complementary color for #hex is #429012.


I love getcolorcode.com

Triadic colors

1 #EDBD6F and #6FEDBD with #BD6FED are triadic colors.

2 #ED6FBD and #6FBDED with #BD6FED are triadic colors.