#BD6DE7

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

Shades of Medium Orchid #BD6DE7

Tints of Medium Orchid #BD6DE7

Color information

#BD6DE7 (or 0xBD6DE7) is unknown color: approx Medium Orchid. HEX triplet: BD, 6D and E7. RGB value is (189,109,231). Sum of RGB (Red+Green+Blue) = 189+109+231=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD6DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DE7 is #429218. Grayscale: #929292. Windows color (decimal): -4362777 or 15166909. OLE color: 15166909.

HSL color Cylindrical-coordinate representation of color #BD6DE7: hue angle of 279.34º degrees, saturation: 0.72, 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 #BD6DE7 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189109231-
CMYK0.180.5300.09
HSL279.34º71.76%66.67%-
HSV(B)279.34º52.81%90.59%-
XYZ40.8827.5378.76-
YUV146.83175.5158.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 231 (90.62% from 255) = 43.67%
R=35.73%
G=20.60%
B=43.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891092310.180.5300.09279.3471.7666.67
HexBD6DE71235091174843
Octal2751553472265011427110103
Binary10111101110110111100111100101101010100110001011110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6DE7; }

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

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

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

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

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

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

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

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