#B66ED5

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

Shades of Medium Orchid #B66ED5

Tints of Medium Orchid #B66ED5

Color information

#B66ED5 (or 0xB66ED5) is unknown color: approx Medium Orchid. HEX triplet: B6, 6E and D5. RGB value is (182,110,213). Sum of RGB (Red+Green+Blue) = 182+110+213=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #B66ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ED5 is #49912A. Grayscale: #8E8E8E. Windows color (decimal): -4821291 or 13987510. OLE color: 13987510.

HSL color Cylindrical-coordinate representation of color #B66ED5: hue angle of 281.94º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B66ED5 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182110213-
CMYK0.150.4800.16
HSL281.94º55.08%63.33%-
HSV(B)281.94º48.36%83.53%-
XYZ36.8825.966.01-
YUV143.27167.35155.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 213 (83.59% from 255) = 42.18%
R=36.04%
G=21.78%
B=42.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821102130.150.4800.16281.9455.0863.33
HexB66ED5F3001011a373f
Octal26615632517600204326777
Binary101101101101110110101011111110000010000100011010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66ED5; }

 p { color: rgb(182,110,213); }

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

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

 a { background-color: rgb(182,110,213); }

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

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

 span { border-color: rgb(182,110,213); }

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