#BD6DE9

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

Shades of Medium Orchid #BD6DE9

Tints of Medium Orchid #BD6DE9

Color information

#BD6DE9 (or 0xBD6DE9) is unknown color: approx Medium Orchid. HEX triplet: BD, 6D and E9. RGB value is (189,109,233). Sum of RGB (Red+Green+Blue) = 189+109+233=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DE9 is #429216. Grayscale: #929292. Windows color (decimal): -4362775 or 15297981. OLE color: 15297981.

HSL color Cylindrical-coordinate representation of color #BD6DE9: hue angle of 278.71º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD6DE9 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189109233-
CMYK0.190.5300.09
HSL278.71º73.81%67.06%-
HSV(B)278.71º53.22%91.37%-
XYZ41.1627.6480.26-
YUV147.06176.5157.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 109 (42.97% from 255) = 20.53%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=35.59%
G=20.53%
B=43.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891092330.190.5300.09278.7173.8167.06
HexBD6DE91335091174a43
Octal2751553512365011427112103
Binary10111101110110111101001100111101010100110001011110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6DE9; }

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

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

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

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

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

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

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

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