#B66EC6

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

Shades of Medium Orchid #B66EC6

Tints of Medium Orchid #B66EC6

Color information

#B66EC6 (or 0xB66EC6) is unknown color: approx Medium Orchid. HEX triplet: B6, 6E and C6. RGB value is (182,110,198). Sum of RGB (Red+Green+Blue) = 182+110+198=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #B66EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EC6 is #499139. Grayscale: #8D8D8D. Windows color (decimal): -4821306 or 13004470. OLE color: 13004470.

HSL color Cylindrical-coordinate representation of color #B66EC6: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B66EC6 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182110198-
CMYK0.080.4400.22
HSL289.09º43.56%60.39%-
HSV(B)289.09º44.44%77.65%-
XYZ35.0625.1756.44-
YUV141.56159.85156.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=37.14%
G=22.45%
B=40.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821101980.080.4400.22289.0943.5660.39
HexB66EC682C0161212c3c
Octal26615630610540264415474
Binary101101101101110110001101000101100010110100100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EC6; }

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

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

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

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

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

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

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

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