#b66ed4

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

Shades of Medium Orchid #B66ED4

Tints of Medium Orchid #B66ED4

Color information

#B66ED4 (or 0xB66ED4) is unknown color: approx Medium Orchid. HEX triplet: B6, 6E and D4. RGB value is (182,110,212). Sum of RGB (Red+Green+Blue) = 182+110+212=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #B66ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ED4 is #49912B. Grayscale: #8E8E8E. Windows color (decimal): -4821292 or 13921974. OLE color: 13921974.

HSL color Cylindrical-coordinate representation of color #B66ED4: hue angle of 282.35º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B66ED4 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB182110212-
CMYK0.140.4800.17
HSL282.35º54.26%63.14%-
HSV(B)282.35º48.11%83.14%-
XYZ36.7525.8565.34-
YUV143.16166.85155.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 110 (43.36% from 255) = 21.83%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=36.11%
G=21.83%
B=42.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1821102120.140.4800.17282.3554.2663.14
HexB66ED4E3001111a363f
Octal26615632416600214326677
Binary101101101101110110101001110110000010001100011010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66ed4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66ed4; }

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

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

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

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

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

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

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

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