#BD6DD9

Color #BD6DD9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BD6DD9

Tints of Medium Orchid #BD6DD9

Color information

#BD6DD9 (or 0xBD6DD9) is unknown color: approx Medium Orchid. HEX triplet: BD, 6D and D9. RGB value is (189,109,217). Sum of RGB (Red+Green+Blue) = 189+109+217=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD6DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DD9 is #429226. Grayscale: #909090. Windows color (decimal): -4362791 or 14249405. OLE color: 14249405.

HSL color Cylindrical-coordinate representation of color #BD6DD9: hue angle of 284.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD6DD9 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189109217-
CMYK0.130.5000.15
HSL284.44º58.7%63.92%-
HSV(B)284.44º49.77%85.1%-
XYZ38.9826.7768.76-
YUV145.23168.5159.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=36.70%
G=21.17%
B=42.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891092170.130.5000.15284.4458.763.92
HexBD6DD9D320F11c3b40
Octal275155331156201743473100
Binary101111011101101110110011101110010011111000111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6DD9; }

 p { color: rgb(189,109,217); }

 H1.HeaderClassName
 {
   color: #BD6DD9;
 }
 .AnyTagClassName
 {
   color: #BD6DD9;
 }
</style>
background-color css

<style>
 a { background-color: #BD6DD9; }

 a { background-color: rgb(189,109,217); }

 div.DivClassName
 {
   background-color: #BD6DD9;
 }
 .BgClassName
 {
   background-color: #BD6DD9;
 }
</style>
border-color css

<style>
 span { border-color: #BD6DD9; }

 span { border-color: rgb(189,109,217); }

 td.TdClassName
 {
   border-color: #BD6DD9;
 }
 .TagClassName
 {
   border-color: #BD6DD9;
 }
</style>