#BD66DE

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

Shades of Medium Orchid #BD66DE

Tints of Medium Orchid #BD66DE

Color information

#BD66DE (or 0xBD66DE) is unknown color: approx Medium Orchid. HEX triplet: BD, 66 and DE. RGB value is (189,102,222). Sum of RGB (Red+Green+Blue) = 189+102+222=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD66DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66DE is #429921. Grayscale: #8D8D8D. Windows color (decimal): -4364578 or 14575293. OLE color: 14575293.

HSL color Cylindrical-coordinate representation of color #BD66DE: hue angle of 283.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD66DE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189102222-
CMYK0.150.5400.13
HSL283.5º64.52%63.53%-
HSV(B)283.5º54.05%87.06%-
XYZ38.9225.672-
YUV141.69173.32161.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 102 (40.23% from 255) = 19.88%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=36.84%
G=19.88%
B=43.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891022220.150.5400.13283.564.5263.53
HexBD66DEF360D11c4140
Octal2751463361766015434101100
Binary1011110111001101101111011111101100110110001110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD66DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD66DE; }

 p { color: rgb(189,102,222); }

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

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

 a { background-color: rgb(189,102,222); }

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

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

 span { border-color: rgb(189,102,222); }

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